Searched refs:PA_SAMPLE_S24_32LE (Results 1 - 12 of 12) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
H A D | sample.h | 54 * \li PA_SAMPLE_S24_32LE - Signed 24 bit integer PCM in LSB of 32 bit words, little endian. 168 PA_SAMPLE_S24_32LE, enumerator 206 #define PA_SAMPLE_S24_32RE PA_SAMPLE_S24_32LE 217 #define PA_SAMPLE_S24_32NE PA_SAMPLE_S24_32LE 247 #define PA_SAMPLE_S24_32LE PA_SAMPLE_S24_32LE macro
|
H A D | sample.c | 48 [PA_SAMPLE_S24_32LE] = 4, 159 [PA_SAMPLE_S24_32LE] = "s24-32le", in pa_sample_format_to_string() 244 return PA_SAMPLE_S24_32LE; in pa_parse_sample_format() 262 case PA_SAMPLE_S24_32LE: in pa_sample_format_is_le()
|
H A D | stream.c | 223 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 15 || (ss->format != PA_SAMPLE_S24_32LE && ss->format != PA_SAMPLE_S24_32BE), PA_ERR_NOTSUPPORTED); in pa_stream_new_with_proplist()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | sconv.c | 196 [PA_SAMPLE_S24_32LE] = (pa_convert_func_t) pa_sconv_s24_32le_to_float32ne, 222 [PA_SAMPLE_S24_32LE] = (pa_convert_func_t) pa_sconv_s24_32le_from_float32ne, 253 [PA_SAMPLE_S24_32LE] = (pa_convert_func_t) pa_sconv_s24_32le_to_s16ne, 281 [PA_SAMPLE_S24_32LE] = (pa_convert_func_t) pa_sconv_s24_32le_from_s16ne,
|
H A D | sample-util.c | 83 case PA_SAMPLE_S24_32LE: in silence_byte() 236 case PA_SAMPLE_S24_32LE: in pa_silence_memchunk_get() 246 cache->blocks[PA_SAMPLE_S24_32LE] = pa_memblock_ref(b); in pa_silence_memchunk_get()
|
H A D | mime-type.c | 107 case PA_SAMPLE_S24_32LE: in pa_sample_spec_mimefy()
|
H A D | sndfile-util.c | 117 case PA_SAMPLE_S24_32LE: in pa_sndfile_write_sample_spec()
|
H A D | mix.c | 120 [PA_SAMPLE_S24_32LE] = (pa_calc_stream_volumes_func_t) calc_linear_integer_stream_volumes, 686 [PA_SAMPLE_S24_32LE] = (pa_calc_volume_func_t) calc_linear_integer_volume,
|
H A D | resampler.c | 252 case PA_SAMPLE_S24_32LE: 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 | 179 [PA_SAMPLE_S24_32LE] = AFMT_QUERY, /* not supported */ in pa_oss_auto_format()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-util.c | 65 [PA_SAMPLE_S24_32LE] = SND_PCM_FORMAT_S24_LE, in set_format() 108 *f = PA_SAMPLE_S24_32LE; in set_format() 109 else if (*f == PA_SAMPLE_S24_32LE) in set_format() 1473 [SND_PCM_FORMAT_S24_LE] = PA_SAMPLE_S24_32LE, in pa_alsa_get_supported_formats()
|
Completed in 20 milliseconds