Lines Matching refs:sample_format
49 snd_pcm_format_t sample_format,
55 bytes_per_sample = snd_pcm_format_physical_width(sample_format) / 8;
61 snd_pcm_format_t sample_format,
69 bytes_per_sample = snd_pcm_format_physical_width(sample_format) / 8;
89 snd_pcm_format_t sample_format,
95 size = snd_pcm_format_physical_width(sample_format) / 8 *
108 snd_pcm_format_t sample_format,
118 snd_pcm_format_physical_width(sample_format) / 8;
150 snd_pcm_format_t sample_format,
154 snd_pcm_format_t sample_format,
158 snd_pcm_format_t sample_format,
175 frame_buffer = allocator(access, sample_format, samples_per_frame,
180 err = fill(gen->fd, frame_buffer, access, sample_format,
188 err = gen->cb(gen, access ,sample_format, samples_per_frame,
201 snd_pcm_format_t sample_format)
208 err = test_frame_count(gen, access, sample_format, i);