/third_party/pulseaudio/src/tests/ |
D | cpu-sconv-test.c | 149 orig_func = pa_get_convert_from_float32ne_function(PA_SAMPLE_S16LE); in START_TEST() 151 sse2_func = pa_get_convert_from_float32ne_function(PA_SAMPLE_S16LE); in START_TEST() 176 orig_func = pa_get_convert_from_float32ne_function(PA_SAMPLE_S16LE); in START_TEST() 178 sse_func = pa_get_convert_from_float32ne_function(PA_SAMPLE_S16LE); in START_TEST() 206 orig_from_func = pa_get_convert_from_float32ne_function(PA_SAMPLE_S16LE); in START_TEST() 207 orig_to_func = pa_get_convert_to_float32ne_function(PA_SAMPLE_S16LE); in START_TEST() 209 neon_from_func = pa_get_convert_from_float32ne_function(PA_SAMPLE_S16LE); in START_TEST() 210 neon_to_func = pa_get_convert_to_float32ne_function(PA_SAMPLE_S16LE); in START_TEST()
|
D | parec-simple.c | 56 .format = PA_SAMPLE_S16LE, in main()
|
D | pacat-simple.c | 37 .format = PA_SAMPLE_S16LE, in main()
|
D | memblockq-test.c | 243 .format = PA_SAMPLE_S16LE, in START_TEST() 565 .format = PA_SAMPLE_S16LE, in START_TEST()
|
D | interpol-test.c | 104 .format = PA_SAMPLE_S16LE, in context_state_callback()
|
D | resampler-test.c | 335 a.format = b.format = PA_SAMPLE_S16LE; in main()
|
/third_party/pulseaudio/src/pulse/ |
D | sample.h | 144 PA_SAMPLE_S16LE, enumerator 198 #define PA_SAMPLE_S16RE PA_SAMPLE_S16LE 209 #define PA_SAMPLE_S16NE PA_SAMPLE_S16LE 239 #define PA_SAMPLE_S16LE PA_SAMPLE_S16LE macro
|
D | sample.c | 40 [PA_SAMPLE_S16LE] = 2, 151 [PA_SAMPLE_S16LE] = "s16le", in pa_sample_format_to_string() 206 return PA_SAMPLE_S16LE; in pa_parse_sample_format() 259 case PA_SAMPLE_S16LE: in pa_sample_format_is_le()
|
/third_party/pulseaudio/src/pulsecore/ |
D | sconv_neon.c | 90 …pa_set_convert_from_float32ne_function(PA_SAMPLE_S16LE, (pa_convert_func_t) pa_sconv_s16le_from_f3… in pa_convert_func_init_neon() 91 …pa_set_convert_to_float32ne_function(PA_SAMPLE_S16LE, (pa_convert_func_t) pa_sconv_s16le_to_f32ne_… in pa_convert_func_init_neon()
|
D | sconv_sse.c | 168 …pa_set_convert_from_float32ne_function(PA_SAMPLE_S16LE, (pa_convert_func_t) pa_sconv_s16le_from_f3… in pa_convert_func_init_sse() 172 …pa_set_convert_from_float32ne_function(PA_SAMPLE_S16LE, (pa_convert_func_t) pa_sconv_s16le_from_f3… in pa_convert_func_init_sse()
|
D | sample-util.c | 75 case PA_SAMPLE_S16LE: in silence_byte() 230 case PA_SAMPLE_S16LE: in pa_silence_memchunk_get() 240 cache->blocks[PA_SAMPLE_S16LE] = b = silence_memblock_new(pool, 0); in pa_silence_memchunk_get()
|
D | sconv.c | 190 [PA_SAMPLE_S16LE] = (pa_convert_func_t) pa_sconv_s16le_to_float32ne, 216 [PA_SAMPLE_S16LE] = (pa_convert_func_t) pa_sconv_s16le_from_float32ne,
|
D | mime-type.c | 117 case PA_SAMPLE_S16LE: in pa_sample_spec_mimefy()
|
D | core-format.c | 139 ss->format = PA_SAMPLE_S16LE; in pa_format_info_to_sample_spec_fake()
|
D | sndfile-util.c | 105 case PA_SAMPLE_S16LE: in pa_sndfile_write_sample_spec()
|
D | mix.c | 112 [PA_SAMPLE_S16LE] = (pa_calc_stream_volumes_func_t) calc_linear_integer_stream_volumes, 678 [PA_SAMPLE_S16LE] = (pa_calc_volume_func_t) calc_linear_integer_volume,
|
D | resampler.c | 223 case PA_SAMPLE_S16LE: in sample_format_more_precise() 236 b == PA_SAMPLE_S16LE || b == PA_SAMPLE_S16BE) in sample_format_more_precise()
|
/third_party/pulseaudio/src/modules/oss/ |
D | oss-util.c | 161 [PA_SAMPLE_S16LE] = AFMT_S16_LE, in pa_oss_auto_format() 192 ss->format = f == AFMT_S16_LE ? PA_SAMPLE_S16LE : PA_SAMPLE_S16BE; in pa_oss_auto_format()
|
/third_party/gstreamer/gstplugins_good/ext/pulse/ |
D | pulseutil.c | 81 *sf = PA_SAMPLE_S16LE; in gstaudioformat_to_pasampleformat() 206 case PA_SAMPLE_S16LE: in gst_pulse_sample_format_to_caps_format()
|
/third_party/ffmpeg/libavdevice/ |
D | pulse_audio_common.c | 35 case AV_CODEC_ID_PCM_S16LE: return PA_SAMPLE_S16LE; in ff_codec_id_to_pulse_format()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-util.c | 57 [PA_SAMPLE_S16LE] = SND_PCM_FORMAT_S16_LE, in set_format() 112 *f = PA_SAMPLE_S16LE; in set_format() 113 else if (*f == PA_SAMPLE_S16LE) in set_format() 1465 [SND_PCM_FORMAT_S16_LE] = PA_SAMPLE_S16LE, in pa_alsa_get_supported_formats()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | a2dp-codec-sbc.c | 343 sample_spec->format = PA_SAMPLE_S16LE; in init()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/pulseaudio/ |
D | SDL_pulseaudio.c | 530 paspec.format = PA_SAMPLE_S16LE; in PULSEAUDIO_OpenDevice()
|
/third_party/pulseaudio/src/utils/ |
D | pacat.c | 94 .format = PA_SAMPLE_S16LE,
|
D | padsp.c | 1745 ss->format = PA_SAMPLE_S16LE; in map_format() 1759 case PA_SAMPLE_S16LE: return AFMT_S16_LE; in map_format_back()
|