HomeSort by relevance Sort by last modified time
    Searched refs:mImagePixDepth (Results 1 - 6 of 6) sorted by null

  /frameworks/base/media/java/android/mtp/
MtpObjectInfo.java 36 private int mImagePixDepth;
169 return mImagePixDepth;
  /frameworks/av/media/mtp/
MtpObjectInfo.cpp 39 mImagePixDepth(0),
72 if (!packet.getUInt32(mImagePixDepth)) return false;
102 ALOGD(" mImagePixWidth: %d mImagePixHeight: %d mImagePixDepth: %d\n",
103 mImagePixWidth, mImagePixHeight, mImagePixDepth);
MtpObjectInfo.h 39 uint32_t mImagePixDepth;
MtpDevice.cpp 436 mData.putUInt32(info->mImagePixDepth);
MtpServer.cpp 749 mData.putUInt32(info.mImagePixDepth);
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 279 if (objectInfo->mImagePixDepth)
280 env->SetIntField(info, field_objectInfo_imagePixDepth, objectInfo->mImagePixDepth);
570 field_objectInfo_imagePixDepth = env->GetFieldID(clazz, "mImagePixDepth", "I");
572 ALOGE("Can't find MtpObjectInfo.mImagePixDepth");

Completed in 64 milliseconds