Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A Drkisp_demo.h66 char iqpath[256]; member
H A Drkisp_demo.cpp307 strcat(iqfile, demo_ctx->iqpath); in test_update_iqfile()
1835 strcpy(ctx->iqpath, optarg);
2353 if (strlen(ctx->iqpath))
2356 ctx->aiq_ctx = rk_aiq_uapi2_sysctl_init(sns_entity_name, ctx->iqpath, NULL, NULL);
2378 camgroup_cfg.config_file_dir = ctx->iqpath;
2556 … ctx->aiq_ctx = rk_aiq_uapi2_sysctl_init(sns_entity_name, ctx->iqpath, NULL, NULL);
2673 .iqpath = {'\0'},
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAcacV11Handle.cpp39 strcpy(acac_config_int->iqpath, sharedCom->resourcePath); in prepare()
41 strcpy(acac_config_int->iqpath, "/etc/iqfiles"); in prepare()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/
H A Drk_aiq_algo_types.h1387 char iqpath[255]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acac/
H A Dcac_adaptor.cpp315 strcpy(cac_map_path, config->iqpath);