Home
last modified time | relevance | path

Searched refs:MERGE_OPMODE_MANUAL (Results 1 – 7 of 7) sorted by relevance

/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()
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()
259 attr_v12.opMode = MERGE_OPMODE_MANUAL; in sample_amerge_module()
275 attr_v12.opMode = MERGE_OPMODE_MANUAL; in sample_amerge_module()
292 attr_v12.opMode = MERGE_OPMODE_MANUAL; in sample_amerge_module()
311 attr_v12.opMode = MERGE_OPMODE_MANUAL; in sample_amerge_module()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amerge/
H A Drk_aiq_uapi_amerge_int.cpp18 } else if (attr->opMode == MERGE_OPMODE_MANUAL) { in rk_aiq_uapi_amerge_v10_SetAttrib()
61 } else if (attr->opMode == MERGE_OPMODE_MANUAL) { in rk_aiq_uapi_amerge_v11_SetAttrib()
104 } else if (attr->opMode == MERGE_OPMODE_MANUAL) { in rk_aiq_uapi_amerge_v12_SetAttrib()
H A Drk_aiq_amerge_algo_v10.cpp297 } else if (pAmergeCtx->mergeAttrV10.opMode == MERGE_OPMODE_MANUAL) { in AmergeTuningProcessing()
436 else if (pAmergeCtx->mergeAttrV10.opMode == MERGE_OPMODE_MANUAL) in AmergeByPassProcessing()
H A Drk_aiq_amerge_algo_v11.cpp411 } else if (pAmergeCtx->mergeAttrV11.opMode == MERGE_OPMODE_MANUAL) { in AmergeTuningProcessing()
612 else if (pAmergeCtx->mergeAttrV11.opMode == MERGE_OPMODE_MANUAL) in AmergeByPassProcessing()
H A Drk_aiq_amerge_algo_v12.cpp482 } else if (pAmergeCtx->mergeAttrV12.opMode == MERGE_OPMODE_MANUAL) { in AmergeTuningProcessing()
727 else if (pAmergeCtx->mergeAttrV12.opMode == MERGE_OPMODE_MANUAL) in AmergeByPassProcessing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_amerge.cpp37 if (attr.attrV21.opMode == MERGE_OPMODE_MANU) attr_v10.opMode = MERGE_OPMODE_MANUAL; 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()
70 if (attr_v10.opMode == MERGE_OPMODE_MANUAL) attr->attrV21.opMode = MERGE_OPMODE_MANU; 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()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/amerge/
H A Drk_aiq_types_amerge_algo_int.h20 MERGE_OPMODE_MANUAL = 1, // run manual merge enumerator