Home
last modified time | relevance | path

Searched refs:grayMode (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/accm/
H A Drk_aiq_algo_accm_itf.cpp102 (procAccm->accm_sw_info.grayMode != procAccm->com.u.proc.gray_mode); in processing()
103 procAccm->accm_sw_info.grayMode = procAccm->com.u.proc.gray_mode; in processing()
H A Drk_aiq_accm_algo_v1.cpp239 if (hAccm->mCurAtt.byPass != true && hAccm->accmSwInfo.grayMode != true) { in AccmConfig()
H A Drk_aiq_accm_algo_v2.cpp263 if (hAccm->mCurAttV2.byPass != true && hAccm->accmSwInfo.grayMode != true) { in AccmConfig()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/misc/
H A Drk_aiq_algo_camgroup_accm_itf.cpp92 (hAccm->accmSwInfo.grayMode != procParaGroup->_gray_mode); in processing()
93 hAccm->accmSwInfo.grayMode = procParaGroup->_gray_mode; in processing()
H A Drk_aiq_algo_camgroup_alsc_itf.cpp88 hAlsc->alscSwInfo.grayMode = procParaGroup->_gray_mode; in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/accm/
H A Drk_aiq_types_accm_algo_int.h34 bool grayMode; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/alsc/
H A Drk_aiq_types_alsc_algo_int.h48 bool grayMode; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_algo_v1.cpp499 if((hAlsc->alscSwInfo.grayMode == true && hAlsc->alscRest.caseIndex != USED_FOR_CASE_GRAY)|| in AlscConfig()
500 (hAlsc->alscSwInfo.grayMode == false && hAlsc->alscRest.caseIndex == USED_FOR_CASE_GRAY)){ in AlscConfig()
503 if(hAlsc->alscSwInfo.grayMode){ in AlscConfig()
789 alsc_context->alscSwInfo.grayMode = false; in AlscInit()
H A Drk_aiq_algo_alsc_itf.cpp138 procAlsc->alsc_sw_info.grayMode = procPara->com.u.proc.gray_mode; in processing()
H A Drk_aiq_alsc_algo.cpp1111 if((hAlsc->alscSwInfo.grayMode == true && hAlsc->alscRest.caseIndex != USED_FOR_CASE_GRAY)|| in AlscConfig()
1112 (hAlsc->alscSwInfo.grayMode == false && hAlsc->alscRest.caseIndex == USED_FOR_CASE_GRAY)){ in AlscConfig()
1116 if(hAlsc->alscSwInfo.grayMode){ in AlscConfig()
1214 alsc_context->alscSwInfo.grayMode = false; in AlscInit()