Searched refs:PA_SAMPLE_U8 (Results 1 - 20 of 20) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | mime-type.c | 36 case PA_SAMPLE_U8: in pa_sample_spec_is_mime() 130 case PA_SAMPLE_U8: in pa_sample_spec_mimefy() 131 ss->format = PA_SAMPLE_U8; in pa_sample_spec_mimefy() 155 case PA_SAMPLE_U8: in pa_sample_spec_to_mime_type()
|
H A D | sconv.c | 187 [PA_SAMPLE_U8] = (pa_convert_func_t) u8_to_float32ne, 215 [PA_SAMPLE_U8] = (pa_convert_func_t) u8_from_float32ne, 243 [PA_SAMPLE_U8] = (pa_convert_func_t) u8_to_s16ne, 271 [PA_SAMPLE_U8] = (pa_convert_func_t) u8_from_s16ne,
|
H A D | sample-util.c | 73 case PA_SAMPLE_U8: in silence_byte() 227 case PA_SAMPLE_U8: in pa_silence_memchunk_get() 228 cache->blocks[PA_SAMPLE_U8] = b = silence_memblock_new(pool, 0x80); in pa_silence_memchunk_get()
|
H A D | mix.c | 109 [PA_SAMPLE_U8] = (pa_calc_stream_volumes_func_t) calc_linear_integer_stream_volumes, 593 [PA_SAMPLE_U8] = (pa_do_mix_func_t) pa_mix_u8_c, 675 [PA_SAMPLE_U8] = (pa_calc_volume_func_t) calc_linear_integer_volume,
|
H A D | sndfile-util.c | 100 case PA_SAMPLE_U8: in pa_sndfile_write_sample_spec()
|
H A D | svolume_c.c | 246 [PA_SAMPLE_U8] = (pa_do_volume_func_t) pa_volume_u8_c,
|
H A D | resampler.c | 236 case PA_SAMPLE_U8: 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()
|
H A D | protocol-esound.c | 314 ss->format = PA_SAMPLE_U8; in format_esd2native() 320 format = (ss->format == PA_SAMPLE_U8) ? ESD_BITS8 : ESD_BITS16; in format_native2esd()
|
/third_party/pulseaudio/src/pulse/ |
H A D | sample.h | 43 * \li PA_SAMPLE_U8 - Unsigned 8 bit integer PCM. 135 PA_SAMPLE_U8, enumerator 236 #define PA_SAMPLE_U8 PA_SAMPLE_U8 macro
|
H A D | sample.c | 37 [PA_SAMPLE_U8] = 1, 148 [PA_SAMPLE_U8] = "u8", in pa_sample_format_to_string() 214 return PA_SAMPLE_U8; in pa_parse_sample_format()
|
/third_party/pulseaudio/src/modules/oss/ |
H A D | oss-util.c | 163 [PA_SAMPLE_U8] = AFMT_U8, in pa_oss_auto_format() 200 ss->format = PA_SAMPLE_U8; in pa_oss_auto_format()
|
/third_party/pulseaudio/src/tests/ |
H A D | mix-test.c | 36 /* PA_SAMPLE_U8 */ 95 case PA_SAMPLE_U8: { in compare_block() 219 case PA_SAMPLE_U8: in generate_block()
|
H A D | resampler-test.c | 53 case PA_SAMPLE_U8: in dump_block() 137 case PA_SAMPLE_U8: in generate_block()
|
/third_party/ffmpeg/libavdevice/ |
H A D | pulse_audio_common.c | 32 case AV_CODEC_ID_PCM_U8: return PA_SAMPLE_U8; in ff_codec_id_to_pulse_format()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-esound-sink.c | 592 if ((ss.format != PA_SAMPLE_U8 && ss.format != PA_SAMPLE_S16NE) || in pa__init() 628 (ss.format == PA_SAMPLE_U8 ? ESD_BITS8 : ESD_BITS16) | in pa__init()
|
H A D | module-solaris.c | 281 case PA_SAMPLE_U8: in auto_format() 307 case PA_SAMPLE_U8: in auto_format()
|
H A D | module-waveout.c | 531 if (ss->format == PA_SAMPLE_U8) { in ss_to_waveformat()
|
H A D | module-loopback.c | 1615 ss.format = PA_SAMPLE_U8; in pa__init()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-util.c | 54 [PA_SAMPLE_U8] = SND_PCM_FORMAT_U8, in set_format() 82 PA_SAMPLE_U8 in set_format() 1462 [SND_PCM_FORMAT_U8] = PA_SAMPLE_U8, in pa_alsa_get_supported_formats()
|
/third_party/pulseaudio/src/utils/ |
H A D | padsp.c | 473 i->sample_spec.format = PA_SAMPLE_U8; in reset_params() 1731 ss->format = PA_SAMPLE_U8; in map_format() 1763 case PA_SAMPLE_U8: return AFMT_U8; in map_format_back()
|
Completed in 23 milliseconds