Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpObjectInfo.cpp39 mImagePixDepth(0), in MtpObjectInfo()
72 if (!packet.getUInt32(mImagePixDepth)) return false; in read()
103 mImagePixWidth, mImagePixHeight, mImagePixDepth); in print()
DMtpObjectInfo.h39 uint32_t mImagePixDepth; variable
DMtpDevice.cpp445 mData.putUInt32(info->mImagePixDepth); in sendObjectInfo()
DMtpServer.cpp749 mData.putUInt32(info.mImagePixDepth); in doGetObjectInfo()
/frameworks/base/media/java/android/mtp/
DMtpObjectInfo.java36 private int mImagePixDepth; field in MtpObjectInfo
169 return mImagePixDepth; in getImagePixDepth()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp271 if (objectInfo->mImagePixDepth) in android_mtp_MtpDevice_get_object_info()
272 env->SetIntField(info, field_objectInfo_imagePixDepth, objectInfo->mImagePixDepth); in android_mtp_MtpDevice_get_object_info()