Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adebayer/
H A Drk_aiq_uapi_adebayer_int.cpp26 if (attr.mode == RK_AIQ_DEBAYER_MODE_AUTO) { in rk_aiq_uapi_adebayer_SetAttrib()
34 … LOGE_ADEBAYER("Invalid mode: %s\n", attr.mode == RK_AIQ_DEBAYER_MODE_AUTO ? "auto" : "manual"); in rk_aiq_uapi_adebayer_SetAttrib()
87 if (attr.mode == RK_AIQ_DEBAYER_MODE_AUTO) { in rk_aiq_uapi_adebayer_v2_SetAttrib()
141 if (attr.mode == RK_AIQ_DEBAYER_MODE_AUTO) { in rk_aiq_uapi_adebayer_v2lite_SetAttrib()
H A Drk_aiq_adebayer_algo_v1.cpp204 if (pAdebayerCtx->mode == RK_AIQ_DEBAYER_MODE_AUTO) { in AdebayerTranslateParams()
217 pAdebayerCtx->mode == RK_AIQ_DEBAYER_MODE_AUTO ? "auto" : "manual"); in AdebayerTranslateParams()
223 pAdebayerCtx->mode == RK_AIQ_DEBAYER_MODE_AUTO ? "auto" : "manual", in AdebayerTranslateParams()
261 pAdebayerCtx->mode = RK_AIQ_DEBAYER_MODE_AUTO; in AdebayerInit()
H A Drk_aiq_adebayer_algo_v2.cpp192 pAdebayerCtx->mode = RK_AIQ_DEBAYER_MODE_AUTO; in AdebayerInit()
592 if(pAdebayerCtx->mode == RK_AIQ_DEBAYER_MODE_AUTO) { in AdebayerProcess()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_adebayer_module.cpp96 attr.mode = RK_AIQ_DEBAYER_MODE_AUTO; in sample_adebayer_setSharpStrength_v1()
119 attr.mode = RK_AIQ_DEBAYER_MODE_AUTO; in sample_adebayer_setLowFreqThresh_v1()
142 attr.mode = RK_AIQ_DEBAYER_MODE_AUTO; in sample_adebayer_setHighFreqThresh_v1()
359 attr.mode = RK_AIQ_DEBAYER_MODE_AUTO; in sample_adebayer_setAutoAtrrib_v2()
460 attr.mode = RK_AIQ_DEBAYER_MODE_AUTO; in sample_adebayer_setAutoAtrrib_v2lite()
509 sample_adebayer_en_v1(ctx, RK_AIQ_DEBAYER_MODE_AUTO, on); in sample_adebayer_module()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adebayer/
H A Drk_aiq_types_adebayer_ext.h30RK_AIQ_DEBAYER_MODE_AUTO = 2, /**< run auto lens shading correction … enumerator
H A Drk_aiq_types_adebayer_algo_int.h11RK_AIQ_DEBAYER_MODE_AUTO = 2, /**< run auto lens shading correction … enumerator