Home
last modified time | relevance | path

Searched refs:PA_SAMPLE_S32LE (Results 1 – 15 of 15) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dsample.h156 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
Dsample.c44 [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()
Dstream.c217 …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/
Dsconv.c192 [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,
Dsample-util.c77 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()
Dmime-type.c109 case PA_SAMPLE_S32LE: in pa_sample_spec_mimefy()
Dmix.c116 [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,
Dsndfile-util.c123 case PA_SAMPLE_S32LE: in pa_sndfile_write_sample_spec()
Dresampler.c244 case PA_SAMPLE_S32LE: in sample_format_more_precise()
247 b == PA_SAMPLE_S32LE || b == PA_SAMPLE_S32BE) in sample_format_more_precise()
Dprotocol-native.c3145 if (fixed->format == PA_SAMPLE_S32LE) in fixup_sample_spec()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulseutil.c93 *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/
Dpulse_audio_common.c39 case AV_CODEC_ID_PCM_S32LE: return PA_SAMPLE_S32LE; in ff_codec_id_to_pulse_format()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-util.c61 [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/
Doss-util.c165 [PA_SAMPLE_S32LE] = AFMT_QUERY, /* not supported */ in pa_oss_auto_format()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/pulseaudio/
DSDL_pulseaudio.c536 paspec.format = PA_SAMPLE_S32LE; in PULSEAUDIO_OpenDevice()