Searched refs:PA_SAMPLE_S32LE (Results 1 – 15 of 15) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
D | sample.h | 156 PA_SAMPLE_S32LE, enumerator 202 #define PA_SAMPLE_S32RE PA_SAMPLE_S32LE 213 #define PA_SAMPLE_S32NE PA_SAMPLE_S32LE 243 #define PA_SAMPLE_S32LE PA_SAMPLE_S32LE macro
|
D | sample.c | 44 [PA_SAMPLE_S32LE] = 4, 155 [PA_SAMPLE_S32LE] = "s32le", in pa_sample_format_to_string() 228 return PA_SAMPLE_S32LE; in pa_parse_sample_format() 261 case PA_SAMPLE_S32LE: in pa_sample_format_is_le()
|
D | stream.c | 217 …PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 12 || (ss->format != PA_SAMPLE_S32LE && ss->format … in pa_stream_new_with_proplist()
|
/third_party/pulseaudio/src/pulsecore/ |
D | sconv.c | 192 [PA_SAMPLE_S32LE] = (pa_convert_func_t) pa_sconv_s32le_to_float32ne, 218 [PA_SAMPLE_S32LE] = (pa_convert_func_t) pa_sconv_s32le_from_float32ne, 249 [PA_SAMPLE_S32LE] = (pa_convert_func_t) pa_sconv_s32le_to_s16ne, 277 [PA_SAMPLE_S32LE] = (pa_convert_func_t) pa_sconv_s32le_from_s16ne,
|
D | sample-util.c | 77 case PA_SAMPLE_S32LE: in silence_byte() 232 case PA_SAMPLE_S32LE: in pa_silence_memchunk_get() 242 cache->blocks[PA_SAMPLE_S32LE] = pa_memblock_ref(b); in pa_silence_memchunk_get()
|
D | mime-type.c | 109 case PA_SAMPLE_S32LE: in pa_sample_spec_mimefy()
|
D | mix.c | 116 [PA_SAMPLE_S32LE] = (pa_calc_stream_volumes_func_t) calc_linear_integer_stream_volumes, 682 [PA_SAMPLE_S32LE] = (pa_calc_volume_func_t) calc_linear_integer_volume,
|
D | sndfile-util.c | 123 case PA_SAMPLE_S32LE: in pa_sndfile_write_sample_spec()
|
D | resampler.c | 244 case PA_SAMPLE_S32LE: in sample_format_more_precise() 247 b == PA_SAMPLE_S32LE || b == PA_SAMPLE_S32BE) in sample_format_more_precise()
|
D | protocol-native.c | 3145 if (fixed->format == PA_SAMPLE_S32LE) in fixup_sample_spec()
|
/third_party/gstreamer/gstplugins_good/ext/pulse/ |
D | pulseutil.c | 93 *sf = PA_SAMPLE_S32LE; in gstaudioformat_to_pasampleformat() 218 case PA_SAMPLE_S32LE: in gst_pulse_sample_format_to_caps_format()
|
/third_party/ffmpeg/libavdevice/ |
D | pulse_audio_common.c | 39 case AV_CODEC_ID_PCM_S32LE: return PA_SAMPLE_S32LE; in ff_codec_id_to_pulse_format()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-util.c | 61 [PA_SAMPLE_S32LE] = SND_PCM_FORMAT_S32_LE, in set_format() 116 *f = PA_SAMPLE_S32LE; in set_format() 117 else if (*f == PA_SAMPLE_S32LE) in set_format() 1469 [SND_PCM_FORMAT_S32_LE] = PA_SAMPLE_S32LE, in pa_alsa_get_supported_formats()
|
/third_party/pulseaudio/src/modules/oss/ |
D | oss-util.c | 165 [PA_SAMPLE_S32LE] = AFMT_QUERY, /* not supported */ in pa_oss_auto_format()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/pulseaudio/ |
D | SDL_pulseaudio.c | 536 paspec.format = PA_SAMPLE_S32LE; in PULSEAUDIO_OpenDevice()
|