Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/atmo/
H A Drk_aiq_types_atmo_algo_int.h40 DetailsLowLightMode_t DetailsLowLightMode; member
147 DetailsLowLightMode_t DetailsLowLightMode; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Datmo_uapi_head.h30 DetailsLowLightMode_t DetailsLowLightMode; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_atmo_algo.cpp140 pAtmoCtx->tmoAttr.CtlInfo.DetailsLowLightMode = DETAILSLOWLIGHTMODE_ISO; in AtmoConfig()
445 int DetailsLowLight_mode = (int)pAtmoCtx->AtmoConfig.DtsLoLit.DetailsLowLightMode; in ApiOffProcess()
446 if (pAtmoCtx->AtmoConfig.DtsLoLit.DetailsLowLightMode == DETAILSLOWLIGHTMODE_FOCUSLUMA) in ApiOffProcess()
466 else if (pAtmoCtx->AtmoConfig.DtsLoLit.DetailsLowLightMode == DETAILSLOWLIGHTMODE_DARKPDF) in ApiOffProcess()
469 else if (pAtmoCtx->AtmoConfig.DtsLoLit.DetailsLowLightMode == DETAILSLOWLIGHTMODE_ISO) in ApiOffProcess()
493 … pAtmoCtx->tmoAttr.CtlInfo.DetailsLowLightMode = pAtmoCtx->AtmoConfig.DtsLoLit.DetailsLowLightMode; in AtmoTranferData2Api()
720 … pAtmoCtx->AtmoConfig.DtsLoLit.DetailsLowLightMode = pCalibDb->TmoTuningPara.DetailsLowLight.Mode; in AtmoUpdateConfig()
784 …pAtmoCtx->AtmoConfig.DtsLoLit.DetailsLowLightMode, i, pAtmoCtx->AtmoConfig.DtsLoLit.DetailsLowLigh… in AtmoUpdateConfig()
1143 if(pAtmoCtx->AtmoConfig.DtsLoLit.DetailsLowLightMode == DETAILSLOWLIGHTMODE_FOCUSLUMA) in TmoDamp()
1148 else if(pAtmoCtx->AtmoConfig.DtsLoLit.DetailsLowLightMode == DETAILSLOWLIGHTMODE_DARKPDF) in TmoDamp()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iqConverTer/src/
H A Diqconverter.cpp615 if(calibv1_atmo->LowLight[0].DetailsLowLightMode == 0) in convert()
617 …else if(calibv1_atmo->LowLight[0].DetailsLowLightMode > 0 && calibv1_atmo->LowLight[0].DetailsLowL… in convert()
619 else if(calibv1_atmo->LowLight[0].DetailsLowLightMode >= 2) in convert()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser/
H A DRkAiqCalibDbTypesIsp20.h943 float DetailsLowLightMode; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibParser.cpp11860 … int no = ParseFloatArray(pchild, &atmo->LowLight[index].DetailsLowLightMode, tag.Size()); in parseEntrySensorAhdrTmoDetailsLowLight()