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