Searched refs:mThumbCompressedSize (Results 1 – 7 of 7) sorted by relevance
34 mThumbCompressedSize(0), in MtpObjectInfo()67 if (!packet.getUInt32(mThumbCompressedSize)) return false; in read()100 mCompressedSize, mFormat, mThumbCompressedSize); in print()
34 uint32_t mThumbCompressedSize; variable
440 mData.putUInt32(info->mThumbCompressedSize); in sendObjectInfo()
744 mData.putUInt32(info.mThumbCompressedSize); in doGetObjectInfo()
31 private int mThumbCompressedSize; field in MtpObjectInfo119 return mThumbCompressedSize; in getThumbCompressedSize()
261 if (objectInfo->mThumbCompressedSize) in android_mtp_MtpDevice_get_object_info()262 … env->SetIntField(info, field_objectInfo_thumbCompressedSize, objectInfo->mThumbCompressedSize); in android_mtp_MtpDevice_get_object_info()
839 info.mThumbCompressedSize = exifdata->data ? exifdata->size : 0; in getObjectInfo()