OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/av/media/mtp/
MtpObjectInfo.cpp
37
mImagePixWidth
(0),
70
mImagePixWidth
= packet.getUInt32();
100
ALOGD("
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
275
if (objectInfo->
mImagePixWidth
)
276
env->SetIntField(info, field_objectInfo_imagePixWidth, objectInfo->
mImagePixWidth
);
559
field_objectInfo_imagePixWidth = env->GetFieldID(clazz, "
mImagePixWidth
", "I");
561
ALOGE("Can't find MtpObjectInfo.
mImagePixWidth
");
android_mtp_MtpDatabase.cpp
807
info.
mImagePixWidth
= ImageInfo.Width;
[
all
...]
Completed in 1902 milliseconds