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

  /external/python/cpython2/Modules/
ossaudiodev.c 491 int wanted_fmt, wanted_channels, wanted_rate, strict=0; local
495 &wanted_fmt, &wanted_channels, &wanted_rate,
499 fmt = wanted_fmt;
503 if (strict && fmt != wanted_fmt) {
507 wanted_fmt, fmt);
  /external/python/cpython3/Modules/
ossaudiodev.c 565 int wanted_fmt, wanted_channels, wanted_rate, strict=0; local
572 &wanted_fmt, &wanted_channels, &wanted_rate,
576 fmt = wanted_fmt;
580 if (strict && fmt != wanted_fmt) {
584 wanted_fmt, fmt);
    [all...]

Completed in 156 milliseconds