Searched refs:PA_SAMPLE_S32BE (Results 1 - 14 of 14) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
H A D | sample.h | 51 * \li PA_SAMPLE_S32BE - Signed 32 bit integer PCM, big endian. 159 PA_SAMPLE_S32BE, enumerator 191 #define PA_SAMPLE_S32NE PA_SAMPLE_S32BE 224 #define PA_SAMPLE_S32RE PA_SAMPLE_S32BE 244 #define PA_SAMPLE_S32BE PA_SAMPLE_S32BE macro
|
H A D | sample.c | 45 [PA_SAMPLE_S32BE] = 4, 156 [PA_SAMPLE_S32BE] = "s32be", in pa_sample_format_to_string() 230 return PA_SAMPLE_S32BE; in pa_parse_sample_format() 268 case PA_SAMPLE_S32BE: in pa_sample_format_is_le()
|
H A D | stream.c | 221 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 12 || (ss->format != PA_SAMPLE_S32LE && ss->format != PA_SAMPLE_S32BE), PA_ERR_NOTSUPPORTED); in pa_stream_new_with_proplist()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | sconv.c | 193 [PA_SAMPLE_S32BE] = (pa_convert_func_t) pa_sconv_s32be_to_float32ne, 219 [PA_SAMPLE_S32BE] = (pa_convert_func_t) pa_sconv_s32be_from_float32ne, 248 [PA_SAMPLE_S32BE] = (pa_convert_func_t) pa_sconv_s32be_to_s16ne, 276 [PA_SAMPLE_S32BE] = (pa_convert_func_t) pa_sconv_s32be_from_s16ne,
|
H A D | sample-util.c | 78 case PA_SAMPLE_S32BE: in silence_byte() 233 case PA_SAMPLE_S32BE: in pa_silence_memchunk_get() 243 cache->blocks[PA_SAMPLE_S32BE] = pa_memblock_ref(b); in pa_silence_memchunk_get()
|
H A D | mime-type.c | 110 case PA_SAMPLE_S32BE: in pa_sample_spec_mimefy()
|
H A D | sndfile-util.c | 124 case PA_SAMPLE_S32BE: in pa_sndfile_write_sample_spec()
|
H A D | mix.c | 117 [PA_SAMPLE_S32BE] = (pa_calc_stream_volumes_func_t) calc_linear_integer_stream_volumes, 683 [PA_SAMPLE_S32BE] = (pa_calc_volume_func_t) calc_linear_integer_volume,
|
H A D | resampler.c | 264 case PA_SAMPLE_S32BE: in sample_format_more_precise() 266 b == PA_SAMPLE_S32LE || b == PA_SAMPLE_S32BE) in sample_format_more_precise()
|
H A D | protocol-native.c | 3018 if (fixed->format == PA_SAMPLE_S32BE) in fixup_sample_spec()
|
/third_party/pulseaudio/src/tests/ |
H A D | memblockq-test.c | 189 .format = PA_SAMPLE_S32BE, in START_TEST() 342 .format = PA_SAMPLE_S32BE, in START_TEST()
|
/third_party/ffmpeg/libavdevice/ |
H A D | pulse_audio_common.c | 40 case AV_CODEC_ID_PCM_S32BE: return PA_SAMPLE_S32BE; in ff_codec_id_to_pulse_format()
|
/third_party/pulseaudio/src/modules/oss/ |
H A D | oss-util.c | 171 [PA_SAMPLE_S32BE] = AFMT_QUERY, /* not supported */ in pa_oss_auto_format()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-util.c | 62 [PA_SAMPLE_S32BE] = SND_PCM_FORMAT_S32_BE, in set_format() 115 else if (*f == PA_SAMPLE_S32BE) in set_format() 118 *f = PA_SAMPLE_S32BE; in set_format() 1470 [SND_PCM_FORMAT_S32_BE] = PA_SAMPLE_S32BE, in pa_alsa_get_supported_formats()
|
Completed in 21 milliseconds