OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xEVCompensation
(Results
1 - 7
of
7
) sorted by null
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp
785
CAMHAL_LOGDB("old EV Compensation for OMX = 0x%x", (int)expValues.
xEVCompensation
);
788
expValues.
xEVCompensation
= ( Gen3A.EVCompensation * ( 1 << Q16_OFFSET ) ) / 10;
792
CAMHAL_LOGDB("new EV Compensation for OMX = 0x%x", (int)expValues.
xEVCompensation
);
796
( unsigned int ) expValues.
xEVCompensation
,
802
( unsigned int ) expValues.
xEVCompensation
);
832
Gen3A.EVCompensation = (10 * expValues.
xEVCompensation
) / (1 << Q16_OFFSET);
[
all
...]
/frameworks/native/include/media/openmax/
OMX_IVCommon.h
854
OMX_S32
xEVCompensation
; /**< Fixed point value stored as Q16 */
[
all
...]
/hardware/qcom/media/mm-core/inc/
OMX_IVCommon.h
824
OMX_S32
xEVCompensation
; /**< Fixed point value stored as Q16 */
/hardware/qcom/media/mm-core/omxcore/inc/
OMX_IVCommon.h
824
OMX_S32
xEVCompensation
; /**< Fixed point value stored as Q16 */
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_IVCommon.h
824
OMX_S32
xEVCompensation
; /**< Fixed point value stored as Q16 */
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_IVCommon.h
824
OMX_S32
xEVCompensation
; /**< Fixed point value stored as Q16 */
[
all
...]
/hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_IVCommon.h
824
OMX_S32
xEVCompensation
; /**< Fixed point value stored as Q16 */
Completed in 62 milliseconds