Home
last modified time | relevance | path

Searched refs:mImagePixDepth (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/media/java/android/mtp/
DMtpObjectInfo.java43 private int mImagePixDepth; field in MtpObjectInfo
241 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()
/frameworks/av/media/mtp/
DMtpObjectInfo.cpp39 mImagePixDepth(0), in MtpObjectInfo()
72 if (!packet.getUInt32(mImagePixDepth)) return false; in read()
105 mImagePixWidth, mImagePixHeight, mImagePixDepth); in print()
DMtpObjectInfo.h39 uint32_t mImagePixDepth; variable
DMtpDevice.cpp487 mData.putUInt32(info->mImagePixDepth); in sendObjectInfo()
DMtpServer.cpp760 mData.putUInt32(info.mImagePixDepth); in doGetObjectInfo()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp163 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt45489 Landroid/mtp/MtpObjectInfo;->mImagePixDepth:I