Home
last modified time | relevance | path

Searched refs:field_objectInfo_thumbPixWidth (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp92 static jfieldID field_objectInfo_thumbPixWidth; variable
162 field_objectInfo_thumbPixWidth = in initializeJavaIDs()
254 env->SetIntField(object, field_objectInfo_thumbPixWidth, objectInfo->mThumbPixWidth); in fill_jobject_from_object_info()
773 object_info->mThumbPixWidth = env->GetIntField(info, field_objectInfo_thumbPixWidth); in android_mtp_MtpDevice_send_object_info()