OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mImagePixDepth
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/mtp/
MtpObjectInfo.cpp
39
mImagePixDepth
(0),
72
if (!packet.getUInt32(
mImagePixDepth
)) return false;
102
ALOGD(" mImagePixWidth: %d mImagePixHeight: %d
mImagePixDepth
: %d\n",
103
mImagePixWidth, mImagePixHeight,
mImagePixDepth
);
MtpObjectInfo.h
39
uint32_t
mImagePixDepth
;
MtpDevice.cpp
472
mData.putUInt32(info->
mImagePixDepth
);
MtpServer.cpp
750
mData.putUInt32(info.
mImagePixDepth
);
[
all
...]
/frameworks/base/media/java/android/mtp/
MtpObjectInfo.java
38
private int
mImagePixDepth
;
236
Preconditions.checkState(
mImagePixDepth
>= 0);
237
return
mImagePixDepth
;
247
return uint32ToLong(
mImagePixDepth
);
373
mObjectInfo.
mImagePixDepth
= objectInfo.
mImagePixDepth
;
424
mObjectInfo.
mImagePixDepth
= longToUint32(value, "value");
/frameworks/base/media/jni/
android_mtp_MtpDevice.cpp
163
if (objectInfo->
mImagePixDepth
)
164
env->SetIntField(object, field_objectInfo_imagePixDepth, objectInfo->
mImagePixDepth
);
624
object_info->
mImagePixDepth
= env->GetIntField(info, field_objectInfo_imagePixDepth);
[
all
...]
Completed in 46 milliseconds