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

  /frameworks/av/media/mtp/
MtpObjectInfo.cpp 34 mThumbCompressedSize(0),
67 if (!packet.getUInt32(mThumbCompressedSize)) return false;
101 ALOGD(" mCompressedSize: %d mThumbFormat: %04X mThumbCompressedSize: %d\n",
102 mCompressedSize, mFormat, mThumbCompressedSize);
MtpObjectInfo.h 34 uint32_t mThumbCompressedSize;
MtpDevice.cpp 482 mData.putUInt32(info->mThumbCompressedSize);
MtpServer.cpp 746 mData.putUInt32(info.mThumbCompressedSize);
    [all...]
  /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");
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 151 if (objectInfo->mThumbCompressedSize) {
153 objectInfo->mThumbCompressedSize);
621 object_info->mThumbCompressedSize =
    [all...]
android_mtp_MtpDatabase.cpp     [all...]

Completed in 248 milliseconds