/third_party/pulseaudio/src/tests/ |
D | cpu-remap-test.c | 257 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 …]
|
D | cpu-volume-test.c | 116 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()
|
D | cpu-mix-test.c | 154 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()
|
D | mix-test.c | 131 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()
|
D | lfe-filter-test.c | 69 pa_assert(lft->ss->format == PA_SAMPLE_S16NE); in compare_data_block() 136 a.format = PA_SAMPLE_S16NE; in START_TEST()
|
D | remix-test.c | 91 ss1.format = ss2.format = PA_SAMPLE_S16NE; in main()
|
D | resampler-test.c | 64 case PA_SAMPLE_S16NE: in dump_block() 155 case PA_SAMPLE_S16NE: in generate_block()
|
/third_party/pulseaudio/src/pulsecore/ |
D | svolume_orc.c | 48 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()
|
D | svolume_arm.c | 163 _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()
|
D | sndfile-util.c | 51 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()
|
D | mix_neon.c | 221 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()
|
D | resampler.c | 278 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()
|
D | sconv.c | 244 [PA_SAMPLE_S16NE] = (pa_convert_func_t) s16ne_to_s16ne, 272 [PA_SAMPLE_S16NE] = (pa_convert_func_t) s16ne_to_s16ne,
|
D | svolume_sse.c | 259 pa_set_volume_func(PA_SAMPLE_S16NE, (pa_do_volume_func_t) pa_volume_s16ne_sse2); in pa_volume_func_init_sse()
|
D | svolume_mmx.c | 248 pa_set_volume_func(PA_SAMPLE_S16NE, (pa_do_volume_func_t) pa_volume_s16ne_mmx); in pa_volume_func_init_mmx()
|
D | remap_neon.c | 465 case PA_SAMPLE_S16NE: { in init_remap_neon() 517 case PA_SAMPLE_S16NE: { in init_remap_neon()
|
D | mix.c | 596 [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()
|
D | svolume_c.c | 249 [PA_SAMPLE_S16NE] = (pa_do_volume_func_t) pa_volume_s16ne_c,
|
/third_party/pulseaudio/src/pulse/ |
D | sample.h | 187 #define PA_SAMPLE_S16NE PA_SAMPLE_S16BE macro 209 #define PA_SAMPLE_S16NE PA_SAMPLE_S16LE macro
|
D | sample.c | 210 return PA_SAMPLE_S16NE; in pa_parse_sample_format()
|
/third_party/pulseaudio/src/pulsecore/resampler/ |
D | peaks.c | 78 } 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()
|
D | soxr.c | 123 case PA_SAMPLE_S16NE: in pa_resampler_soxr_init()
|
/third_party/pulseaudio/src/modules/echo-cancel/ |
D | adrian.c | 47 out_ss->format = PA_SAMPLE_S16NE; in pa_adrian_ec_fixate_spec()
|
D | speex.c | 55 out_ss->format = PA_SAMPLE_S16NE; in speex_ec_fixate_spec()
|
/third_party/pulseaudio/src/pulsecore/filter/ |
D | lfe-filter.c | 99 else if (f->ss.format == PA_SAMPLE_S16NE) { in process_block()
|