Home
last modified time | relevance | path

Searched refs:PA_SAMPLE_S16NE (Results 1 – 25 of 37) sorted by relevance

12

/third_party/pulseaudio/src/tests/
Dcpu-remap-test.c257 case PA_SAMPLE_S16NE: in remap_test_channels()
323 remap_init2_test_channels(PA_SAMPLE_S16NE, 1, 2, false); in START_TEST()
325 remap_init2_test_channels(PA_SAMPLE_S16NE, 1, 4, false); in START_TEST()
338 remap_init2_test_channels(PA_SAMPLE_S16NE, 2, 1, false); in START_TEST()
340 remap_init2_test_channels(PA_SAMPLE_S16NE, 4, 1, false); in START_TEST()
346 remap_init2_test_channels(PA_SAMPLE_S16NE, 2, 2, true); in START_TEST()
353 remap_init2_test_channels(PA_SAMPLE_S16NE, 4, 4, true); in START_TEST()
382 remap_init_test_channels(init_func, orig_init_func, PA_SAMPLE_S16NE, 1, 2, false); in START_TEST()
406 remap_init_test_channels(init_func, orig_init_func, PA_SAMPLE_S16NE, 1, 2, false); in START_TEST()
437 remap_init_test_channels(init_func, orig_init_func, PA_SAMPLE_S16NE, 1, 2, false); in START_TEST()
[all …]
Dcpu-volume-test.c116 orig_func = pa_get_volume_func(PA_SAMPLE_S16NE); in START_TEST()
118 mmx_func = pa_get_volume_func(PA_SAMPLE_S16NE); in START_TEST()
143 orig_func = pa_get_volume_func(PA_SAMPLE_S16NE); in START_TEST()
145 sse_func = pa_get_volume_func(PA_SAMPLE_S16NE); in START_TEST()
172 orig_func = pa_get_volume_func(PA_SAMPLE_S16NE); in START_TEST()
174 arm_func = pa_get_volume_func(PA_SAMPLE_S16NE); in START_TEST()
199 orig_func = pa_get_volume_func(PA_SAMPLE_S16NE); in START_TEST()
206 orc_func = pa_get_volume_func(PA_SAMPLE_S16NE); in START_TEST()
Dcpu-mix-test.c154 orig_func = pa_get_mix_func(PA_SAMPLE_S16NE); in START_TEST()
158 special_func = pa_get_mix_func(PA_SAMPLE_S16NE); in START_TEST()
183 orig_func = pa_get_mix_func(PA_SAMPLE_S16NE); in START_TEST()
185 neon_func = pa_get_mix_func(PA_SAMPLE_S16NE); in START_TEST()
Dmix-test.c131 case PA_SAMPLE_S16NE: in compare_block()
137 uint16_t uu = PA_MAYBE_UINT16_SWAP(ss->format != PA_SAMPLE_S16NE, *u); in compare_block()
226 case PA_SAMPLE_S16NE: in generate_block()
Dlfe-filter-test.c69 pa_assert(lft->ss->format == PA_SAMPLE_S16NE); in compare_data_block()
136 a.format = PA_SAMPLE_S16NE; in START_TEST()
Dremix-test.c91 ss1.format = ss2.format = PA_SAMPLE_S16NE; in main()
Dresampler-test.c64 case PA_SAMPLE_S16NE: in dump_block()
155 case PA_SAMPLE_S16NE: in generate_block()
/third_party/pulseaudio/src/pulsecore/
Dsvolume_orc.c48 fallback = pa_get_volume_func(PA_SAMPLE_S16NE); in pa_volume_func_init_orc()
49 pa_set_volume_func(PA_SAMPLE_S16NE, (pa_do_volume_func_t) pa_volume_s16ne_orc); in pa_volume_func_init_orc()
Dsvolume_arm.c163 _volume_ref = pa_get_volume_func(PA_SAMPLE_S16NE); in pa_volume_func_init_arm()
165 pa_set_volume_func(PA_SAMPLE_S16NE, (pa_do_volume_func_t) pa_volume_s16ne_arm); in pa_volume_func_init_arm()
Dsndfile-util.c51 ss->format = PA_SAMPLE_S16NE; in pa_sndfile_read_sample_spec()
101 ss->format = PA_SAMPLE_S16NE; in pa_sndfile_write_sample_spec()
107 ss->format = PA_SAMPLE_S16NE; in pa_sndfile_write_sample_spec()
373 case PA_SAMPLE_S16NE: in pa_sndfile_readf_function()
397 case PA_SAMPLE_S16NE: in pa_sndfile_writef_function()
Dmix_neon.c221 fallback = pa_get_mix_func(PA_SAMPLE_S16NE); in pa_mix_func_init_neon()
222 pa_set_mix_func(PA_SAMPLE_S16NE, (pa_do_mix_func_t) pa_mix_s16ne_neon); in pa_mix_func_init_neon()
Dresampler.c278 work_format = PA_SAMPLE_S16NE; in choose_work_format()
302 if (a == PA_SAMPLE_S16NE || b == PA_SAMPLE_S16NE) { in choose_work_format()
303 work_format = PA_SAMPLE_S16NE; in choose_work_format()
311 if (sample_format_more_precise(a, PA_SAMPLE_S16NE) || in choose_work_format()
312 sample_format_more_precise(b, PA_SAMPLE_S16NE)) in choose_work_format()
315 work_format = PA_SAMPLE_S16NE; in choose_work_format()
381 pa_assert(r->work_format == PA_SAMPLE_S16NE); in pa_resampler_new()
392 pa_assert(r->work_format == PA_SAMPLE_S16NE); in pa_resampler_new()
Dsconv.c244 [PA_SAMPLE_S16NE] = (pa_convert_func_t) s16ne_to_s16ne,
272 [PA_SAMPLE_S16NE] = (pa_convert_func_t) s16ne_to_s16ne,
Dsvolume_sse.c259 pa_set_volume_func(PA_SAMPLE_S16NE, (pa_do_volume_func_t) pa_volume_s16ne_sse2); in pa_volume_func_init_sse()
Dsvolume_mmx.c248 pa_set_volume_func(PA_SAMPLE_S16NE, (pa_do_volume_func_t) pa_volume_s16ne_mmx); in pa_volume_func_init_mmx()
Dremap_neon.c465 case PA_SAMPLE_S16NE: { in init_remap_neon()
517 case PA_SAMPLE_S16NE: { in init_remap_neon()
Dmix.c596 [PA_SAMPLE_S16NE] = (pa_do_mix_func_t) pa_mix_s16ne_c,
610 do_mix_table[PA_SAMPLE_S16NE] = (pa_do_mix_func_t) pa_mix_generic_s16ne; in pa_mix_func_init()
612 do_mix_table[PA_SAMPLE_S16NE] = (pa_do_mix_func_t) pa_mix_s16ne_c; in pa_mix_func_init()
Dsvolume_c.c249 [PA_SAMPLE_S16NE] = (pa_do_volume_func_t) pa_volume_s16ne_c,
/third_party/pulseaudio/src/pulse/
Dsample.h187 #define PA_SAMPLE_S16NE PA_SAMPLE_S16BE macro
209 #define PA_SAMPLE_S16NE PA_SAMPLE_S16LE macro
Dsample.c210 return PA_SAMPLE_S16NE; in pa_parse_sample_format()
/third_party/pulseaudio/src/pulsecore/resampler/
Dpeaks.c78 } else if (r->work_format == PA_SAMPLE_S16NE) { in peaks_resample()
151 pa_assert(r->work_format == PA_SAMPLE_S16NE || r->work_format == PA_SAMPLE_FLOAT32NE); in pa_resampler_peaks_init()
Dsoxr.c123 case PA_SAMPLE_S16NE: in pa_resampler_soxr_init()
/third_party/pulseaudio/src/modules/echo-cancel/
Dadrian.c47 out_ss->format = PA_SAMPLE_S16NE; in pa_adrian_ec_fixate_spec()
Dspeex.c55 out_ss->format = PA_SAMPLE_S16NE; in speex_ec_fixate_spec()
/third_party/pulseaudio/src/pulsecore/filter/
Dlfe-filter.c99 else if (f->ss.format == PA_SAMPLE_S16NE) { in process_block()

12