Home
last modified time | relevance | path

Searched refs:PA_SAMPLE_ALAW (Results 1 – 17 of 17) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dsample.h138 PA_SAMPLE_ALAW, enumerator
237 #define PA_SAMPLE_ALAW PA_SAMPLE_ALAW macro
Dsample.c39 [PA_SAMPLE_ALAW] = 1,
149 [PA_SAMPLE_ALAW] = "aLaw", in pa_sample_format_to_string()
226 return PA_SAMPLE_ALAW; in pa_parse_sample_format()
/third_party/pulseaudio/src/pulsecore/
Dsconv.c188 [PA_SAMPLE_ALAW] = (pa_convert_func_t) alaw_to_float32ne,
226 [PA_SAMPLE_ALAW] = (pa_convert_func_t) alaw_from_float32ne,
254 [PA_SAMPLE_ALAW] = (pa_convert_func_t) alaw_to_s16ne,
282 [PA_SAMPLE_ALAW] = (pa_convert_func_t) alaw_from_s16ne,
Dsndfile-util.c67 ss->format = PA_SAMPLE_ALAW; in pa_sndfile_read_sample_spec()
133 case PA_SAMPLE_ALAW: in pa_sndfile_write_sample_spec()
384 case PA_SAMPLE_ALAW: in pa_sndfile_readf_function()
408 case PA_SAMPLE_ALAW: in pa_sndfile_writef_function()
Dsample-util.c86 case PA_SAMPLE_ALAW: in silence_byte()
251 case PA_SAMPLE_ALAW: in pa_silence_memchunk_get()
252 cache->blocks[PA_SAMPLE_ALAW] = b = silence_memblock_new(pool, 0xd5); in pa_silence_memchunk_get()
Dmime-type.c122 case PA_SAMPLE_ALAW: in pa_sample_spec_mimefy()
Dmix.c110 [PA_SAMPLE_ALAW] = (pa_calc_stream_volumes_func_t) calc_linear_integer_stream_volumes,
594 [PA_SAMPLE_ALAW] = (pa_do_mix_func_t) pa_mix_alaw_c,
676 [PA_SAMPLE_ALAW] = (pa_calc_volume_func_t) calc_linear_integer_volume,
Dsvolume_c.c247 [PA_SAMPLE_ALAW] = (pa_do_volume_func_t) pa_volume_alaw_c,
Dresampler.c218 case PA_SAMPLE_ALAW: in sample_format_more_precise()
225 if (b == PA_SAMPLE_ULAW || b == PA_SAMPLE_ALAW || b == PA_SAMPLE_U8) in sample_format_more_precise()
235 if (b == PA_SAMPLE_ULAW || b == PA_SAMPLE_ALAW || b == PA_SAMPLE_U8 || in sample_format_more_precise()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulseutil.c126 ss->format = PA_SAMPLE_ALAW; in gst_pulse_fill_sample_spec()
154 sf = PA_SAMPLE_ALAW; in gst_pulse_fill_format_info()
456 } else if (ss.format == PA_SAMPLE_ALAW) { in gst_pulse_format_info_to_caps()
/third_party/pulseaudio/src/tests/
Dmix-test.c107 case PA_SAMPLE_ALAW: { in compare_block()
221 case PA_SAMPLE_ALAW: { in generate_block()
Dresampler-test.c55 case PA_SAMPLE_ALAW: { in dump_block()
139 case PA_SAMPLE_ALAW: { in generate_block()
/third_party/ffmpeg/libavdevice/
Dpulse_audio_common.c33 case AV_CODEC_ID_PCM_ALAW: return PA_SAMPLE_ALAW; in ff_codec_id_to_pulse_format()
/third_party/pulseaudio/src/modules/oss/
Doss-util.c159 [PA_SAMPLE_ALAW] = AFMT_A_LAW, in pa_oss_auto_format()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-util.c55 [PA_SAMPLE_ALAW] = SND_PCM_FORMAT_A_LAW, in set_format()
80 PA_SAMPLE_ALAW, in set_format()
1463 [SND_PCM_FORMAT_A_LAW] = PA_SAMPLE_ALAW, in pa_alsa_get_supported_formats()
/third_party/pulseaudio/src/modules/
Dmodule-solaris.c272 case PA_SAMPLE_ALAW: in auto_format()
298 case PA_SAMPLE_ALAW: in auto_format()
/third_party/pulseaudio/src/utils/
Dpadsp.c1724 ss->format = PA_SAMPLE_ALAW; in map_format()
1762 case PA_SAMPLE_ALAW: return AFMT_A_LAW; in map_format_back()