Searched refs:mImagePixDepth (Results 1 – 7 of 7) sorted by relevance
43 private int mImagePixDepth; field in MtpObjectInfo241 Preconditions.checkState(mImagePixDepth >= 0); in getImagePixDepth()242 return mImagePixDepth; in getImagePixDepth()252 return uint32ToLong(mImagePixDepth); in getImagePixDepthLong()378 mObjectInfo.mImagePixDepth = objectInfo.mImagePixDepth; in Builder()429 mObjectInfo.mImagePixDepth = longToUint32(value, "value"); in setImagePixDepth()
39 mImagePixDepth(0), in MtpObjectInfo()72 if (!packet.getUInt32(mImagePixDepth)) return false; in read()105 mImagePixWidth, mImagePixHeight, mImagePixDepth); in print()
39 uint32_t mImagePixDepth; variable
487 mData.putUInt32(info->mImagePixDepth); in sendObjectInfo()
760 mData.putUInt32(info.mImagePixDepth); in doGetObjectInfo()
163 if (objectInfo->mImagePixDepth) in fill_jobject_from_object_info()164 env->SetIntField(object, field_objectInfo_imagePixDepth, objectInfo->mImagePixDepth); in fill_jobject_from_object_info()627 object_info->mImagePixDepth = env->GetIntField(info, field_objectInfo_imagePixDepth); in android_mtp_MtpDevice_send_object_info()
45489 Landroid/mtp/MtpObjectInfo;->mImagePixDepth:I