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

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

Completed in 160 milliseconds