Home
last modified time | relevance | path

Searched refs:AFMT_U8 (Results 1 – 12 of 12) sorted by relevance

/third_party/pulseaudio/src/modules/oss/
Doss-util.c158 [PA_SAMPLE_U8] = AFMT_U8, in pa_oss_auto_format()
185 format = AFMT_U8; in pa_oss_auto_format()
186 if (ioctl(fd, SNDCTL_DSP_SETFMT, &format) < 0 || format != AFMT_U8) { in pa_oss_auto_format()
187 …pa_log("SNDCTL_DSP_SETFMT: %s", format != AFMT_U8 ? "No supported sample format" : pa_cstrerror(er… in pa_oss_auto_format()
/third_party/gstreamer/gstplugins_good/sys/oss/
Dgstosshelper.c85 const guint probe_formats[] = { AFMT_S16_LE, AFMT_U16_LE, AFMT_U8, AFMT_S8 }; in gst_oss_helper_probe_caps()
87 const guint probe_formats[] = { AFMT_S16_BE, AFMT_U16_BE, AFMT_U8, AFMT_S8 }; in gst_oss_helper_probe_caps()
168 case AFMT_U8: in gst_oss_helper_get_format_structure()
Doss_probe.c92 probe->format = AFMT_U8; in main()
102 probe->format = AFMT_U8; in main()
Dgstosssink.c328 result = AFMT_U8; in gst_oss_sink_get_format()
Dgstosssrc.c320 result = AFMT_U8; in gst_oss_src_get_format()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/dsp/
DSDL_dspaudio.c136 if (value & AFMT_U8) { in DSP_OpenDevice()
137 format = AFMT_U8; in DSP_OpenDevice()
/third_party/python/Lib/test/
Dtest_ossaudiodev.py99 config1 = (ossaudiodev.AFMT_U8, 1, 8000)
/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-audio.c88 AFMT_U8, "audio/x-raw"}
100 AFMT_S8 | AFMT_U8 )
Doss4-soundcard.h988 # define AFMT_U8 0x00000008 macro
/third_party/python/Modules/
Dossaudiodev.c624 case AFMT_U8: in _ssize()
1143 _EXPORT_INT(m, AFMT_U8); in PyInit_ossaudiodev()
/third_party/pulseaudio/src/utils/
Dpadsp.c1728 *fmt = AFMT_U8; in map_format()
1730 case AFMT_U8: in map_format()
1763 case PA_SAMPLE_U8: return AFMT_U8; in map_format_back()
2181 *(int*) argp = AFMT_MU_LAW|AFMT_A_LAW|AFMT_U8|AFMT_S16_LE|AFMT_S16_BE; in dsp_ioctl()
/third_party/python/Doc/library/
Dossaudiodev.rst210 | :const:`AFMT_U8` | Unsigned, 8-bit audio |
227 support :const:`AFMT_U8`; the most common format used today is