Searched refs:mImagePixHeight (Results 1 – 7 of 7) sorted by relevance
38 mImagePixHeight(0), in MtpObjectInfo()71 if (!packet.getUInt32(mImagePixHeight)) return false; in read()103 mImagePixWidth, mImagePixHeight, mImagePixDepth); in print()
38 uint32_t mImagePixHeight; variable
444 mData.putUInt32(info->mImagePixHeight); in sendObjectInfo()
748 mData.putUInt32(info.mImagePixHeight); in doGetObjectInfo()
35 private int mImagePixHeight; field in MtpObjectInfo159 return mImagePixHeight; in getImagePixHeight()
269 if (objectInfo->mImagePixHeight) in android_mtp_MtpDevice_get_object_info()270 env->SetIntField(info, field_objectInfo_imagePixHeight, objectInfo->mImagePixHeight); in android_mtp_MtpDevice_get_object_info()
842 info.mImagePixHeight = h ? getLongFromExifEntry(h) : 0; in getObjectInfo()