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

  /frameworks/base/media/java/android/mtp/
MtpObjectInfo.java 34 private int mImagePixWidth;
149 return mImagePixWidth;
  /frameworks/base/media/mtp/
MtpObjectInfo.cpp 37 mImagePixWidth(0),
70 mImagePixWidth = packet.getUInt32();
100 LOGD(" mImagePixWidth: %d mImagePixHeight: %d mImagePixDepth: %d\n",
101 mImagePixWidth, mImagePixHeight, mImagePixDepth);
MtpObjectInfo.h 37 uint32_t mImagePixWidth;
MtpDevice.cpp 428 mData.putUInt32(info->mImagePixWidth);
MtpServer.cpp 699 mData.putUInt32(info.mImagePixWidth);
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 274 if (objectInfo->mImagePixWidth)
275 env->SetIntField(info, field_objectInfo_imagePixWidth, objectInfo->mImagePixWidth);
558 field_objectInfo_imagePixWidth = env->GetFieldID(clazz, "mImagePixWidth", "I");
560 LOGE("Can't find MtpObjectInfo.mImagePixWidth");
android_mtp_MtpDatabase.cpp 802 info.mImagePixWidth = ImageInfo.Width;
    [all...]

Completed in 73 milliseconds