Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amfnr/
H A Drk_aiq_uapi_amfnr_int_v1.cpp55 calibdb_2.motion_detect_en = pPara->stMfnrPara.motion_detect_en; in rk_aiq_uapi_amfnr_SetIQPara_v1()
74 pAmfnrCtx->stMfnrCalib.motion_detect_en = calibdb_2.motion_detect_en; in rk_aiq_uapi_amfnr_SetIQPara_v1()
115 calibdb_2.motion_detect_en = pAmfnrCtx->stMfnrCalib.motion_detect_en; in rk_aiq_uapi_amfnr_GetIQPara_v1()
132 pPara->stMfnrPara.motion_detect_en = calibdb_2.motion_detect_en; in rk_aiq_uapi_amfnr_GetIQPara_v1()
H A Drk_aiq_amfnr_algo_mfnr_v1.cpp132 pMotion->enable = pCalibdb->TuningPara.motion_detect_en; in mfnr_config_motion_param_json_v1()
396 …motion_detection_enable = pCalibdb->mode_cell[mode_idx].motion.enable & pCalibdb->motion_detect_en; in init_mfnr_params_v1()
515 pParams->motion_detection_enable = pCalibdb->TuningPara.motion_detect_en; in init_mfnr_params_json_v1()
1846 pDstTuningParaV2->motion_detect_en = pSrcTuningParaV2->motion_detect_en; in mfnr_calibdbV2_assign_v1()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/anr/
H A Drk_aiq_uapi_anr_int.cpp90 stMfnr.motion_detect_en = pPara->stMfnrPara.motion_detect_en; in rk_aiq_uapi_anr_SetIQPara()
108 pAnrCtx->stMfnrCalib.motion_detect_en = stMfnr.motion_detect_en; in rk_aiq_uapi_anr_SetIQPara()
225 stMfnr.motion_detect_en = pAnrCtx->stMfnrCalib.motion_detect_en; in rk_aiq_uapi_anr_GetIQPara()
242 pPara->stMfnrPara.motion_detect_en = stMfnr.motion_detect_en; in rk_aiq_uapi_anr_GetIQPara()
H A Drk_aiq_anr_algo_mfnr.cpp173 pMotion->enable = pCalibdb->TuningPara.motion_detect_en; in mfnr_config_motion_param_json()
456 …motion_detection_enable = pCalibdb->mode_cell[mode_idx].motion.enable & pCalibdb->motion_detect_en; in init_mfnr_params()
605 pParams->motion_detection_enable = pCalibdb->TuningPara.motion_detect_en; in init_mfnr_params_json()
1988 pDstTuningParaV2->motion_detect_en = pSrcTuningParaV2->motion_detect_en; in mfnr_calibdbV2_assign()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A Dmfnr_xml2json_v1.cpp66 pTuningParaV2->motion_detect_en = pCalibdb->motion_detect_en; in mfnrV1_calibdb_to_calibdbV2()
251 pCalibdb->motion_detect_en = pTuningParaV2->motion_detect_en; in mfnrV1_calibdbV2_to_calibdb()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Dmfnr_head_v1.h266 bool motion_detect_en; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAnrHandle.cpp88 if (mfnr && mfnr->TuningPara.enable && mfnr->TuningPara.motion_detect_en) { in setAttrib()
141 if (mfnr && mfnr->TuningPara.enable && mfnr->TuningPara.motion_detect_en) { in setIQPara()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amd/
H A Drk_aiq_algo_amd_itf.cpp56 ctx->amdCtx.enable = calibv2_mfnr->TuningPara.motion_detect_en; in create_context()
109 ctx->amdCtx.enable = calibv2_mfnr->TuningPara.motion_detect_en; in prepare()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCamHwIsp20.h244 bool motion_detect_en; member
H A DCamHwIsp20.cpp2614 _cur_calib_infos.mfnr.motion_detect_en = mfnr->TuningPara.motion_detect_en; in setCalib()
2617 _cur_calib_infos.mfnr.motion_detect_en = false; in setCalib()
2838 …if ((_cur_calib_infos.mfnr.enable && _cur_calib_infos.mfnr.motion_detect_en) || _cur_calib_infos.a… in prepare()
2939 …if ((_cur_calib_infos.mfnr.enable && _cur_calib_infos.mfnr.motion_detect_en) || _cur_calib_infos.a… in start()
3119 …if ((_cur_calib_infos.mfnr.enable && _cur_calib_infos.mfnr.motion_detect_en) || _cur_calib_infos.a… in stop()
4763 if (_cur_calib_infos.mfnr.enable && _cur_calib_infos.mfnr.motion_detect_en) { in setModuleCtl()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser/
H A DRkAiqCalibDbTypesIsp20.h1638 unsigned char motion_detect_en; member
1651 unsigned char motion_detect_en; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibParser.cpp15649 int no = ParseUcharArray(pchild, &mfnr->motion_detect_en, tag.Size()); in parseEntrySensorMFNR()