Searched refs:PA_SAMPLE_S32NE (Results 1 – 12 of 12) sorted by relevance
/third_party/pulseaudio/src/tests/ |
D | cpu-remap-test.c | 251 case PA_SAMPLE_S32NE: in remap_test_channels() 318 remap_init2_test_channels(PA_SAMPLE_S32NE, 1, 2, false); in START_TEST() 320 remap_init2_test_channels(PA_SAMPLE_S32NE, 1, 4, false); in START_TEST() 333 remap_init2_test_channels(PA_SAMPLE_S32NE, 2, 1, false); in START_TEST() 335 remap_init2_test_channels(PA_SAMPLE_S32NE, 4, 1, false); in START_TEST() 348 remap_init2_test_channels(PA_SAMPLE_S32NE, 2, 2, true); in START_TEST() 355 remap_init2_test_channels(PA_SAMPLE_S32NE, 4, 4, true); in START_TEST() 379 remap_init_test_channels(init_func, orig_init_func, PA_SAMPLE_S32NE, 1, 2, false); in START_TEST() 403 remap_init_test_channels(init_func, orig_init_func, PA_SAMPLE_S32NE, 1, 2, false); in START_TEST() 432 remap_init_test_channels(init_func, orig_init_func, PA_SAMPLE_S32NE, 1, 2, false); in START_TEST() [all …]
|
D | mix-test.c | 159 case PA_SAMPLE_S32NE: in compare_block() 165 uint32_t uu = PA_MAYBE_UINT32_SWAP(ss->format != PA_SAMPLE_S32NE, *u); in compare_block() 239 case PA_SAMPLE_S32NE: in generate_block()
|
D | resampler-test.c | 74 case PA_SAMPLE_S32NE: in dump_block() 172 case PA_SAMPLE_S32NE: in generate_block()
|
/third_party/pulseaudio/src/pulsecore/ |
D | remap_neon.c | 400 if (m->format == PA_SAMPLE_S32NE) in init_remap_neon() 417 if (m->format == PA_SAMPLE_S32NE) in init_remap_neon() 433 if (m->format == PA_SAMPLE_S32NE) in init_remap_neon() 445 if (m->format == PA_SAMPLE_S32NE) in init_remap_neon() 456 if (m->format == PA_SAMPLE_S32NE) in init_remap_neon() 481 case PA_SAMPLE_S32NE: in init_remap_neon() 508 if (m->format == PA_SAMPLE_S32NE) in init_remap_neon()
|
D | sndfile-util.c | 59 ss->format = PA_SAMPLE_S32NE; in pa_sndfile_read_sample_spec() 125 ss->format = PA_SAMPLE_S32NE; in pa_sndfile_write_sample_spec() 376 case PA_SAMPLE_S32NE: in pa_sndfile_readf_function() 400 case PA_SAMPLE_S32NE: in pa_sndfile_writef_function()
|
D | svolume_c.c | 253 [PA_SAMPLE_S32NE] = (pa_do_volume_func_t) pa_volume_s32ne_c,
|
D | resampler.c | 293 if ((a == PA_SAMPLE_S32NE) && (b == PA_SAMPLE_S32NE)) { in choose_work_format() 294 work_format = PA_SAMPLE_S32NE; in choose_work_format()
|
D | remap.c | 505 else if (m->format == PA_SAMPLE_S32NE) in pa_set_remap_func()
|
D | mix.c | 600 [PA_SAMPLE_S32NE] = (pa_do_mix_func_t) pa_mix_s32ne_c,
|
/third_party/pulseaudio/src/pulse/ |
D | sample.h | 191 #define PA_SAMPLE_S32NE PA_SAMPLE_S32BE macro 213 #define PA_SAMPLE_S32NE PA_SAMPLE_S32LE macro
|
D | sample.c | 232 return PA_SAMPLE_S32NE; in pa_parse_sample_format()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-util.c | 72 PA_SAMPLE_S32NE, in set_format()
|