Searched refs:PA_SAMPLE_S16BE (Results 1 – 18 of 18) sorted by relevance
/third_party/pulseaudio/src/modules/rtp/ |
D | rtp-common.c | 31 if (ss->format == PA_SAMPLE_S16BE && ss->rate == 44100 && ss->channels == 2) in pa_rtp_payload_from_sample_spec() 33 if (ss->format == PA_SAMPLE_S16BE && ss->rate == 44100 && ss->channels == 1) in pa_rtp_payload_from_sample_spec() 45 ss->format = PA_SAMPLE_S16BE; in pa_rtp_sample_spec_from_payload() 51 ss->format = PA_SAMPLE_S16BE; in pa_rtp_sample_spec_from_payload() 66 ss->format = PA_SAMPLE_S16BE; in pa_rtp_sample_spec_fixup() 78 return ss->format == PA_SAMPLE_S16BE; in pa_rtp_sample_spec_valid() 83 case PA_SAMPLE_S16BE: in pa_rtp_format_to_string() 94 return PA_SAMPLE_S16BE; in pa_rtp_string_to_format()
|
D | sdp.c | 90 ss->format = PA_SAMPLE_S16BE; in parse_sdp_sample_spec()
|
D | rtp-gstreamer.c | 65 if (ss->format != PA_SAMPLE_S16BE) in caps_from_sample_spec() 317 if (ss->format != PA_SAMPLE_S16BE) in rtp_caps_from_sample_spec()
|
/third_party/pulseaudio/src/pulsecore/ |
D | mime-type.c | 34 case PA_SAMPLE_S16BE: in pa_sample_spec_is_mime() 116 case PA_SAMPLE_S16BE: in pa_sample_spec_mimefy() 118 ss->format = PA_SAMPLE_S16BE; in pa_sample_spec_mimefy() 127 ss->format = PA_SAMPLE_S16BE; in pa_sample_spec_mimefy() 153 case PA_SAMPLE_S16BE: in pa_sample_spec_to_mime_type() 160 ss->format == PA_SAMPLE_S16BE ? "L16" : in pa_sample_spec_to_mime_type()
|
D | sample-util.c | 76 case PA_SAMPLE_S16BE: in silence_byte() 231 case PA_SAMPLE_S16BE: in pa_silence_memchunk_get() 241 cache->blocks[PA_SAMPLE_S16BE] = pa_memblock_ref(b); in pa_silence_memchunk_get()
|
D | sconv.c | 191 [PA_SAMPLE_S16BE] = (pa_convert_func_t) pa_sconv_s16be_to_float32ne, 217 [PA_SAMPLE_S16BE] = (pa_convert_func_t) pa_sconv_s16be_from_float32ne,
|
D | mix.c | 113 [PA_SAMPLE_S16BE] = (pa_calc_stream_volumes_func_t) calc_linear_integer_stream_volumes, 679 [PA_SAMPLE_S16BE] = (pa_calc_volume_func_t) calc_linear_integer_volume,
|
D | sndfile-util.c | 106 case PA_SAMPLE_S16BE: in pa_sndfile_write_sample_spec()
|
D | resampler.c | 224 case PA_SAMPLE_S16BE: in sample_format_more_precise() 236 b == PA_SAMPLE_S16LE || b == PA_SAMPLE_S16BE) in sample_format_more_precise()
|
/third_party/pulseaudio/src/pulse/ |
D | sample.h | 147 PA_SAMPLE_S16BE, enumerator 187 #define PA_SAMPLE_S16NE PA_SAMPLE_S16BE 220 #define PA_SAMPLE_S16RE PA_SAMPLE_S16BE 240 #define PA_SAMPLE_S16BE PA_SAMPLE_S16BE macro
|
D | sample.c | 41 [PA_SAMPLE_S16BE] = 2, 152 [PA_SAMPLE_S16BE] = "s16be", in pa_sample_format_to_string() 208 return PA_SAMPLE_S16BE; in pa_parse_sample_format() 266 case PA_SAMPLE_S16BE: in pa_sample_format_is_le()
|
/third_party/pulseaudio/src/modules/oss/ |
D | oss-util.c | 162 [PA_SAMPLE_S16BE] = AFMT_S16_BE, in pa_oss_auto_format() 192 ss->format = f == AFMT_S16_LE ? PA_SAMPLE_S16LE : PA_SAMPLE_S16BE; in pa_oss_auto_format()
|
/third_party/gstreamer/gstplugins_good/ext/pulse/ |
D | pulseutil.c | 84 *sf = PA_SAMPLE_S16BE; in gstaudioformat_to_pasampleformat() 209 case PA_SAMPLE_S16BE: in gst_pulse_sample_format_to_caps_format()
|
/third_party/ffmpeg/libavdevice/ |
D | pulse_audio_common.c | 36 case AV_CODEC_ID_PCM_S16BE: return PA_SAMPLE_S16BE; in ff_codec_id_to_pulse_format()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-util.c | 58 [PA_SAMPLE_S16BE] = SND_PCM_FORMAT_S16_BE, in set_format() 111 else if (*f == PA_SAMPLE_S16BE) in set_format() 114 *f = PA_SAMPLE_S16BE; in set_format() 1466 [SND_PCM_FORMAT_S16_BE] = PA_SAMPLE_S16BE, in pa_alsa_get_supported_formats()
|
/third_party/pulseaudio/src/tests/ |
D | memblockq-test.c | 404 .format = PA_SAMPLE_S16BE, in START_TEST()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/pulseaudio/ |
D | SDL_pulseaudio.c | 533 paspec.format = PA_SAMPLE_S16BE; in PULSEAUDIO_OpenDevice()
|
/third_party/pulseaudio/src/utils/ |
D | padsp.c | 1738 ss->format = PA_SAMPLE_S16BE; in map_format() 1760 case PA_SAMPLE_S16BE: return AFMT_S16_BE; in map_format_back()
|