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

  /frameworks/base/media/java/android/mtp/
MtpObjectInfo.java 35 private int mImagePixHeight;
159 return mImagePixHeight;
  /frameworks/base/media/mtp/
MtpObjectInfo.cpp 38 mImagePixHeight(0),
71 mImagePixHeight = packet.getUInt32();
100 LOGD(" mImagePixWidth: %d mImagePixHeight: %d mImagePixDepth: %d\n",
101 mImagePixWidth, mImagePixHeight, mImagePixDepth);
MtpObjectInfo.h 38 uint32_t mImagePixHeight;
MtpDevice.cpp 429 mData.putUInt32(info->mImagePixHeight);
MtpServer.cpp 700 mData.putUInt32(info.mImagePixHeight);
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 276 if (objectInfo->mImagePixHeight)
277 env->SetIntField(info, field_objectInfo_imagePixHeight, objectInfo->mImagePixHeight);
563 field_objectInfo_imagePixHeight = env->GetFieldID(clazz, "mImagePixHeight", "I");
565 LOGE("Can't find MtpObjectInfo.mImagePixHeight");
android_mtp_MtpDatabase.cpp 803 info.mImagePixHeight = ImageInfo.Height;
    [all...]

Completed in 322 milliseconds