Home
last modified time | relevance | path

Searched refs:PA_SAMPLE_S24LE (Results 1 - 18 of 18) sorted by relevance

/third_party/pulseaudio/src/pulse/
H A Dsample.h52 * \li PA_SAMPLE_S24LE - Signed 24 bit integer PCM packed, little endian.
162 PA_SAMPLE_S24LE, enumerator
204 #define PA_SAMPLE_S24RE PA_SAMPLE_S24LE
215 #define PA_SAMPLE_S24NE PA_SAMPLE_S24LE
245 #define PA_SAMPLE_S24LE PA_SAMPLE_S24LE macro
H A Dsample.c46 [PA_SAMPLE_S24LE] = 3,
157 [PA_SAMPLE_S24LE] = "s24le", in pa_sample_format_to_string()
236 return PA_SAMPLE_S24LE; in pa_parse_sample_format()
260 case PA_SAMPLE_S24LE: in pa_sample_format_is_le()
H A Dstream.c222 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 15 || (ss->format != PA_SAMPLE_S24LE && ss->format != PA_SAMPLE_S24BE), PA_ERR_NOTSUPPORTED); in pa_stream_new_with_proplist()
/third_party/pulseaudio/src/pulsecore/
H A Dsconv.c194 [PA_SAMPLE_S24LE] = (pa_convert_func_t) pa_sconv_s24le_to_float32ne,
220 [PA_SAMPLE_S24LE] = (pa_convert_func_t) pa_sconv_s24le_from_float32ne,
251 [PA_SAMPLE_S24LE] = (pa_convert_func_t) pa_sconv_s24le_to_s16ne,
279 [PA_SAMPLE_S24LE] = (pa_convert_func_t) pa_sconv_s24le_from_s16ne,
H A Dsample-util.c81 case PA_SAMPLE_S24LE: in silence_byte()
234 case PA_SAMPLE_S24LE: in pa_silence_memchunk_get()
244 cache->blocks[PA_SAMPLE_S24LE] = pa_memblock_ref(b); in pa_silence_memchunk_get()
H A Dmime-type.c106 case PA_SAMPLE_S24LE: in pa_sample_spec_mimefy()
H A Dsndfile-util.c111 case PA_SAMPLE_S24LE: in pa_sndfile_write_sample_spec()
H A Dmix.c118 [PA_SAMPLE_S24LE] = (pa_calc_stream_volumes_func_t) calc_linear_integer_stream_volumes,
684 [PA_SAMPLE_S24LE] = (pa_calc_volume_func_t) calc_linear_integer_volume,
H A Dresampler.c250 case PA_SAMPLE_S24LE: in sample_format_more_precise()
H A Dprotocol-native.c3023 if (fixed->format == PA_SAMPLE_S24LE || fixed->format == PA_SAMPLE_S24_32LE) in fixup_sample_spec()
/third_party/pulseaudio/src/modules/oss/
H A Doss-util.c173 [PA_SAMPLE_S24LE] = AFMT_S24_LE, in pa_oss_auto_format()
176 [PA_SAMPLE_S24LE] = AFMT_QUERY, /* not supported */ in pa_oss_auto_format()
/third_party/pulseaudio/src/tests/
H A Dmix-test.c193 uint32_t uu = ss->format == PA_SAMPLE_S24LE ? PA_READ24LE(u) : PA_READ24BE(u); in compare_block()
252 if (ss->format == PA_SAMPLE_S24LE) { in generate_block()
H A Dresampler-test.c106 case PA_SAMPLE_S24LE: in dump_block()
/third_party/ffmpeg/libavdevice/
H A Dpulse_audio_common.c41 case AV_CODEC_ID_PCM_S24LE: return PA_SAMPLE_S24LE; in ff_codec_id_to_pulse_format()
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-gst.c92 case PA_SAMPLE_S24LE: in gst_create_caps_from_sample_spec()
H A Da2dp-codec-aptx-gst.c277 ss->format = PA_SAMPLE_S24LE; in gst_init_aptx()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-util.c63 [PA_SAMPLE_S24LE] = SND_PCM_FORMAT_S24_3LE, in set_format()
104 *f = PA_SAMPLE_S24LE; in set_format()
105 else if (*f == PA_SAMPLE_S24LE) in set_format()
1471 [SND_PCM_FORMAT_S24_3LE] = PA_SAMPLE_S24LE, in pa_alsa_get_supported_formats()
/third_party/pulseaudio/src/modules/
H A Dmodule-waveout.c537 } else if (ss->format == PA_SAMPLE_S24LE) { in ss_to_waveformat()

Completed in 25 milliseconds