Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dmime-type.c58 case PA_SAMPLE_ULAW: in pa_sample_spec_is_mime()
121 case PA_SAMPLE_ULAW: in pa_sample_spec_mimefy()
125 ss->format = PA_SAMPLE_ULAW; in pa_sample_spec_mimefy()
164 case PA_SAMPLE_ULAW: in pa_sample_spec_to_mime_type()
Dsconv.c189 [PA_SAMPLE_ULAW] = (pa_convert_func_t) ulaw_to_float32ne,
227 [PA_SAMPLE_ULAW] = (pa_convert_func_t) ulaw_from_float32ne
255 [PA_SAMPLE_ULAW] = (pa_convert_func_t) ulaw_to_s16ne
283 [PA_SAMPLE_ULAW] = (pa_convert_func_t) ulaw_from_s16ne,
Dsndfile-util.c63 ss->format = PA_SAMPLE_ULAW; in pa_sndfile_read_sample_spec()
129 case PA_SAMPLE_ULAW: in pa_sndfile_write_sample_spec()
383 case PA_SAMPLE_ULAW: in pa_sndfile_readf_function()
407 case PA_SAMPLE_ULAW: in pa_sndfile_writef_function()
Dsample-util.c88 case PA_SAMPLE_ULAW: in silence_byte()
254 case PA_SAMPLE_ULAW: in pa_silence_memchunk_get()
255 cache->blocks[PA_SAMPLE_ULAW] = b = silence_memblock_new(pool, 0xff); in pa_silence_memchunk_get()
Dmix.c111 [PA_SAMPLE_ULAW] = (pa_calc_stream_volumes_func_t) calc_linear_integer_stream_volumes,
595 [PA_SAMPLE_ULAW] = (pa_do_mix_func_t) pa_mix_ulaw_c,
677 [PA_SAMPLE_ULAW] = (pa_calc_volume_func_t) calc_linear_integer_volume,
Dsvolume_c.c248 [PA_SAMPLE_ULAW] = (pa_do_volume_func_t) pa_volume_ulaw_c,
Dresampler.c219 case PA_SAMPLE_ULAW: 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/pulseaudio/src/pulse/
Dsample.h141 PA_SAMPLE_ULAW, enumerator
238 #define PA_SAMPLE_ULAW PA_SAMPLE_ULAW macro
Dsample.c38 [PA_SAMPLE_ULAW] = 1,
150 [PA_SAMPLE_ULAW] = "uLaw", in pa_sample_format_to_string()
224 return PA_SAMPLE_ULAW; in pa_parse_sample_format()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulseutil.c124 ss->format = PA_SAMPLE_ULAW; in gst_pulse_fill_sample_spec()
151 sf = PA_SAMPLE_ULAW; in gst_pulse_fill_format_info()
459 } else if (ss.format == PA_SAMPLE_ULAW) { in gst_pulse_format_info_to_caps()
/third_party/pulseaudio/src/tests/
Dmix-test.c119 case PA_SAMPLE_ULAW: { in compare_block()
220 case PA_SAMPLE_ULAW: in generate_block()
Dresampler-test.c54 case PA_SAMPLE_ULAW: in dump_block()
138 case PA_SAMPLE_ULAW: in generate_block()
/third_party/ffmpeg/libavdevice/
Dpulse_audio_common.c34 case AV_CODEC_ID_PCM_MULAW: return PA_SAMPLE_ULAW; in ff_codec_id_to_pulse_format()
/third_party/pulseaudio/src/modules/oss/
Doss-util.c160 [PA_SAMPLE_ULAW] = AFMT_MU_LAW, in pa_oss_auto_format()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-util.c56 [PA_SAMPLE_ULAW] = SND_PCM_FORMAT_MU_LAW, in set_format()
81 PA_SAMPLE_ULAW, in set_format()
1464 [SND_PCM_FORMAT_MU_LAW] = PA_SAMPLE_ULAW, in pa_alsa_get_supported_formats()
/third_party/pulseaudio/src/modules/
Dmodule-solaris.c276 case PA_SAMPLE_ULAW: in auto_format()
302 case PA_SAMPLE_ULAW: in auto_format()
/third_party/pulseaudio/src/utils/
Dpadsp.c1720 ss->format = PA_SAMPLE_ULAW; in map_format()
1761 case PA_SAMPLE_ULAW: return AFMT_MU_LAW; in map_format_back()