Searched refs:mThumbFormat (Results 1 – 7 of 7) sorted by relevance
30 private int mThumbFormat; field in MtpObjectInfo109 return mThumbFormat; in getThumbFormat()
33 mThumbFormat(0), in MtpObjectInfo()66 if (!packet.getUInt16(mThumbFormat)) return false; in read()
33 MtpObjectFormat mThumbFormat; variable
439 mData.putUInt16(info->mThumbFormat); in sendObjectInfo()
743 mData.putUInt16(info.mThumbFormat); in doGetObjectInfo()
259 if (objectInfo->mThumbFormat) in android_mtp_MtpDevice_get_object_info()260 env->SetIntField(info, field_objectInfo_thumbFormat, objectInfo->mThumbFormat); in android_mtp_MtpDevice_get_object_info()
840 info.mThumbFormat = MTP_FORMAT_EXIF_JPEG; in getObjectInfo()