Lines Matching defs:frames
85 unsigned int channels, unsigned int frames)
94 ap->addr = malloc(frames * channels * width / 8);
759 snd_pcm_uframes_t frames ATTRIBUTE_UNUSED)
765 snd_pcm_uframes_t frames ATTRIBUTE_UNUSED)
1285 * \brief Convert rate pcm frames to corresponding rate slave pcm frames
1287 * \param frames Frames to be converted to slave frames
1288 * \retval Corresponding slave frames
1290 static snd_pcm_uframes_t snd_pcm_rate_slave_frames(snd_pcm_t *pcm, snd_pcm_uframes_t frames)
1296 sframes = rate->ops.output_frames(rate->obj, frames);
1298 sframes = rate->ops.input_frames(rate->obj, frames);