Searched refs:mImagePixWidth (Results 1 – 7 of 7) sorted by relevance
37 mImagePixWidth(0), in MtpObjectInfo()70 mImagePixWidth = packet.getUInt32(); in read()101 mImagePixWidth, mImagePixHeight, mImagePixDepth); in print()
37 uint32_t mImagePixWidth; variable
428 mData.putUInt32(info->mImagePixWidth); in sendObjectInfo()
699 mData.putUInt32(info.mImagePixWidth); in doGetObjectInfo()
34 private int mImagePixWidth; field in MtpObjectInfo149 return mImagePixWidth; in getImagePixWidth()
274 if (objectInfo->mImagePixWidth) in android_mtp_MtpDevice_get_object_info()275 env->SetIntField(info, field_objectInfo_imagePixWidth, objectInfo->mImagePixWidth); in android_mtp_MtpDevice_get_object_info()
806 info.mImagePixWidth = ImageInfo.Width; in getObjectInfo()