Searched refs:mImagePixDepth (Results 1 – 6 of 6) sorted by relevance
39 mImagePixDepth(0), in MtpObjectInfo()72 if (!packet.getUInt32(mImagePixDepth)) return false; in read()103 mImagePixWidth, mImagePixHeight, mImagePixDepth); in print()
39 uint32_t mImagePixDepth; variable
445 mData.putUInt32(info->mImagePixDepth); in sendObjectInfo()
749 mData.putUInt32(info.mImagePixDepth); in doGetObjectInfo()
36 private int mImagePixDepth; field in MtpObjectInfo169 return mImagePixDepth; in getImagePixDepth()
271 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()