Home
last modified time | relevance | path

Searched refs:cast_ctx (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.cpp381 rk_aiq_sys_ctx_t* cast_ctx = const_cast<rk_aiq_sys_ctx_t*>(ctx); in rk_aiq_uapi2_customAWB_register() local
384 g_customAwb_desc_map.find(cast_ctx); in rk_aiq_uapi2_customAWB_register()
388 g_customAwb_desc_map[cast_ctx] = desc; in rk_aiq_uapi2_customAWB_register()
442 rk_aiq_sys_ctx_t* cast_ctx = const_cast<rk_aiq_sys_ctx_t*>(ctx); in rk_aiq_uapi2_customAWB_enable() local
445 g_customAwb_desc_map.find(cast_ctx); in rk_aiq_uapi2_customAWB_enable()
486 rk_aiq_sys_ctx_t* cast_ctx = const_cast<rk_aiq_sys_ctx_t*>(ctx); in rk_aiq_uapi2_customAWB_unRegister() local
489 g_customAwb_desc_map.find(cast_ctx); in rk_aiq_uapi2_customAWB_unRegister()
H A Drk_aiq_user_api2_custom_ae.cpp1390 rk_aiq_sys_ctx_t* cast_ctx = const_cast<rk_aiq_sys_ctx_t*>(ctx); in rk_aiq_uapi2_customAE_register() local
1393 g_customAe_desc_map.find(cast_ctx); in rk_aiq_uapi2_customAE_register()
1397 g_customAe_desc_map[cast_ctx] = desc; in rk_aiq_uapi2_customAE_register()
1451 rk_aiq_sys_ctx_t* cast_ctx = const_cast<rk_aiq_sys_ctx_t*>(ctx); in rk_aiq_uapi2_customAE_enable() local
1454 g_customAe_desc_map.find(cast_ctx); in rk_aiq_uapi2_customAE_enable()
1495 rk_aiq_sys_ctx_t* cast_ctx = const_cast<rk_aiq_sys_ctx_t*>(ctx); in rk_aiq_uapi2_customAE_unRegister() local
1498 g_customAe_desc_map.find(cast_ctx); in rk_aiq_uapi2_customAE_unRegister()