Home
last modified time | relevance | path

Searched refs:PA_SAMPLE_S24_32NE (Results 1 – 8 of 8) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dsample.h195 #define PA_SAMPLE_S24_32NE PA_SAMPLE_S24_32BE macro
217 #define PA_SAMPLE_S24_32NE PA_SAMPLE_S24_32LE macro
Dsample.c248 return PA_SAMPLE_S24_32NE; in pa_parse_sample_format()
/third_party/pulseaudio/src/tests/
Dmix-test.c173 case PA_SAMPLE_S24_32NE: in compare_block()
179 uint32_t uu = PA_MAYBE_UINT32_SWAP(ss->format != PA_SAMPLE_S24_32NE, *u); in compare_block()
237 case PA_SAMPLE_S24_32NE: in generate_block()
Dresampler-test.c84 case PA_SAMPLE_S24_32NE: in dump_block()
189 case PA_SAMPLE_S24_32NE: in generate_block()
/third_party/pulseaudio/src/pulsecore/
Dsndfile-util.c119 ss->format = PA_SAMPLE_S24_32NE; in pa_sndfile_write_sample_spec()
377 case PA_SAMPLE_S24_32NE: in pa_sndfile_readf_function()
401 case PA_SAMPLE_S24_32NE: in pa_sndfile_writef_function()
Dsvolume_c.c257 [PA_SAMPLE_S24_32NE] = (pa_do_volume_func_t) pa_volume_s24_32ne_c,
Dmix.c604 [PA_SAMPLE_S24_32NE] = (pa_do_mix_func_t) pa_mix_s24_32ne_c,
/third_party/pulseaudio/src/modules/alsa/
Dalsa-util.c74 PA_SAMPLE_S24_32NE, in set_format()