Home
last modified time | relevance | path

Searched refs:bControl (Results 1 – 1 of 1) sorted by relevance

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXAlgo.cpp490 OMX_TI_CONFIG_LOCAL_AND_GLOBAL_BRIGHTNESSCONTRASTTYPE bControl; in setGBCE() local
502 OMX_INIT_STRUCT_PTR (&bControl, OMX_TI_CONFIG_LOCAL_AND_GLOBAL_BRIGHTNESSCONTRASTTYPE); in setGBCE()
504 bControl.nPortIndex = OMX_ALL; in setGBCE()
510 bControl.eControl = OMX_TI_BceModeOn; in setGBCE()
515 bControl.eControl = OMX_TI_BceModeAuto; in setGBCE()
521 bControl.eControl = OMX_TI_BceModeOff; in setGBCE()
528 &bControl); in setGBCE()
548 OMX_TI_CONFIG_LOCAL_AND_GLOBAL_BRIGHTNESSCONTRASTTYPE bControl; in setGLBCE() local
560 OMX_INIT_STRUCT_PTR (&bControl, OMX_TI_CONFIG_LOCAL_AND_GLOBAL_BRIGHTNESSCONTRASTTYPE); in setGLBCE()
561 bControl.nPortIndex = OMX_ALL; in setGLBCE()
[all …]