Home
last modified time | relevance | path

Searched refs:PA_SAMPLE_S24BE (Results 1 - 14 of 14) sorted by relevance

/third_party/pulseaudio/src/pulse/
H A Dsample.h53 * \li PA_SAMPLE_S24BE - Signed 24 bit integer PCM packed, big endian.
165 PA_SAMPLE_S24BE, enumerator
193 #define PA_SAMPLE_S24NE PA_SAMPLE_S24BE
226 #define PA_SAMPLE_S24RE PA_SAMPLE_S24BE
246 #define PA_SAMPLE_S24BE PA_SAMPLE_S24BE macro
H A Dsample.c47 [PA_SAMPLE_S24BE] = 3,
158 [PA_SAMPLE_S24BE] = "s24be", in pa_sample_format_to_string()
238 return PA_SAMPLE_S24BE; in pa_parse_sample_format()
267 case PA_SAMPLE_S24BE: 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 Dmime-type.c35 case PA_SAMPLE_S24BE: in pa_sample_spec_is_mime()
105 case PA_SAMPLE_S24BE: in pa_sample_spec_mimefy()
113 ss->format = PA_SAMPLE_S24BE; in pa_sample_spec_mimefy()
154 case PA_SAMPLE_S24BE: in pa_sample_spec_to_mime_type()
161 (ss->format == PA_SAMPLE_S24BE ? "L24" : "L8"), in pa_sample_spec_to_mime_type()
H A Dsconv.c195 [PA_SAMPLE_S24BE] = (pa_convert_func_t) pa_sconv_s24be_to_float32ne,
221 [PA_SAMPLE_S24BE] = (pa_convert_func_t) pa_sconv_s24be_from_float32ne,
250 [PA_SAMPLE_S24BE] = (pa_convert_func_t) pa_sconv_s24be_to_s16ne,
278 [PA_SAMPLE_S24BE] = (pa_convert_func_t) pa_sconv_s24be_from_s16ne,
H A Dsample-util.c82 case PA_SAMPLE_S24BE: in silence_byte()
235 case PA_SAMPLE_S24BE: in pa_silence_memchunk_get()
245 cache->blocks[PA_SAMPLE_S24BE] = pa_memblock_ref(b); in pa_silence_memchunk_get()
H A Dsndfile-util.c112 case PA_SAMPLE_S24BE: in pa_sndfile_write_sample_spec()
H A Dmix.c119 [PA_SAMPLE_S24BE] = (pa_calc_stream_volumes_func_t) calc_linear_integer_stream_volumes,
685 [PA_SAMPLE_S24BE] = (pa_calc_volume_func_t) calc_linear_integer_volume,
H A Dresampler.c251 case PA_SAMPLE_S24BE: 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.c174 [PA_SAMPLE_S24BE] = AFMT_S24_BE, in pa_oss_auto_format()
177 [PA_SAMPLE_S24BE] = AFMT_QUERY, /* not supported */ in pa_oss_auto_format()
/third_party/ffmpeg/libavdevice/
H A Dpulse_audio_common.c42 case AV_CODEC_ID_PCM_S24BE: return PA_SAMPLE_S24BE; in ff_codec_id_to_pulse_format()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-util.c64 [PA_SAMPLE_S24BE] = SND_PCM_FORMAT_S24_3BE, in set_format()
103 else if (*f == PA_SAMPLE_S24BE) in set_format()
106 *f = PA_SAMPLE_S24BE; in set_format()
1472 [SND_PCM_FORMAT_S24_3BE] = PA_SAMPLE_S24BE, in pa_alsa_get_supported_formats()
/third_party/pulseaudio/src/tests/
H A Dresampler-test.c107 case PA_SAMPLE_S24BE: { in dump_block()

Completed in 21 milliseconds