Home
last modified time | relevance | path

Searched refs:AFMT_A_LAW (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Modules/
Dlinuxaudiodev.c63 { 8, AFMT_A_LAW, "logarithmic A-law 8-bit audio" },
315 case AFMT_A_LAW: in _ssize()
487 if (PyModule_AddIntConstant(m, "AFMT_A_LAW", (long)AFMT_A_LAW) == -1) in initlinuxaudiodev()
Dossaudiodev.c548 case AFMT_A_LAW: in _ssize()
968 _EXPORT_INT(m, AFMT_A_LAW); in initossaudiodev()
/external/kernel-headers/original/uapi/linux/
Dsoundcard.h558 # define AFMT_A_LAW 0x00000002 macro
/external/python/cpython2/Doc/library/
Dossaudiodev.rst190 | :const:`AFMT_A_LAW` | a logarithmic encoding |
/external/python/cpython2/Misc/
DHISTORY8466 crashing. It also defines the AFMT_A_LAW format (logarithmic A-law