Home | History | Annotate | Download | only in audio

Lines Matching refs:frames

178 	uint64_t	dropframes;	/* number of dropped frames */
229 int frames_per_block; /* number of frames in a block */
289 * Convert number of frames to number of bytes.
292 frametobyte(const audio_format2_t *fmt, int frames)
294 return frames * fmt->channels * fmt->stride / NBBY;
298 * Return the number of frames per block.
327 * This position indicates next frame of the last valid frames.
379 * It points the next position of the last valid frames.
400 * Take out n frames from head of ring.
418 * Append n frames into tail of ring.
436 * Return the number of contiguous frames in used.
451 * Return the number of contiguous free frames.