Home
last modified time | relevance | path

Searched refs:PA_SAMPLE_S24_32BE (Results 1 - 12 of 12) sorted by relevance

/third_party/pulseaudio/src/pulse/
H A Dsample.h55 * \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 Dsample.c49 [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 Dstream.c223 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 Dsconv.c197 [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 Dsample-util.c84 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 Dmime-type.c108 case PA_SAMPLE_S24_32BE: in pa_sample_spec_mimefy()
H A Dsndfile-util.c118 case PA_SAMPLE_S24_32BE: in pa_sndfile_write_sample_spec()
H A Dmix.c121 [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 Dresampler.c253 case PA_SAMPLE_S24_32BE: in sample_format_more_precise()
H A Dprotocol-native.c3025 if (fixed->format == PA_SAMPLE_S24BE || fixed->format == PA_SAMPLE_S24_32BE) in fixup_sample_spec()
/third_party/pulseaudio/src/modules/oss/
H A Doss-util.c180 [PA_SAMPLE_S24_32BE] = AFMT_QUERY, /* not supported */ in pa_oss_auto_format()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-util.c66 [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