Lines Matching refs:frames

679  * bytes_to_frames - Unit conversion of the size from bytes to frames
699 * frames_to_bytes - Unit conversion of the size from frames to bytes
701 * @size: size in frames
709 * frame_aligned - Check whether the byte size is aligned to frames
935 * params_period_size - Get the period size (in frames) from the hw params
953 * params_buffer_size - Get the buffer size (in frames) from the hw params
1064 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf, unsigned int frames);
1074 snd_pcm_uframes_t frames, bool in_kernel);
1078 const void __user *buf, snd_pcm_uframes_t frames)
1080 return __snd_pcm_lib_xfer(substream, (void __force *)buf, true, frames, false);
1085 void __user *buf, snd_pcm_uframes_t frames)
1087 return __snd_pcm_lib_xfer(substream, (void __force *)buf, true, frames, false);
1092 void __user **bufs, snd_pcm_uframes_t frames)
1094 return __snd_pcm_lib_xfer(substream, (void *)bufs, false, frames, false);
1099 void __user **bufs, snd_pcm_uframes_t frames)
1101 return __snd_pcm_lib_xfer(substream, (void *)bufs, false, frames, false);
1106 const void *buf, snd_pcm_uframes_t frames)
1108 return __snd_pcm_lib_xfer(substream, (void *)buf, true, frames, true);
1113 void *buf, snd_pcm_uframes_t frames)
1115 return __snd_pcm_lib_xfer(substream, buf, true, frames, true);
1120 void **bufs, snd_pcm_uframes_t frames)
1122 return __snd_pcm_lib_xfer(substream, bufs, false, frames, true);
1127 void **bufs, snd_pcm_uframes_t frames)
1129 return __snd_pcm_lib_xfer(substream, bufs, false, frames, true);
1458 snd_pcm_sframes_t delay; /* current delay in frames */
1459 snd_pcm_uframes_t avail; /* number of frames available */
1460 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */
1483 s32 delay; /* current delay in frames */
1484 u32 avail; /* number of frames available */
1485 u32 avail_max; /* max frames available on hw since last status */