Searched refs:PA_SAMPLE_ALAW (Results 1 – 17 of 17) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
D | sample.h | 138 PA_SAMPLE_ALAW, enumerator 237 #define PA_SAMPLE_ALAW PA_SAMPLE_ALAW macro
|
D | sample.c | 39 [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/ |
D | sconv.c | 188 [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,
|
D | sndfile-util.c | 67 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()
|
D | sample-util.c | 86 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()
|
D | mime-type.c | 122 case PA_SAMPLE_ALAW: in pa_sample_spec_mimefy()
|
D | mix.c | 110 [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,
|
D | svolume_c.c | 247 [PA_SAMPLE_ALAW] = (pa_do_volume_func_t) pa_volume_alaw_c,
|
D | resampler.c | 218 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/ |
D | pulseutil.c | 126 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/ |
D | mix-test.c | 107 case PA_SAMPLE_ALAW: { in compare_block() 221 case PA_SAMPLE_ALAW: { in generate_block()
|
D | resampler-test.c | 55 case PA_SAMPLE_ALAW: { in dump_block() 139 case PA_SAMPLE_ALAW: { in generate_block()
|
/third_party/ffmpeg/libavdevice/ |
D | pulse_audio_common.c | 33 case AV_CODEC_ID_PCM_ALAW: return PA_SAMPLE_ALAW; in ff_codec_id_to_pulse_format()
|
/third_party/pulseaudio/src/modules/oss/ |
D | oss-util.c | 159 [PA_SAMPLE_ALAW] = AFMT_A_LAW, in pa_oss_auto_format()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-util.c | 55 [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/ |
D | module-solaris.c | 272 case PA_SAMPLE_ALAW: in auto_format() 298 case PA_SAMPLE_ALAW: in auto_format()
|
/third_party/pulseaudio/src/utils/ |
D | padsp.c | 1724 ss->format = PA_SAMPLE_ALAW; in map_format() 1762 case PA_SAMPLE_ALAW: return AFMT_A_LAW; in map_format_back()
|