Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amerge/
H A Drk_aiq_uapi_amerge_int.cpp15 if (attr->opMode == MERGE_OPMODE_AUTO) { in rk_aiq_uapi_amerge_v10_SetAttrib()
58 if (attr->opMode == MERGE_OPMODE_AUTO) { in rk_aiq_uapi_amerge_v11_SetAttrib()
101 if (attr->opMode == MERGE_OPMODE_AUTO) { in rk_aiq_uapi_amerge_v12_SetAttrib()
H A Drk_aiq_amerge_algo_v10.cpp246 if (pAmergeCtx->mergeAttrV10.opMode == MERGE_OPMODE_AUTO) { in AmergeTuningProcessing()
438 else if (pAmergeCtx->mergeAttrV10.opMode == MERGE_OPMODE_AUTO) { 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()
614 else if (pAmergeCtx->mergeAttrV11.opMode == MERGE_OPMODE_AUTO) { 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()
729 else if (pAmergeCtx->mergeAttrV12.opMode == MERGE_OPMODE_AUTO) { 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()
48 if (attr.attrV30.opMode == MERGE_OPMODE_API_OFF) attr_v11.opMode = MERGE_OPMODE_AUTO; 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()
82 if (attr_v11.opMode == MERGE_OPMODE_AUTO) attr->attrV30.opMode = MERGE_OPMODE_API_OFF; 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.h19 MERGE_OPMODE_AUTO = 0, // run auto merge enumerator