Lines Matching refs:mImagePixWidth
159 if (objectInfo->mImagePixWidth)
160 env->SetIntField(object, field_objectInfo_imagePixWidth, objectInfo->mImagePixWidth);
622 object_info->mImagePixWidth = env->GetIntField(info, field_objectInfo_imagePixWidth);
919 field_objectInfo_imagePixWidth = env->GetFieldID(clazz, "mImagePixWidth", "I");
921 ALOGE("Can't find MtpObjectInfo.mImagePixWidth");