Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching refs:exp

32 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
636 OMX_CONFIG_EXPOSUREVALUETYPE exp;
694 OMX_INIT_STRUCT_PTR (&exp, OMX_CONFIG_EXPOSUREVALUETYPE);
695 exp.nPortIndex = OMX_ALL;
699 &exp);
702 params.set(TICameraParameters::KEY_CURRENT_ISO, exp.nSensitivity);