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

  /external/python/cpython2/Modules/
linuxaudiodev.c 83 int fd, afmts, imode; local
131 if (ioctl(fd, SNDCTL_DSP_GETFMTS, &afmts) == -1) {
143 xp->x_afmts = afmts;
ossaudiodev.c 56 uint32_t afmts; /* audio formats supported by hardware */ member in struct:__anon36780
79 int fd, afmts, imode; local
131 if (ioctl(fd, SNDCTL_DSP_GETFMTS, &afmts) == -1) {
145 self->afmts = afmts;
  /external/python/cpython3/Modules/
ossaudiodev.c 61 uint32_t afmts; /* audio formats supported by hardware */ member in struct:__anon37405
84 int fd, afmts, imode; local
135 if (ioctl(fd, SNDCTL_DSP_GETFMTS, &afmts) == -1) {
149 self->afmts = afmts;
    [all...]

Completed in 284 milliseconds