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;
99 ALOGD(" mCompressedSize: %d mThumbFormat: %04X mThumbCompressedSize: %d\n",
100 mCompressedSize, mFormat, mThumbCompressedSize);
MtpObjectInfo.h 34 uint32_t mThumbCompressedSize;
MtpDevice.cpp 467 mData.putUInt32(info->mThumbCompressedSize);
MtpServer.cpp 745 mData.putUInt32(info.mThumbCompressedSize);
    [all...]
  /frameworks/base/media/java/android/mtp/
MtpObjectInfo.java 33 private int mThumbCompressedSize;
131 Preconditions.checkState(mThumbCompressedSize >= 0);
132 return mThumbCompressedSize;
142 return uint32ToLong(mThumbCompressedSize);
382 mObjectInfo.mThumbCompressedSize = objectInfo.mThumbCompressedSize;
469 mObjectInfo.mThumbCompressedSize = longToUint32(value, "value");
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 151 if (objectInfo->mThumbCompressedSize) {
153 objectInfo->mThumbCompressedSize);
618 object_info->mThumbCompressedSize =
    [all...]
android_mtp_MtpDatabase.cpp     [all...]

Completed in 238 milliseconds