Home
last modified time | relevance | path

Searched refs:PA_SAMPLE_ULAW (Results 1 - 16 of 16) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A 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()
H A 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()
H A 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,
H A 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()
H A 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,
H A Dsvolume_c.c248 [PA_SAMPLE_ULAW] = (pa_do_volume_func_t) pa_volume_ulaw_c,
H A Dresampler.c238 case PA_SAMPLE_ULAW: in sample_format_more_precise()
244 if (b == PA_SAMPLE_ULAW || b == PA_SAMPLE_ALAW || b == PA_SAMPLE_U8) in sample_format_more_precise()
254 if (b == PA_SAMPLE_ULAW || b == PA_SAMPLE_ALAW || b == PA_SAMPLE_U8 || in sample_format_more_precise()
/third_party/pulseaudio/src/pulse/
H A Dsample.h49 * \li PA_SAMPLE_ULAW - 8 bit mu-Law.
141 PA_SAMPLE_ULAW, enumerator
238 #define PA_SAMPLE_ULAW PA_SAMPLE_ULAW macro
H A 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/pulseaudio/src/tests/
H A Dmix-test.c50 /* PA_SAMPLE_ULAW */
119 case PA_SAMPLE_ULAW: { in compare_block()
220 case PA_SAMPLE_ULAW: in generate_block()
H A Dresampler-test.c54 case PA_SAMPLE_ULAW: in dump_block()
138 case PA_SAMPLE_ULAW: in generate_block()
/third_party/ffmpeg/libavdevice/
H A 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/
H A Doss-util.c165 [PA_SAMPLE_ULAW] = AFMT_MU_LAW, in pa_oss_auto_format()
/third_party/pulseaudio/src/modules/
H A Dmodule-solaris.c289 case PA_SAMPLE_ULAW: in auto_format()
315 case PA_SAMPLE_ULAW: in auto_format()
/third_party/pulseaudio/src/modules/alsa/
H A 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/utils/
H A Dpadsp.c1720 ss->format = PA_SAMPLE_ULAW; in map_format()
1761 case PA_SAMPLE_ULAW: return AFMT_MU_LAW; in map_format_back()

Completed in 16 milliseconds