HomeSort by relevance Sort by last modified time
    Searched refs:wanted_rate (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,
521 rate = wanted_rate;
525 if (strict && rate != wanted_rate) {
529 wanted_rate, rate);
  /external/python/cpython3/Modules/
ossaudiodev.c 565 int wanted_fmt, wanted_channels, wanted_rate, strict=0; local
572 &wanted_fmt, &wanted_channels, &wanted_rate,
598 rate = wanted_rate;
602 if (strict && rate != wanted_rate) {
606 wanted_rate, rate);
    [all...]

Completed in 109 milliseconds