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

  /system/media/wilhelm/src/android/
android_AudioSfDecoder.h 120 int64_t mLastDecodedPositionUs; // ANDROID_UNKNOWN_TIME if unknown
122 // and last decoded position (mLastDecodedPositionUs)
android_AudioSfDecoder.cpp 41 mLastDecodedPositionUs(0)
379 // don't set mLastDecodedPositionUs to ANDROID_UNKNOWN_TIME; getPositionUsec
380 // ignores mLastDecodedPositionUs while seeking, and substitutes the seek goal instead
505 mLastDecodedPositionUs = timeUsec;
516 mLastDecodedPositionUs = mDurationUsec;
654 return mLastDecodedPositionUs;

Completed in 19 milliseconds