Searched refs:PA_SAMPLE_S24BE (Results 1 – 15 of 15) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | mime-type.c | 35 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()
|
D | sconv.c | 195 [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,
|
D | sample-util.c | 82 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()
|
D | mix.c | 119 [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,
|
D | sndfile-util.c | 112 case PA_SAMPLE_S24BE: in pa_sndfile_write_sample_spec()
|
D | resampler.c | 232 case PA_SAMPLE_S24BE: in sample_format_more_precise()
|
D | protocol-native.c | 3159 if (fixed->format == PA_SAMPLE_S24BE || fixed->format == PA_SAMPLE_S24_32BE) in fixup_sample_spec()
|
/third_party/pulseaudio/src/pulse/ |
D | sample.h | 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
|
D | sample.c | 47 [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()
|
D | stream.c | 218 … 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/ |
D | pulseutil.c | 102 *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/ |
D | pulse_audio_common.c | 42 case AV_CODEC_ID_PCM_S24BE: return PA_SAMPLE_S24BE; in ff_codec_id_to_pulse_format()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-util.c | 64 [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/ |
D | oss-util.c | 168 [PA_SAMPLE_S24BE] = AFMT_QUERY, /* not supported */ in pa_oss_auto_format()
|
/third_party/pulseaudio/src/tests/ |
D | resampler-test.c | 107 case PA_SAMPLE_S24BE: { in dump_block()
|