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

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

Completed in 89 milliseconds