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 569 int wanted_fmt, wanted_channels, wanted_rate, strict=0; local
576 &wanted_fmt, &wanted_channels, &wanted_rate,
580 fmt = wanted_fmt;
584 if (strict && fmt != wanted_fmt) {
588 wanted_fmt, fmt);
    [all...]

Completed in 506 milliseconds