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

  /frameworks/base/media/java/android/mtp/
MtpObjectInfo.java 31 private int mThumbCompressedSize;
119 return mThumbCompressedSize;
  /frameworks/base/media/mtp/
MtpObjectInfo.cpp 34 mThumbCompressedSize(0),
67 mThumbCompressedSize = packet.getUInt32();
97 LOGD(" mCompressedSize: %d mThumbFormat: %04X mThumbCompressedSize: %d\n",
98 mCompressedSize, mFormat, mThumbCompressedSize);
MtpObjectInfo.h 34 uint32_t mThumbCompressedSize;
MtpDevice.cpp 425 mData.putUInt32(info->mThumbCompressedSize);
MtpServer.cpp 696 mData.putUInt32(info.mThumbCompressedSize);
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 268 if (objectInfo->mThumbCompressedSize)
269 env->SetIntField(info, field_objectInfo_thumbCompressedSize, objectInfo->mThumbCompressedSize);
543 field_objectInfo_thumbCompressedSize = env->GetFieldID(clazz, "mThumbCompressedSize", "I");
545 LOGE("Can't find MtpObjectInfo.mThumbCompressedSize");
android_mtp_MtpDatabase.cpp 800 info.mThumbCompressedSize = ImageInfo.ThumbnailSize;
    [all...]

Completed in 64 milliseconds