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

  /frameworks/av/media/mtp/
MtpObjectInfo.cpp 36 mThumbPixHeight(0),
69 if (!packet.getUInt32(mThumbPixHeight)) return false;
101 ALOGD(" mThumbPixWidth: %d mThumbPixHeight: %d\n", mThumbPixWidth, mThumbPixHeight);
MtpObjectInfo.h 36 uint32_t mThumbPixHeight;
MtpDevice.cpp 469 mData.putUInt32(info->mThumbPixHeight);
MtpServer.cpp 747 mData.putUInt32(info.mThumbPixHeight);
    [all...]
  /frameworks/base/media/java/android/mtp/
MtpObjectInfo.java 35 private int mThumbPixHeight;
173 Preconditions.checkState(mThumbPixHeight >= 0);
174 return mThumbPixHeight;
184 return uint32ToLong(mThumbPixHeight);
384 mObjectInfo.mThumbPixHeight = objectInfo.mThumbPixHeight;
479 mObjectInfo.mThumbPixHeight = longToUint32(value, "value");
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 157 if (objectInfo->mThumbPixHeight)
158 env->SetIntField(object, field_objectInfo_thumbPixHeight, objectInfo->mThumbPixHeight);
621 object_info->mThumbPixHeight = env->GetIntField(info, field_objectInfo_thumbPixHeight);
    [all...]

Completed in 64 milliseconds