Searched refs:AFMT_U8 (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Modules/ |
D | linuxaudiodev.c | 64 { 8, AFMT_U8, "linear unsigned 8-bit audio" }, 316 case AFMT_U8: in _ssize() 489 if (PyModule_AddIntConstant(m, "AFMT_U8", (long)AFMT_U8) == -1) in initlinuxaudiodev()
|
D | ossaudiodev.c | 549 case AFMT_U8: in _ssize() 970 _EXPORT_INT(m, AFMT_U8); in initossaudiodev()
|
/external/python/cpython2/Lib/test/ |
D | test_linuxaudiodev.py | 58 fmt = linuxaudiodev.AFMT_U8
|
D | test_ossaudiodev.py | 97 config1 = (ossaudiodev.AFMT_U8, 1, 8000)
|
/external/python/cpython3/Lib/test/ |
D | test_ossaudiodev.py | 98 config1 = (ossaudiodev.AFMT_U8, 1, 8000)
|
/external/python/cpython3/Modules/ |
D | ossaudiodev.c | 624 case AFMT_U8: in _ssize() 1143 _EXPORT_INT(m, AFMT_U8); in PyInit_ossaudiodev()
|
/external/python/cpython2/Doc/library/ |
D | ossaudiodev.rst | 195 | :const:`AFMT_U8` | Unsigned, 8-bit audio | 212 support :const:`AFMT_U8`; the most common format used today is
|
/external/python/cpython3/Doc/library/ |
D | ossaudiodev.rst | 210 | :const:`AFMT_U8` | Unsigned, 8-bit audio | 227 support :const:`AFMT_U8`; the most common format used today is
|
/external/kernel-headers/original/uapi/linux/ |
D | soundcard.h | 560 # define AFMT_U8 0x00000008 macro
|