Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_atmo_algo.cpp147 pAtmoCtx->tmoAttr.CtlInfo.FocusLuma = 1.0; in AtmoConfig()
457 pAtmoCtx->CurrData.CtrlData.FocusLuma = focs_luma / 15; in ApiOffProcess()
458 …pAtmoCtx->CurrData.CtrlData.FocusLuma = LIMIT_VALUE(pAtmoCtx->CurrData.CtrlData.FocusLuma, FOCUSLU… in ApiOffProcess()
459 …tmoCtx->CurrData.HandleData.DetailsLowLight = TmoGetCurrPara(pAtmoCtx->CurrData.CtrlData.FocusLuma, in ApiOffProcess()
460 …pAtmoCtx->AtmoConfig.DtsLoLit.FocusLuma, pAtmoCtx->AtmoConfig.DtsLoLit.DetailsLowLight, pAtmoCtx->… in ApiOffProcess()
500 pAtmoCtx->tmoAttr.CtlInfo.FocusLuma = pAtmoCtx->CurrData.CtrlData.FocusLuma; in AtmoTranferData2Api()
671 free(pAtmoConfig->DtsLoLit.FocusLuma); in newMalloc()
676 …pAtmoConfig->DtsLoLit.FocusLuma = (float*)malloc(sizeof(float) * (pCalibDb->TmoTuningPara.DetailsL… in newMalloc()
739 …pAtmoCtx->AtmoConfig.DtsLoLit.FocusLuma[i] = LIMIT_VALUE(pCalibDb->TmoTuningPara.DetailsLowLight.L… in AtmoUpdateConfig()
785 … i, pAtmoCtx->AtmoConfig.DtsLoLit.FocusLuma[i], i, pAtmoCtx->AtmoConfig.DtsLoLit.DarkPdf[i], in AtmoUpdateConfig()
[all …]
H A Drk_aiq_types_atmo_algo_prvt.h106 float FocusLuma; member
178 float FocusLuma; member
H A Drk_aiq_uapi_atmo_int.cpp104 free(pStore->TmoTuningPara.DetailsLowLight.LowLightData.FocusLuma); in rk_aiq_uapi_atmo_SetTool()
108 pStore->TmoTuningPara.DetailsLowLight.LowLightData.FocusLuma = in rk_aiq_uapi_atmo_SetTool()
121 memcpy(pStore->TmoTuningPara.DetailsLowLight.LowLightData.FocusLuma, in rk_aiq_uapi_atmo_SetTool()
122 …pInput->TmoTuningPara.DetailsLowLight.LowLightData.FocusLuma, sizeof(float)*pInput->TmoTuningPara.… in rk_aiq_uapi_atmo_SetTool()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/atmo/
H A Drk_aiq_types_atmo_algo_int.h41 float* FocusLuma; member
153 float FocusLuma; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Datmo_uapi_head.h38 float FocusLuma; member
H A Datmo_head.h92 float* FocusLuma; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iqConverTer/src/
H A Diqconverter.cpp584 …calibv2_atmo_calib->TmoTuningPara.DetailsLowLight.LowLightData.FocusLuma = (float *) malloc(sizeof… in convert()
623 …_calib->TmoTuningPara.DetailsLowLight.LowLightData.FocusLuma[i] = calibv1_atmo->LowLight[0].FocusL… in convert()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser/
H A DRkAiqCalibDbTypesIsp20.h944 float FocusLuma[13]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibParser.cpp11864 int no = ParseFloatArray(pchild, atmo->LowLight[index].FocusLuma, tag.Size()); in parseEntrySensorAhdrTmoDetailsLowLight()