Home
last modified time | relevance | path

Searched defs:algo_type (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI/
H A Drk_aiq_user_api_sysctl.cpp953 const int algo_type, in rk_aiq_uapi_sysctl_unRegLib()
972 const int algo_type, in rk_aiq_uapi_sysctl_enableAxlib()
993 const int algo_type, in rk_aiq_uapi_sysctl_getAxlibStatus()
1011 rk_aiq_uapi_sysctl_getEnabledAxlibCtx(const rk_aiq_sys_ctx_t* ctx, const int algo_type) in rk_aiq_uapi_sysctl_getEnabledAxlibCtx()
1028 rk_aiq_uapi_sysctl_getAxlibCtx(const rk_aiq_sys_ctx_t* ctx, const int algo_type, const int lib_id) in rk_aiq_uapi_sysctl_getAxlibCtx()
1073 algoHandle(const rk_aiq_sys_ctx_t* ctx, const int algo_type) in algoHandle()
1094 camgroupAlgoHandle(const rk_aiq_sys_ctx_t* ctx, const int algo_type) in camgroupAlgoHandle()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqCamGroupManager.cpp667 RkAiqCamGroupManager::getDefAlgoTypeHandle(int algo_type) in getDefAlgoTypeHandle()
678 RkAiqCamGroupManager::getAlgoTypeHandleMap(int algo_type) in getAlgoTypeHandleMap()
1447 RkAiqCamGroupManager::getEnabledAxlibCtx(const int algo_type) in getEnabledAxlibCtx()
1462 RkAiqCamGroupManager::getAxlibCtx(const int algo_type, const int lib_id) in getAxlibCtx()
1482 RkAiqCamGroupManager::getAiqCamgroupHandle(const int algo_type, const int lib_id) in getAiqCamgroupHandle()
/OK3568_Linux_fs/u-boot/cmd/
H A Dcrypto.c76 #define HASH_TEST(algo_type, data_in, hash_val) {\ argument
86 #define HMAC_TEST(algo_type, data_in, hash_val, hmac_key) {\ argument
98 #define CIPHER_XTS_TEST(algo_type, mode_type, key1, key2, iv_val, in, out) { \ argument
117 #define CIPHER_AE_TEST(algo_type, mode_type, key_val, iv_val, \ argument
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_sysctl.cpp143 const int algo_type, in rk_aiq_uapi2_sysctl_enableAxlib()
152 const int algo_type, in rk_aiq_uapi2_sysctl_getAxlibStatus()
159 rk_aiq_uapi2_sysctl_getEnabledAxlibCtx(const rk_aiq_sys_ctx_t* ctx, const int algo_type) in rk_aiq_uapi2_sysctl_getEnabledAxlibCtx()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCore.cpp1157 RkAiqCore::getAiqAlgoHandle(const int algo_type) in getAiqAlgoHandle()
1169 RkAiqCore::getCurAlgoTypeHandle(int algo_type) in getCurAlgoTypeHandle()
1180 RkAiqCore::getAlgoTypeHandleMap(int algo_type) in getAlgoTypeHandleMap()
1206 int algo_type = algoDes[i].des->type; in addDefaultAlgos() local
1565 RkAiqCore::getEnabledAxlibCtx(const int algo_type) in getEnabledAxlibCtx()
1581 RkAiqCore::getAxlibCtx(const int algo_type, const int lib_id) in getAxlibCtx()
H A DRkAiqAnalyzeGroupManager.cpp603 int algo_type = algoDes[i].des->type; in parseAlgoGroup() local
/OK3568_Linux_fs/kernel/drivers/media/usb/em28xx/
H A Dem28xx-i2c.c975 enum em28xx_i2c_algo_type algo_type) in em28xx_i2c_register()
H A Dem28xx.h642 enum em28xx_i2c_algo_type algo_type; member
/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training.c799 int hws_ddr3_tip_run_alg(u32 dev_num, enum hws_algo_type algo_type) in hws_ddr3_tip_run_alg()
844 static int odt_test(u32 dev_num, enum hws_algo_type algo_type) in odt_test()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Drk_aiq_types_priv.h487 RkAiqAlgoType_t algo_type; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dlocation.h454 u8 algo_type; member
/OK3568_Linux_fs/kernel/crypto/
H A Dtestmgr.c3551 u32 algo_type = type & CRYPTO_ALG_TYPE_ACOMPRESS_MASK; in alg_test_comp() local