OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mImagePixHeight
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/mtp/
MtpObjectInfo.cpp
38
mImagePixHeight
(0),
71
if (!packet.getUInt32(
mImagePixHeight
)) return false;
102
ALOGD(" mImagePixWidth: %d
mImagePixHeight
: %d mImagePixDepth: %d\n",
103
mImagePixWidth,
mImagePixHeight
, mImagePixDepth);
MtpObjectInfo.h
38
uint32_t
mImagePixHeight
;
MtpDevice.cpp
471
mData.putUInt32(info->
mImagePixHeight
);
MtpServer.cpp
749
mData.putUInt32(info.
mImagePixHeight
);
[
all
...]
/frameworks/base/media/java/android/mtp/
MtpObjectInfo.java
37
private int
mImagePixHeight
;
215
Preconditions.checkState(
mImagePixHeight
>= 0);
216
return
mImagePixHeight
;
226
return uint32ToLong(
mImagePixHeight
);
374
mObjectInfo.
mImagePixHeight
= objectInfo.
mImagePixHeight
;
429
mObjectInfo.
mImagePixHeight
= longToUint32(value, "value");
/frameworks/base/media/jni/
android_mtp_MtpDevice.cpp
161
if (objectInfo->
mImagePixHeight
)
162
env->SetIntField(object, field_objectInfo_imagePixHeight, objectInfo->
mImagePixHeight
);
623
object_info->
mImagePixHeight
= env->GetIntField(info, field_objectInfo_imagePixHeight);
[
all
...]
android_mtp_MtpDatabase.cpp
[
all
...]
Completed in 187 milliseconds