Home
last modified time | relevance | path

Searched refs:PA_SAMPLE_S16LE (Results 1 - 25 of 30) sorted by relevance

12

/third_party/pulseaudio/src/modules/rtp/
H A Drtp-common.c57 ss->format = PA_SAMPLE_S16LE; in pa_rtp_sample_spec_from_payload()
72 ss->format = PA_SAMPLE_S16LE; in pa_rtp_sample_spec_fixup()
86 return ss->format == PA_SAMPLE_S16BE || ss->format == PA_SAMPLE_S16LE; in pa_rtp_sample_spec_valid()
92 case PA_SAMPLE_S16LE: in pa_rtp_format_to_string()
103 return PA_SAMPLE_S16LE; in pa_rtp_string_to_format()
H A Dsdp.c102 ss->format = PA_SAMPLE_S16LE; in parse_sdp_sample_spec()
H A Drtp-gstreamer.c73 if (ss->format != PA_SAMPLE_S16BE && ss->format != PA_SAMPLE_S16LE) in caps_from_sample_spec()
355 if (ss->format != PA_SAMPLE_S16BE && ss->format != PA_SAMPLE_S16LE) in rtp_caps_from_sample_spec()
/third_party/pulseaudio/src/tests/
H A Dcpu-sconv-test.c149 orig_func = pa_get_convert_from_float32ne_function(PA_SAMPLE_S16LE); in START_TEST()
151 sse2_func = pa_get_convert_from_float32ne_function(PA_SAMPLE_S16LE); in START_TEST()
176 orig_func = pa_get_convert_from_float32ne_function(PA_SAMPLE_S16LE); in START_TEST()
178 sse_func = pa_get_convert_from_float32ne_function(PA_SAMPLE_S16LE); in START_TEST()
206 orig_from_func = pa_get_convert_from_float32ne_function(PA_SAMPLE_S16LE); in START_TEST()
207 orig_to_func = pa_get_convert_to_float32ne_function(PA_SAMPLE_S16LE); in START_TEST()
209 neon_from_func = pa_get_convert_from_float32ne_function(PA_SAMPLE_S16LE); in START_TEST()
210 neon_to_func = pa_get_convert_to_float32ne_function(PA_SAMPLE_S16LE); in START_TEST()
H A Dparec-simple.c56 .format = PA_SAMPLE_S16LE, in main()
H A Dpacat-simple.c37 .format = PA_SAMPLE_S16LE, in main()
H A Dmemblockq-test.c243 .format = PA_SAMPLE_S16LE, in START_TEST()
565 .format = PA_SAMPLE_S16LE, in START_TEST()
H A Dinterpol-test.c104 .format = PA_SAMPLE_S16LE, in context_state_callback()
H A Dresampler-test.c335 a.format = b.format = PA_SAMPLE_S16LE; in main()
/third_party/pulseaudio/src/pulse/
H A Dsample.h44 * \li PA_SAMPLE_S16LE - Signed 16 integer bit PCM, little endian.
144 PA_SAMPLE_S16LE, enumerator
198 #define PA_SAMPLE_S16RE PA_SAMPLE_S16LE
209 #define PA_SAMPLE_S16NE PA_SAMPLE_S16LE
239 #define PA_SAMPLE_S16LE PA_SAMPLE_S16LE macro
H A Dsample.c40 [PA_SAMPLE_S16LE] = 2,
151 [PA_SAMPLE_S16LE] = "s16le", in pa_sample_format_to_string()
206 return PA_SAMPLE_S16LE; in pa_parse_sample_format()
259 case PA_SAMPLE_S16LE: in pa_sample_format_is_le()
/third_party/pulseaudio/src/pulsecore/
H A Dsconv_neon.c90 pa_set_convert_from_float32ne_function(PA_SAMPLE_S16LE, (pa_convert_func_t) pa_sconv_s16le_from_f32ne_neon); in pa_convert_func_init_neon()
91 pa_set_convert_to_float32ne_function(PA_SAMPLE_S16LE, (pa_convert_func_t) pa_sconv_s16le_to_f32ne_neon); in pa_convert_func_init_neon()
H A Dsconv_sse.c168 pa_set_convert_from_float32ne_function(PA_SAMPLE_S16LE, (pa_convert_func_t) pa_sconv_s16le_from_f32ne_sse2); in pa_convert_func_init_sse()
172 pa_set_convert_from_float32ne_function(PA_SAMPLE_S16LE, (pa_convert_func_t) pa_sconv_s16le_from_f32ne_sse); in pa_convert_func_init_sse()
H A Dsample-util.c75 case PA_SAMPLE_S16LE: in silence_byte()
230 case PA_SAMPLE_S16LE: in pa_silence_memchunk_get()
240 cache->blocks[PA_SAMPLE_S16LE] = b = silence_memblock_new(pool, 0); in pa_silence_memchunk_get()
H A Dsconv.c190 [PA_SAMPLE_S16LE] = (pa_convert_func_t) pa_sconv_s16le_to_float32ne,
216 [PA_SAMPLE_S16LE] = (pa_convert_func_t) pa_sconv_s16le_from_float32ne,
H A Dcore-format.c139 ss->format = PA_SAMPLE_S16LE; in pa_format_info_to_sample_spec_fake()
H A Dmime-type.c117 case PA_SAMPLE_S16LE: in pa_sample_spec_mimefy()
H A Dsndfile-util.c105 case PA_SAMPLE_S16LE: in pa_sndfile_write_sample_spec()
H A Dmix.c112 [PA_SAMPLE_S16LE] = (pa_calc_stream_volumes_func_t) calc_linear_integer_stream_volumes,
678 [PA_SAMPLE_S16LE] = (pa_calc_volume_func_t) calc_linear_integer_volume,
/third_party/pulseaudio/src/modules/oss/
H A Doss-util.c166 [PA_SAMPLE_S16LE] = AFMT_S16_LE, in pa_oss_auto_format()
202 ss->format = f == AFMT_S16_LE ? PA_SAMPLE_S16LE : PA_SAMPLE_S16BE; in pa_oss_auto_format()
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbt-codec-cvsd.c33 info->sample_spec.format = PA_SAMPLE_S16LE; in init()
H A Da2dp-codec-gst.c89 case PA_SAMPLE_S16LE: in gst_create_caps_from_sample_spec()
H A Dbt-codec-msbc.c59 info->sample_spec.format = PA_SAMPLE_S16LE; in init()
/third_party/ffmpeg/libavdevice/
H A Dpulse_audio_common.c35 case AV_CODEC_ID_PCM_S16LE: return PA_SAMPLE_S16LE; in ff_codec_id_to_pulse_format()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-util.c57 [PA_SAMPLE_S16LE] = SND_PCM_FORMAT_S16_LE, in set_format()
112 *f = PA_SAMPLE_S16LE; in set_format()
113 else if (*f == PA_SAMPLE_S16LE) in set_format()
1465 [SND_PCM_FORMAT_S16_LE] = PA_SAMPLE_S16LE, in pa_alsa_get_supported_formats()

Completed in 16 milliseconds

12