Searched refs:lastBytePosCached (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DNuCachedSource2.cpp525 off64_t lastBytePosCached = mCacheOffset + mCache->totalSize(); local
526 if (mLastAccessPos < lastBytePosCached) {
527 return lastBytePosCached - mLastAccessPos;

Completed in 198 milliseconds