Home
last modified time | relevance | path

Searched refs:algoCtx (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_custom_awb.cpp414 RkAiqAwbAlgoContext* algoCtx = (RkAiqAwbAlgoContext*) in rk_aiq_uapi2_customAWB_register() local
418 if (algoCtx == NULL) { in rk_aiq_uapi2_customAWB_register()
423 algoCtx->cbs = *cbs; in rk_aiq_uapi2_customAWB_register()
424 algoCtx->aiq_ctx = const_cast<rk_aiq_sys_ctx_t*>(ctx); in rk_aiq_uapi2_customAWB_register()
H A Drk_aiq_user_api2_custom_ae.cpp1423 RkAiqAlgoContext* algoCtx = in rk_aiq_uapi2_customAE_register() local
1427 if (algoCtx == NULL) { in rk_aiq_uapi2_customAE_register()
1432 algoCtx->cbs = *cbs; in rk_aiq_uapi2_customAE_register()
1433 algoCtx->aiq_ctx = const_cast<rk_aiq_sys_ctx_t*>(ctx); in rk_aiq_uapi2_customAE_register()