Searched refs:PA_SAMPLE_ULAW (Results 1 – 17 of 17) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | mime-type.c | 58 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()
|
D | sconv.c | 189 [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,
|
D | sndfile-util.c | 63 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()
|
D | sample-util.c | 88 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()
|
D | mix.c | 111 [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,
|
D | svolume_c.c | 248 [PA_SAMPLE_ULAW] = (pa_do_volume_func_t) pa_volume_ulaw_c,
|
D | resampler.c | 219 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/ |
D | sample.h | 141 PA_SAMPLE_ULAW, enumerator 238 #define PA_SAMPLE_ULAW PA_SAMPLE_ULAW macro
|
D | sample.c | 38 [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/ |
D | pulseutil.c | 124 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/ |
D | mix-test.c | 119 case PA_SAMPLE_ULAW: { in compare_block() 220 case PA_SAMPLE_ULAW: in generate_block()
|
D | resampler-test.c | 54 case PA_SAMPLE_ULAW: in dump_block() 138 case PA_SAMPLE_ULAW: in generate_block()
|
/third_party/ffmpeg/libavdevice/ |
D | pulse_audio_common.c | 34 case AV_CODEC_ID_PCM_MULAW: return PA_SAMPLE_ULAW; in ff_codec_id_to_pulse_format()
|
/third_party/pulseaudio/src/modules/oss/ |
D | oss-util.c | 160 [PA_SAMPLE_ULAW] = AFMT_MU_LAW, in pa_oss_auto_format()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-util.c | 56 [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/ |
D | module-solaris.c | 276 case PA_SAMPLE_ULAW: in auto_format() 302 case PA_SAMPLE_ULAW: in auto_format()
|
/third_party/pulseaudio/src/utils/ |
D | padsp.c | 1720 ss->format = PA_SAMPLE_ULAW; in map_format() 1761 case PA_SAMPLE_ULAW: return AFMT_MU_LAW; in map_format_back()
|