Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Damerge_uapi_compact.h47 MergeCurrCtlData_t CtlInfo; member
78 MergeCurrCtlData_t CtlInfo; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_atmo_algo.cpp138 pAtmoCtx->tmoAttr.CtlInfo.GlobalLumaMode = GLOBALLUMAMODE_ENVLV; in AtmoConfig()
139 pAtmoCtx->tmoAttr.CtlInfo.DetailsHighLightMode = DETAILSHIGHLIGHTMODE_ENVLV; in AtmoConfig()
140 pAtmoCtx->tmoAttr.CtlInfo.DetailsLowLightMode = DETAILSLOWLIGHTMODE_ISO; in AtmoConfig()
141 pAtmoCtx->tmoAttr.CtlInfo.GlobalTmoMode = TMOTYPEMODE_DYNAMICRANGE; in AtmoConfig()
142 pAtmoCtx->tmoAttr.CtlInfo.LocalTMOMode = TMOTYPEMODE_DYNAMICRANGE; in AtmoConfig()
144 pAtmoCtx->tmoAttr.CtlInfo.Envlv = 1.0; in AtmoConfig()
145 pAtmoCtx->tmoAttr.CtlInfo.ISO = 1.0; in AtmoConfig()
146 pAtmoCtx->tmoAttr.CtlInfo.OEPdf = 1.0; in AtmoConfig()
147 pAtmoCtx->tmoAttr.CtlInfo.FocusLuma = 1.0; in AtmoConfig()
148 pAtmoCtx->tmoAttr.CtlInfo.DarkPdf = 1.0; in AtmoConfig()
[all …]
H A Drk_aiq_uapi_atmo_int.cpp280 memcpy(&attr->CtlInfo, &pAtmoCtx->tmoAttr.CtlInfo, sizeof(TmoCurrCtlData_t)); in rk_aiq_uapi_atmo_GetAttrib()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_amerge.cpp73 attr->attrV21.CtlInfo = attr_v10.Info; in rk_aiq_user_api2_amerge_GetAttrib()
89 attr->attrV30.CtlInfo = attr_v11.Info; in rk_aiq_user_api2_amerge_GetAttrib()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/atmo/
H A Drk_aiq_types_atmo_algo_int.h184 TmoCurrCtlData_t CtlInfo; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_amerge_module.cpp467 attr_v2.attrV30.CtlInfo.Envlv, attr_v2.attrV30.CtlInfo.MoveCoef); in sample_amerge_module()