Home
last modified time | relevance | path

Searched refs:RK_AIQ_DEBAYER_MODE_MANUAL (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adebayer/
H A Drk_aiq_uapi_adebayer_int.cpp31 } else if (attr.mode == RK_AIQ_DEBAYER_MODE_MANUAL) { in rk_aiq_uapi_adebayer_SetAttrib()
90 } else if (attr.mode == RK_AIQ_DEBAYER_MODE_MANUAL) { in rk_aiq_uapi_adebayer_v2_SetAttrib()
144 } else if (attr.mode == RK_AIQ_DEBAYER_MODE_MANUAL) { in rk_aiq_uapi_adebayer_v2lite_SetAttrib()
H A Drk_aiq_adebayer_algo_v1.cpp207 } else if (pAdebayerCtx->mode == RK_AIQ_DEBAYER_MODE_MANUAL) { in AdebayerTranslateParams()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adebayer/
H A Drk_aiq_types_adebayer_ext.h29RK_AIQ_DEBAYER_MODE_MANUAL = 1, /**< run manual lens shading correctio… enumerator
H A Drk_aiq_types_adebayer_algo_int.h10RK_AIQ_DEBAYER_MODE_MANUAL = 1, /**< run manual lens shading correctio… enumerator
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_adebayer_module.cpp243 attr.mode = RK_AIQ_DEBAYER_MODE_MANUAL; in sample_adebayer_setManualAtrrib_v1()
339 attr.mode = RK_AIQ_DEBAYER_MODE_MANUAL; in sample_adebayer_setManualAtrrib_v2()
440 attr.mode = RK_AIQ_DEBAYER_MODE_MANUAL; in sample_adebayer_setManualAtrrib_v2lite()
544 sample_adebayer_en_v1(ctx, RK_AIQ_DEBAYER_MODE_MANUAL, on); in sample_adebayer_module()