Home | History | Annotate | Download | only in jni

Lines Matching refs:mImagePixDepth

163     if (objectInfo->mImagePixDepth)
164 env->SetIntField(object, field_objectInfo_imagePixDepth, objectInfo->mImagePixDepth);
624 object_info->mImagePixDepth = env->GetIntField(info, field_objectInfo_imagePixDepth);
929 field_objectInfo_imagePixDepth = env->GetFieldID(clazz, "mImagePixDepth", "I");
931 ALOGE("Can't find MtpObjectInfo.mImagePixDepth");