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

  /frameworks/wilhelm/src/itf/
IRatePitch.c 27 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) {
72 SLpermille maxRate = thiz->mMaxRate;
96 thiz->mMaxRate = 2000;
IPlaybackRate.c 28 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) {
138 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) {
165 SLpermille maxRate = thiz->mMaxRate;
198 thiz->mMaxRate = 1000;
  /frameworks/wilhelm/src/
itfstruct.h 489 SLpermille mMaxRate;
527 SLpermille mMaxRate;
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp     [all...]

Completed in 43 milliseconds