Home
last modified time | relevance | path

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

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