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

  /frameworks/av/media/mtp/
MtpObjectInfo.cpp 37 mImagePixWidth(0),
70 if (!packet.getUInt32(mImagePixWidth)) return false;
104 ALOGD(" mImagePixWidth: %d mImagePixHeight: %d mImagePixDepth: %d\n",
105 mImagePixWidth, mImagePixHeight, mImagePixDepth);
MtpObjectInfo.h 37 uint32_t mImagePixWidth;
MtpDevice.cpp 485 mData.putUInt32(info->mImagePixWidth);
MtpServer.cpp 749 mData.putUInt32(info.mImagePixWidth);
    [all...]
  /frameworks/base/media/java/android/mtp/
MtpObjectInfo.java 41 private int mImagePixWidth;
199 Preconditions.checkState(mImagePixWidth >= 0);
200 return mImagePixWidth;
210 return uint32ToLong(mImagePixWidth);
380 mObjectInfo.mImagePixWidth = objectInfo.mImagePixWidth;
439 mObjectInfo.mImagePixWidth = longToUint32(value, "value");
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 159 if (objectInfo->mImagePixWidth)
160 env->SetIntField(object, field_objectInfo_imagePixWidth, objectInfo->mImagePixWidth);
625 object_info->mImagePixWidth = env->GetIntField(info, field_objectInfo_imagePixWidth);
    [all...]
android_mtp_MtpDatabase.cpp     [all...]

Completed in 122 milliseconds