Lines Matching refs:frames
51 unsigned int channels, snd_pcm_uframes_t frames);
93 * Compose 32bit IEC958 subframe, two sub frames
101 * 30 = channel status (24 bytes for 192 frames)
150 unsigned int channels, snd_pcm_uframes_t frames)
168 frames1 = frames;
187 unsigned int channels, snd_pcm_uframes_t frames)
211 frames1 = frames;
233 iec->counter = (counter + frames * counter_step) % 192;
502 static snd_pcm_sframes_t snd_pcm_iec958_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames)
506 snd_pcm_sframes_t result = snd_pcm_plugin_rewind(pcm, frames);
516 static snd_pcm_sframes_t snd_pcm_iec958_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames)
521 snd_pcm_sframes_t result = snd_pcm_plugin_rewind(pcm, frames);
661 formatted as 4 contiguous frames of a single IEC958 stream as required