Home | History | Annotate | Download | only in jni

Lines Matching refs:mThumbFormat

149     if (objectInfo->mThumbFormat)
150 env->SetIntField(object, field_objectInfo_thumbFormat, objectInfo->mThumbFormat);
617 object_info->mThumbFormat = env->GetIntField(info, field_objectInfo_thumbFormat);
899 field_objectInfo_thumbFormat = env->GetFieldID(clazz, "mThumbFormat", "I");
901 ALOGE("Can't find MtpObjectInfo.mThumbFormat");