Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adrc/
H A Drk_aiq_uapi_adrc_int.cpp20 pAdrcCtx->drcAttrV10.opMode = attr->opMode; in rk_aiq_uapi_adrc_v10_SetAttrib()
21 if (attr->opMode == DRC_OPMODE_AUTO) { in rk_aiq_uapi_adrc_v10_SetAttrib()
25 if (attr->opMode == DRC_OPMODE_MANUAL) { in rk_aiq_uapi_adrc_v10_SetAttrib()
40 attr->opMode = pAdrcCtx->drcAttrV10.opMode; in rk_aiq_uapi_adrc_v10_GetAttrib()
57 pAdrcCtx->drcAttrV11.opMode = attr->opMode; in rk_aiq_uapi_adrc_v11_SetAttrib()
58 if (attr->opMode == DRC_OPMODE_AUTO) { in rk_aiq_uapi_adrc_v11_SetAttrib()
62 if (attr->opMode == DRC_OPMODE_MANUAL) { in rk_aiq_uapi_adrc_v11_SetAttrib()
77 attr->opMode = pAdrcCtx->drcAttrV11.opMode; in rk_aiq_uapi_adrc_v11_GetAttrib()
94 pAdrcCtx->drcAttrV12.opMode = attr->opMode; in rk_aiq_uapi_adrc_v12_SetAttrib()
95 if (attr->opMode == DRC_OPMODE_AUTO) { in rk_aiq_uapi_adrc_v12_SetAttrib()
[all …]
H A Drk_aiq_adrc_algo_v10.cpp183 if (pAdrcCtx->drcAttrV10.opMode == DRC_OPMODE_AUTO) in DrcEnableSetting()
185 else if (pAdrcCtx->drcAttrV10.opMode == DRC_OPMODE_MANUAL) in DrcEnableSetting()
404 if (pAdrcCtx->drcAttrV10.opMode == DRC_OPMODE_AUTO) { in AdrcTuningParaProcessing()
497 } else if (pAdrcCtx->drcAttrV10.opMode == DRC_OPMODE_MANUAL) { in AdrcTuningParaProcessing()
577 pAdrcCtx->CurrData.ApiMode = pAdrcCtx->drcAttrV10.opMode; in AdrcTuningParaProcessing()
578 if (pAdrcCtx->drcAttrV10.opMode == DRC_OPMODE_AUTO && !pAdrcCtx->isDampStable) { in AdrcTuningParaProcessing()
746 else if (pAdrcCtx->drcAttrV10.opMode != pAdrcCtx->CurrData.ApiMode) in AdrcByPassTuningProcessing()
748 else if (pAdrcCtx->drcAttrV10.opMode == DRC_OPMODE_MANUAL) in AdrcByPassTuningProcessing()
750 else if (pAdrcCtx->drcAttrV10.opMode == DRC_OPMODE_AUTO) { in AdrcByPassTuningProcessing()
784 pAdrcCtx->NextData.AEData.LongFrmMode, pAdrcCtx->drcAttrV10.opMode, in AdrcByPassTuningProcessing()
[all …]
H A Drk_aiq_adrc_algo_v11.cpp190 if (pAdrcCtx->drcAttrV11.opMode == DRC_OPMODE_AUTO) in DrcEnableSetting()
192 else if (pAdrcCtx->drcAttrV11.opMode == DRC_OPMODE_MANUAL) in DrcEnableSetting()
437 if (pAdrcCtx->drcAttrV11.opMode == DRC_OPMODE_AUTO) { in AdrcTuningParaProcessing()
536 } else if (pAdrcCtx->drcAttrV11.opMode == DRC_OPMODE_MANUAL) { in AdrcTuningParaProcessing()
633 pAdrcCtx->CurrData.ApiMode = pAdrcCtx->drcAttrV11.opMode; in AdrcTuningParaProcessing()
634 if (pAdrcCtx->drcAttrV11.opMode == DRC_OPMODE_AUTO && !pAdrcCtx->isDampStable) { in AdrcTuningParaProcessing()
794 else if (pAdrcCtx->drcAttrV11.opMode != pAdrcCtx->CurrData.ApiMode) in AdrcByPassTuningProcessing()
796 else if (pAdrcCtx->drcAttrV11.opMode == DRC_OPMODE_MANUAL) in AdrcByPassTuningProcessing()
798 else if (pAdrcCtx->drcAttrV11.opMode == DRC_OPMODE_AUTO) { in AdrcByPassTuningProcessing()
832 pAdrcCtx->NextData.AEData.LongFrmMode, pAdrcCtx->drcAttrV11.opMode, in AdrcByPassTuningProcessing()
[all …]
H A Drk_aiq_adrc_algo_v12.cpp233 if (pAdrcCtx->drcAttrV12.opMode == DRC_OPMODE_AUTO) { in DrcEnableSetting()
235 } else if (pAdrcCtx->drcAttrV12.opMode == DRC_OPMODE_MANUAL) { in DrcEnableSetting()
574 if (pAdrcCtx->drcAttrV12.opMode == DRC_OPMODE_AUTO) { in AdrcTuningParaProcessing()
697 } else if (pAdrcCtx->drcAttrV12.opMode == DRC_OPMODE_MANUAL) { in AdrcTuningParaProcessing()
852 pAdrcCtx->CurrData.ApiMode = pAdrcCtx->drcAttrV12.opMode; in AdrcTuningParaProcessing()
853 if (pAdrcCtx->drcAttrV12.opMode == DRC_OPMODE_AUTO && !pAdrcCtx->isDampStable) { in AdrcTuningParaProcessing()
1028 else if (pAdrcCtx->drcAttrV12.opMode != pAdrcCtx->CurrData.ApiMode) in AdrcByPassTuningProcessing()
1030 else if (pAdrcCtx->drcAttrV12.opMode == DRC_OPMODE_MANUAL) in AdrcByPassTuningProcessing()
1032 else if (pAdrcCtx->drcAttrV12.opMode == DRC_OPMODE_AUTO) { in AdrcByPassTuningProcessing()
1066 pAdrcCtx->NextData.AEData.LongFrmMode, pAdrcCtx->drcAttrV12.opMode, in AdrcByPassTuningProcessing()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amerge/
H A Drk_aiq_uapi_amerge_int.cpp14 pAmergeCtx->mergeAttrV10.opMode = attr->opMode; in rk_aiq_uapi_amerge_v10_SetAttrib()
15 if (attr->opMode == MERGE_OPMODE_AUTO) { in rk_aiq_uapi_amerge_v10_SetAttrib()
18 } else if (attr->opMode == MERGE_OPMODE_MANUAL) { in rk_aiq_uapi_amerge_v10_SetAttrib()
35 attr->opMode = pAmergeCtx->mergeAttrV10.opMode; in rk_aiq_uapi_amerge_v10_GetAttrib()
57 pAmergeCtx->mergeAttrV11.opMode = attr->opMode; in rk_aiq_uapi_amerge_v11_SetAttrib()
58 if (attr->opMode == MERGE_OPMODE_AUTO) { in rk_aiq_uapi_amerge_v11_SetAttrib()
61 } else if (attr->opMode == MERGE_OPMODE_MANUAL) { in rk_aiq_uapi_amerge_v11_SetAttrib()
78 attr->opMode = pAmergeCtx->mergeAttrV11.opMode; in rk_aiq_uapi_amerge_v11_GetAttrib()
100 pAmergeCtx->mergeAttrV12.opMode = attr->opMode; in rk_aiq_uapi_amerge_v12_SetAttrib()
101 if (attr->opMode == MERGE_OPMODE_AUTO) { in rk_aiq_uapi_amerge_v12_SetAttrib()
[all …]
H A Drk_aiq_amerge_algo_v10.cpp246 if (pAmergeCtx->mergeAttrV10.opMode == MERGE_OPMODE_AUTO) { in AmergeTuningProcessing()
297 } else if (pAmergeCtx->mergeAttrV10.opMode == MERGE_OPMODE_MANUAL) { in AmergeTuningProcessing()
333 pAmergeCtx->CurrData.CtrlData.ApiMode = pAmergeCtx->mergeAttrV10.opMode; in AmergeTuningProcessing()
434 else if (pAmergeCtx->mergeAttrV10.opMode != pAmergeCtx->CurrData.CtrlData.ApiMode) in AmergeByPassProcessing()
436 else if (pAmergeCtx->mergeAttrV10.opMode == MERGE_OPMODE_MANUAL) in AmergeByPassProcessing()
438 else if (pAmergeCtx->mergeAttrV10.opMode == MERGE_OPMODE_AUTO) { in AmergeByPassProcessing()
477 pAmergeCtx->NextData.CtrlData.ExpoData.LongFrmMode, pAmergeCtx->mergeAttrV10.opMode, in AmergeByPassProcessing()
507 pAmergeCtx->mergeAttrV10.opMode = MERGE_OPMODE_AUTO; in AmergeInit()
H A Drk_aiq_amerge_algo_v11.cpp293 if (pAmergeCtx->mergeAttrV11.opMode == MERGE_OPMODE_AUTO) { in AmergeTuningProcessing()
411 } else if (pAmergeCtx->mergeAttrV11.opMode == MERGE_OPMODE_MANUAL) { in AmergeTuningProcessing()
473 pAmergeCtx->CurrData.CtrlData.ApiMode = pAmergeCtx->mergeAttrV11.opMode; in AmergeTuningProcessing()
610 else if (pAmergeCtx->mergeAttrV11.opMode != pAmergeCtx->CurrData.CtrlData.ApiMode) in AmergeByPassProcessing()
612 else if (pAmergeCtx->mergeAttrV11.opMode == MERGE_OPMODE_MANUAL) in AmergeByPassProcessing()
614 else if (pAmergeCtx->mergeAttrV11.opMode == MERGE_OPMODE_AUTO) { in AmergeByPassProcessing()
652 pAmergeCtx->NextData.CtrlData.ExpoData.LongFrmMode, pAmergeCtx->mergeAttrV11.opMode, in AmergeByPassProcessing()
682 pAmergeCtx->mergeAttrV11.opMode = MERGE_OPMODE_AUTO; in AmergeInit()
H A Drk_aiq_amerge_algo_v12.cpp341 if (pAmergeCtx->mergeAttrV12.opMode == MERGE_OPMODE_AUTO) { in AmergeTuningProcessing()
482 } else if (pAmergeCtx->mergeAttrV12.opMode == MERGE_OPMODE_MANUAL) { in AmergeTuningProcessing()
558 pAmergeCtx->CurrData.CtrlData.ApiMode = pAmergeCtx->mergeAttrV12.opMode; in AmergeTuningProcessing()
725 else if (pAmergeCtx->mergeAttrV12.opMode != pAmergeCtx->CurrData.CtrlData.ApiMode) in AmergeByPassProcessing()
727 else if (pAmergeCtx->mergeAttrV12.opMode == MERGE_OPMODE_MANUAL) in AmergeByPassProcessing()
729 else if (pAmergeCtx->mergeAttrV12.opMode == MERGE_OPMODE_AUTO) { in AmergeByPassProcessing()
767 pAmergeCtx->NextData.CtrlData.ExpoData.LongFrmMode, pAmergeCtx->mergeAttrV12.opMode, in AmergeByPassProcessing()
797 pAmergeCtx->mergeAttrV12.opMode = MERGE_OPMODE_AUTO; in AmergeInit()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_amerge.cpp36 if (attr.attrV21.opMode == MERGE_OPMODE_API_OFF) attr_v10.opMode = MERGE_OPMODE_AUTO; in rk_aiq_user_api2_amerge_SetAttrib()
37 if (attr.attrV21.opMode == MERGE_OPMODE_MANU) attr_v10.opMode = MERGE_OPMODE_MANUAL; in rk_aiq_user_api2_amerge_SetAttrib()
48 if (attr.attrV30.opMode == MERGE_OPMODE_API_OFF) attr_v11.opMode = MERGE_OPMODE_AUTO; in rk_aiq_user_api2_amerge_SetAttrib()
49 if (attr.attrV30.opMode == MERGE_OPMODE_MANU) attr_v11.opMode = MERGE_OPMODE_MANUAL; in rk_aiq_user_api2_amerge_SetAttrib()
69 if (attr_v10.opMode == MERGE_OPMODE_AUTO) attr->attrV21.opMode = MERGE_OPMODE_API_OFF; in rk_aiq_user_api2_amerge_GetAttrib()
70 if (attr_v10.opMode == MERGE_OPMODE_MANUAL) attr->attrV21.opMode = MERGE_OPMODE_MANU; in rk_aiq_user_api2_amerge_GetAttrib()
82 if (attr_v11.opMode == MERGE_OPMODE_AUTO) attr->attrV30.opMode = MERGE_OPMODE_API_OFF; in rk_aiq_user_api2_amerge_GetAttrib()
83 if (attr_v11.opMode == MERGE_OPMODE_MANUAL) attr->attrV30.opMode = MERGE_OPMODE_MANU; in rk_aiq_user_api2_amerge_GetAttrib()
H A Drk_aiq_user_api2_imgproc.cpp1363 if (attr_v10.opMode == DRC_OPMODE_AUTO) { in rk_aiq_uapi2_setDrcLocalTMO()
1371 } else if (attr_v10.opMode == DRC_OPMODE_MANUAL) { in rk_aiq_uapi2_setDrcLocalTMO()
1502 if (attr_v11.opMode == DRC_OPMODE_AUTO) { in rk_aiq_uapi2_setDrcLocalData()
1511 } else if (attr_v11.opMode == DRC_OPMODE_MANUAL) { in rk_aiq_uapi2_setDrcLocalData()
1528 if (attr_v12.opMode == DRC_OPMODE_AUTO) { in rk_aiq_uapi2_setDrcLocalData()
1537 } else if (attr_v12.opMode == DRC_OPMODE_MANUAL) { in rk_aiq_uapi2_setDrcLocalData()
1554 if (attr_v12_lite.opMode == DRC_OPMODE_AUTO) { in rk_aiq_uapi2_setDrcLocalData()
1566 } else if (attr_v12_lite.opMode == DRC_OPMODE_MANUAL) { in rk_aiq_uapi2_setDrcLocalData()
1666 if (attr_v10.opMode == DRC_OPMODE_AUTO) { in rk_aiq_uapi2_setDrcHiLit()
1669 } else if (attr_v10.opMode == DRC_OPMODE_MANUAL) { in rk_aiq_uapi2_setDrcHiLit()
[all …]
H A Drk_aiq_user_api2_adrc.cpp35 attr_v10.opMode = attr.opMode; in rk_aiq_user_api2_adrc_SetAttrib()
47 attr_v11.opMode = attr.opMode; in rk_aiq_user_api2_adrc_SetAttrib()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_amerge_module.cpp120 attr_v10.opMode = MERGE_OPMODE_MANUAL; in sample_amerge_module()
136 attr_v10.opMode = MERGE_OPMODE_MANUAL; in sample_amerge_module()
150 printf("\t attr_v10.mode:%d Envlv:%f MoveCoef:%f\n\n", attr_v10.opMode, in sample_amerge_module()
167 attr_v11.opMode = MERGE_OPMODE_MANUAL; in sample_amerge_module()
183 attr_v11.opMode = MERGE_OPMODE_MANUAL; in sample_amerge_module()
199 attr_v11.opMode = MERGE_OPMODE_MANUAL; in sample_amerge_module()
216 attr_v11.opMode = MERGE_OPMODE_MANUAL; in sample_amerge_module()
231 printf("\t attr_v11.mode:%d Envlv:%f MoveCoef:%f\n\n", attr_v11.opMode, in sample_amerge_module()
259 attr_v12.opMode = MERGE_OPMODE_MANUAL; in sample_amerge_module()
275 attr_v12.opMode = MERGE_OPMODE_MANUAL; in sample_amerge_module()
[all …]
H A Dsample_adrc_module.cpp89 attr_v10.opMode = DRC_OPMODE_MANUAL; in sample_adrc_module()
150 attr_v10.opMode = DRC_OPMODE_MANUAL; in sample_adrc_module()
211 printf("\t opMode:%d EnvLv:%f ISO:%f\n\n", attr_v10.opMode, in sample_adrc_module()
222 attr_v11.opMode = DRC_OPMODE_MANUAL; in sample_adrc_module()
285 attr_v11.opMode = DRC_OPMODE_MANUAL; in sample_adrc_module()
348 printf("\t opMode:%d EnvLv:%f ISO:%f\n\n", attr_v11.opMode, in sample_adrc_module()
359 attr_v12.opMode = DRC_OPMODE_MANUAL; in sample_adrc_module()
428 attr_v12.opMode = DRC_OPMODE_MANUAL; in sample_adrc_module()
497 printf("\t opMode:%d EnvLv:%f ISO:%f\n\n", attr_v12.opMode, in sample_adrc_module()
508 attr_v12_lite.opMode = DRC_OPMODE_MANUAL; in sample_adrc_module()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adrc/
H A Drk_aiq_types_adrc_algo_int.h32 drc_OpMode_t opMode; member
43 drc_OpMode_t opMode; member
53 drc_OpMode_t opMode; member
63 drc_OpMode_t opMode; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/amerge/
H A Drk_aiq_types_amerge_algo_int.h29 merge_OpMode_t opMode; member
39 merge_OpMode_t opMode; member
49 merge_OpMode_t opMode; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_uapi_atmo_int.cpp232 pAtmoCtx->tmoAttr.opMode = attr.opMode; in rk_aiq_uapi_atmo_SetAttrib()
233 if(attr.opMode == TMO_OPMODE_SET_LEVEL) in rk_aiq_uapi_atmo_SetAttrib()
235 if(attr.opMode == TMO_OPMODE_DARKAREA) in rk_aiq_uapi_atmo_SetAttrib()
237 if(attr.opMode == TMO_OPMODE_TOOL) in rk_aiq_uapi_atmo_SetAttrib()
240 if (attr.opMode == TMO_OPMODE_AUTO) { in rk_aiq_uapi_atmo_SetAttrib()
247 if (attr.opMode == TMO_OPMODE_MANU) { in rk_aiq_uapi_atmo_SetAttrib()
273 attr->opMode = pAtmoCtx->tmoAttr.opMode; in rk_aiq_uapi_atmo_GetAttrib()
H A Drk_aiq_atmo_algo.cpp1109 … if(pAtmoCtx->tmoAttr.opMode == TMO_OPMODE_API_OFF && pAtmoCtx->frameCnt != 0 && !ifHDRModeChange) in TmoDamp()
1328 if(pAtmoCtx->tmoAttr.opMode == TMO_OPMODE_API_OFF) { in AtmoProcessing()
1346 else if(pAtmoCtx->tmoAttr.opMode == TMO_OPMODE_AUTO) { in AtmoProcessing()
1350 else if(pAtmoCtx->tmoAttr.opMode == TMO_OPMODE_MANU) { in AtmoProcessing()
1354 else if(pAtmoCtx->tmoAttr.opMode == TMO_OPMODE_SET_LEVEL) { in AtmoProcessing()
1360 else if(pAtmoCtx->tmoAttr.opMode == TMO_OPMODE_DARKAREA) { in AtmoProcessing()
1373 else if(pAtmoCtx->tmoAttr.opMode == TMO_OPMODE_TOOL) { in AtmoProcessing()
1495 pAtmoCtx->tmoAttr.opMode = TMO_OPMODE_API_OFF; in AtmoInit()
H A Drk_aiq_algo_atmo_itf.cpp130 if(pAtmoCtx->tmoAttr.opMode == TMO_OPMODE_TOOL) { in AtmoPreProcess()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Damerge_uapi_compact.h45 merge_OpModeV21_t opMode; member
76 merge_OpModeV21_t opMode; member
H A Dadrc_uapi_compact.h49 drc_OpMode_t opMode; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/atmo/
H A Drk_aiq_types_atmo_algo_int.h179 tmo_OpMode_t opMode; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/
H A Dwl_mib.h304 UINT8 opMode; // 0 for infrastructure, member