Searched refs:PA_SAMPLE_S24_32BE (Results 1 - 12 of 12) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
H A D | sample.h | 55 * \li PA_SAMPLE_S24_32BE - Signed 24 bit integer PCM in LSB of 32 bit words, big endian. 171 PA_SAMPLE_S24_32BE, enumerator 195 #define PA_SAMPLE_S24_32NE PA_SAMPLE_S24_32BE 228 #define PA_SAMPLE_S24_32RE PA_SAMPLE_S24_32BE 248 #define PA_SAMPLE_S24_32BE PA_SAMPLE_S24_32BE macro
|
H A D | sample.c | 49 [PA_SAMPLE_S24_32BE] = 4 160 [PA_SAMPLE_S24_32BE] = "s24-32be", in pa_sample_format_to_string() 246 return PA_SAMPLE_S24_32BE; in pa_parse_sample_format() 269 case PA_SAMPLE_S24_32BE: 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 | 197 [PA_SAMPLE_S24_32BE] = (pa_convert_func_t) pa_sconv_s24_32be_to_float32ne, 223 [PA_SAMPLE_S24_32BE] = (pa_convert_func_t) pa_sconv_s24_32be_from_float32ne, 252 [PA_SAMPLE_S24_32BE] = (pa_convert_func_t) pa_sconv_s24_32be_to_s16ne, 280 [PA_SAMPLE_S24_32BE] = (pa_convert_func_t) pa_sconv_s24_32be_from_s16ne,
|
H A D | sample-util.c | 84 case PA_SAMPLE_S24_32BE: in silence_byte() 237 case PA_SAMPLE_S24_32BE: in pa_silence_memchunk_get() 247 cache->blocks[PA_SAMPLE_S24_32BE] = pa_memblock_ref(b); in pa_silence_memchunk_get()
|
H A D | mime-type.c | 108 case PA_SAMPLE_S24_32BE: in pa_sample_spec_mimefy()
|
H A D | sndfile-util.c | 118 case PA_SAMPLE_S24_32BE: in pa_sndfile_write_sample_spec()
|
H A D | mix.c | 121 [PA_SAMPLE_S24_32BE] = (pa_calc_stream_volumes_func_t) calc_linear_integer_stream_volumes 687 [PA_SAMPLE_S24_32BE] = (pa_calc_volume_func_t) calc_linear_integer_volume
|
H A D | resampler.c | 253 case PA_SAMPLE_S24_32BE: in sample_format_more_precise()
|
H A D | protocol-native.c | 3025 if (fixed->format == PA_SAMPLE_S24BE || fixed->format == PA_SAMPLE_S24_32BE) in fixup_sample_spec()
|
/third_party/pulseaudio/src/modules/oss/ |
H A D | oss-util.c | 180 [PA_SAMPLE_S24_32BE] = AFMT_QUERY, /* not supported */ in pa_oss_auto_format()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-util.c | 66 [PA_SAMPLE_S24_32BE] = SND_PCM_FORMAT_S24_BE, in set_format() 107 else if (*f == PA_SAMPLE_S24_32BE) in set_format() 110 *f = PA_SAMPLE_S24_32BE; in set_format() 1474 [SND_PCM_FORMAT_S24_BE] = PA_SAMPLE_S24_32BE, in pa_alsa_get_supported_formats()
|
Completed in 26 milliseconds