Home
last modified time | relevance | path

Searched refs:PA_SAMPLE_S24BE (Results 1 – 15 of 15) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
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()
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,
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()
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,
Dsndfile-util.c112 case PA_SAMPLE_S24BE: in pa_sndfile_write_sample_spec()
Dresampler.c232 case PA_SAMPLE_S24BE: in sample_format_more_precise()
Dprotocol-native.c3159 if (fixed->format == PA_SAMPLE_S24BE || fixed->format == PA_SAMPLE_S24_32BE) in fixup_sample_spec()
/third_party/pulseaudio/src/pulse/
Dsample.h165 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
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()
Dstream.c218 … c->version >= 15 || (ss->format != PA_SAMPLE_S24LE && ss->format != PA_SAMPLE_S24BE), PA_ERR_NOTS… in pa_stream_new_with_proplist()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulseutil.c102 *sf = PA_SAMPLE_S24BE; in gstaudioformat_to_pasampleformat()
227 case PA_SAMPLE_S24BE: in gst_pulse_sample_format_to_caps_format()
/third_party/ffmpeg/libavdevice/
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/
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/modules/oss/
Doss-util.c168 [PA_SAMPLE_S24BE] = AFMT_QUERY, /* not supported */ in pa_oss_auto_format()
/third_party/pulseaudio/src/tests/
Dresampler-test.c107 case PA_SAMPLE_S24BE: { in dump_block()