Searched refs:PA_SAMPLE_S24LE (Results 1 - 18 of 18) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
H A D | sample.h | 52 * \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 D | sample.c | 46 [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 D | stream.c | 222 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 D | sconv.c | 194 [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 D | sample-util.c | 81 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 D | mime-type.c | 106 case PA_SAMPLE_S24LE: in pa_sample_spec_mimefy()
|
H A D | sndfile-util.c | 111 case PA_SAMPLE_S24LE: in pa_sndfile_write_sample_spec()
|
H A D | mix.c | 118 [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 D | resampler.c | 250 case PA_SAMPLE_S24LE: in sample_format_more_precise()
|
H A D | protocol-native.c | 3023 if (fixed->format == PA_SAMPLE_S24LE || fixed->format == PA_SAMPLE_S24_32LE) in fixup_sample_spec()
|
/third_party/pulseaudio/src/modules/oss/ |
H A D | oss-util.c | 173 [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 D | mix-test.c | 193 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 D | resampler-test.c | 106 case PA_SAMPLE_S24LE: in dump_block()
|
/third_party/ffmpeg/libavdevice/ |
H A D | pulse_audio_common.c | 41 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 D | a2dp-codec-gst.c | 92 case PA_SAMPLE_S24LE: in gst_create_caps_from_sample_spec()
|
H A D | a2dp-codec-aptx-gst.c | 277 ss->format = PA_SAMPLE_S24LE; in gst_init_aptx()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-util.c | 63 [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 D | module-waveout.c | 537 } else if (ss->format == PA_SAMPLE_S24LE) { in ss_to_waveformat()
|
Completed in 25 milliseconds