Searched refs:mThumbCompressedSize (Results 1 – 7 of 7) sorted by relevance
34 mThumbCompressedSize(0), in MtpObjectInfo()67 mThumbCompressedSize = packet.getUInt32(); in read()98 mCompressedSize, mFormat, mThumbCompressedSize); in print()
34 uint32_t mThumbCompressedSize; variable
425 mData.putUInt32(info->mThumbCompressedSize); in sendObjectInfo()
696 mData.putUInt32(info.mThumbCompressedSize); in doGetObjectInfo()
31 private int mThumbCompressedSize; field in MtpObjectInfo119 return mThumbCompressedSize; in getThumbCompressedSize()
268 if (objectInfo->mThumbCompressedSize) in android_mtp_MtpDevice_get_object_info()269 … env->SetIntField(info, field_objectInfo_thumbCompressedSize, objectInfo->mThumbCompressedSize); in android_mtp_MtpDevice_get_object_info()
804 info.mThumbCompressedSize = ImageInfo.ThumbnailSize; in getObjectInfo()