HomeSort by relevance Sort by last modified time
    Searched defs:mCachedSize (Results 1 - 3 of 3) sorted by null

  /frameworks/av/include/media/stagefright/
MediaHTTP.h 65 off64_t mCachedSize;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java 49 int mCachedSize = Integer.MIN_VALUE;
93 // mCachedSize and mCachedAddressBefore/AfterUpdate are helpers for binary dictionary
98 // The update process does not need two versions of mCachedSize.
99 int mCachedSize; // The size, in bytes, of this PtNode.
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 187 size_t mCachedSize;
199 mCachedSize(0),
214 mCachedSize = 0;
225 && offset + size <= mCachedOffset + mCachedSize) {
253 mCachedSize = size;
255 ssize_t err = mSource->readAt(mCachedOffset, mCache, mCachedSize);
    [all...]

Completed in 582 milliseconds