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

  /frameworks/av/include/media/stagefright/
MediaHTTP.h 65 off64_t mCachedSize;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictEncoderUtils.java 144 * everything, and caches it in the `mCachedSize' member of the nodes; deduce the size of
145 * the containing node array, and cache it it its 'mCachedSize' member.
153 node.mCachedSize = nodeSize;
156 ptNodeArray.mCachedSize = size;
393 ptNode.mCachedSize = nodeSize;
396 if (ptNodeArray.mCachedSize != size) {
397 ptNodeArray.mCachedSize = size;
419 nodeffset += ptNode.mCachedSize;
421 nodeArrayOffset += nodeArray.mCachedSize;
472 final int oldNodeArraySize = ptNodeArray.mCachedSize;
    [all...]
Ver2DictEncoder.java 103 final int bufferSize = lastNodeArray.mCachedAddressAfterUpdate + lastNodeArray.mCachedSize;
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/http/
MediaHTTP.cpp 36 mCachedSize(0ll),
126 mCachedSize = mHTTPConnection->getSize();
130 *size = mCachedSize;
  /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 1336 milliseconds