Searched refs:AFMT_S8 (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/oss/ |
D | gstosshelper.c | 85 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() 177 case AFMT_S8: in gst_oss_helper_get_format_structure()
|
D | gstosssrc.c | 329 result = AFMT_S8; in gst_oss_src_get_format()
|
D | gstosssink.c | 337 result = AFMT_S8; in gst_oss_sink_get_format()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/dsp/ |
D | SDL_dspaudio.c | 156 if (value & AFMT_S8) { in DSP_OpenDevice() 157 format = AFMT_S8; in DSP_OpenDevice()
|
/third_party/gstreamer/gstplugins_good/sys/oss4/ |
D | oss4-audio.c | 86 AFMT_S8, "audio/x-raw"}, { 100 AFMT_S8 | AFMT_U8 )
|
D | oss4-soundcard.h | 991 # define AFMT_S8 0x00000040 macro
|
/third_party/python/Modules/ |
D | ossaudiodev.c | 625 case AFMT_S8: in _ssize() 1146 _EXPORT_INT(m, AFMT_S8); in PyInit_ossaudiodev()
|
/third_party/python/Doc/library/ |
D | ossaudiodev.rst | 218 | :const:`AFMT_S8` | Signed, 8 bit audio |
|
/third_party/pulseaudio/src/utils/ |
D | padsp.c | 1727 case AFMT_S8: in map_format()
|