HomeSort by relevance Sort by last modified time
    Searched refs:AFMT_S8 (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/Modules/
linuxaudiodev.c 65 { 8, AFMT_S8, "linear signed 8-bit audio" },
317 case AFMT_S8:
491 if (PyModule_AddIntConstant(m, "AFMT_S8", (long)AFMT_S8) == -1)
ossaudiodev.c 550 case AFMT_S8:
973 _EXPORT_INT(m, AFMT_S8);
  /external/python/cpython3/Modules/
ossaudiodev.c 631 case AFMT_S8:
1154 _EXPORT_INT(m, AFMT_S8);
    [all...]
  /bionic/libc/kernel/uapi/linux/
soundcard.h 334 #define AFMT_S8 0x00000040
  /external/kernel-headers/original/uapi/linux/
soundcard.h 563 # define AFMT_S8 0x00000040
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
soundcard.h 559 # define AFMT_S8 0x00000040
    [all...]

Completed in 506 milliseconds