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/base/media/mtp/
MtpObjectInfo.cpp 39 mImagePixDepth(0),
72 mImagePixDepth = packet.getUInt32();
100 LOGD(" mImagePixWidth: %d mImagePixHeight: %d mImagePixDepth: %d\n",
101 mImagePixWidth, mImagePixHeight, mImagePixDepth);
MtpObjectInfo.h 39 uint32_t mImagePixDepth;
MtpDevice.cpp 430 mData.putUInt32(info->mImagePixDepth);
MtpServer.cpp 701 mData.putUInt32(info.mImagePixDepth);
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 278 if (objectInfo->mImagePixDepth)
279 env->SetIntField(info, field_objectInfo_imagePixDepth, objectInfo->mImagePixDepth);
568 field_objectInfo_imagePixDepth = env->GetFieldID(clazz, "mImagePixDepth", "I");
570 LOGE("Can't find MtpObjectInfo.mImagePixDepth");

Completed in 164 milliseconds