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

  /frameworks/av/media/mtp/
MtpObjectInfo.h 34 uint32_t mThumbCompressedSize;
  /frameworks/base/media/java/android/mtp/
MtpObjectInfo.java 38 private int mThumbCompressedSize;
136 Preconditions.checkState(mThumbCompressedSize >= 0);
137 return mThumbCompressedSize;
147 return uint32ToLong(mThumbCompressedSize);
387 mObjectInfo.mThumbCompressedSize = objectInfo.mThumbCompressedSize;
482 mObjectInfo.mThumbCompressedSize = longToUint32(value, "value");

Completed in 71 milliseconds