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

  /frameworks/wilhelm/src/itf/
IRatePitch.cpp 27 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) {
71 SLpermille minRate = thiz->mMinRate;
95 thiz->mMinRate = 500;
IPlaybackRate.cpp 28 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) {
138 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) {
164 SLpermille minRate = thiz->mMinRate;
197 thiz->mMinRate = 1000;
  /frameworks/wilhelm/src/
itfstruct.h 492 SLpermille mMinRate;
530 SLpermille mMinRate;
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp     [all...]

Completed in 61 milliseconds