Searched refs:mImagePixHeight (Results 1 – 8 of 8) sorted by relevance
42 private int mImagePixHeight; field in MtpObjectInfo220 Preconditions.checkState(mImagePixHeight >= 0); in getImagePixHeight()221 return mImagePixHeight; in getImagePixHeight()231 return uint32ToLong(mImagePixHeight); in getImagePixHeightLong()379 mObjectInfo.mImagePixHeight = objectInfo.mImagePixHeight; in Builder()434 mObjectInfo.mImagePixHeight = longToUint32(value, "value"); in setImagePixHeight()
38 mImagePixHeight(0), in MtpObjectInfo()71 if (!packet.getUInt32(mImagePixHeight)) return false; in read()105 mImagePixWidth, mImagePixHeight, mImagePixDepth); in print()
38 uint32_t mImagePixHeight; variable
486 mData.putUInt32(info->mImagePixHeight); in sendObjectInfo()
759 mData.putUInt32(info.mImagePixHeight); in doGetObjectInfo()
161 if (objectInfo->mImagePixHeight) in fill_jobject_from_object_info()162 env->SetIntField(object, field_objectInfo_imagePixHeight, objectInfo->mImagePixHeight); in fill_jobject_from_object_info()626 object_info->mImagePixHeight = env->GetIntField(info, field_objectInfo_imagePixHeight); in android_mtp_MtpDevice_send_object_info()
898 info.mImagePixHeight = h ? getLongFromExifEntry(h) : 0; in getObjectInfo()922 info.mImagePixHeight = image_data.full_height; in getObjectInfo()
45490 Landroid/mtp/MtpObjectInfo;->mImagePixHeight:I