Lines Matching defs:sample_format
70 snd_pcm_format_t sample_format,
93 format = sample_format;
105 assert(format == sample_format);
114 bytes_per_sample = snd_pcm_format_physical_width(sample_format) / 8;
161 snd_pcm_format_t sample_format,
183 format = sample_format;
195 assert(format == sample_format);
204 bytes_per_sample = snd_pcm_format_physical_width(sample_format) / 8;
221 snd_pcm_format_t sample_format,
253 err = test_demux(trial, access, sample_format, samples_per_frame,
267 err = test_mux(trial, access, sample_format, samples_per_frame,
280 snd_pcm_format_t sample_format,
290 snd_pcm_format_physical_width(sample_format) / 8;
297 err = test_mapper(trial, access, sample_format, samples_per_frame,
306 err = test_mapper(trial, access, sample_format, samples_per_frame,
320 snd_pcm_format_t sample_format,
334 size = frame_count * snd_pcm_format_physical_width(sample_format) / 8;
346 err = test_mapper(trial, access, sample_format, samples_per_frame,
358 err = test_mapper(trial, access, sample_format, samples_per_frame,
379 snd_pcm_format_t sample_format,
390 size = frame_count * snd_pcm_format_physical_width(sample_format) / 8;
399 err = test_vector(trial, access, sample_format, samples_per_frame,
407 snd_pcm_format_t sample_format,
413 snd_pcm_format_t sample_format,
426 return handler(trial, access, sample_format, samples_per_frame, 48000,