Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A Dj2s.h143 int j2s_json_file_to_struct(j2s_ctx* ctx, const char* file, const char* name,
148 j2s_json_file_to_struct(ctx, file, NULL, ptr)
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A Dj2s.h163 int j2s_json_file_to_struct(j2s_ctx *ctx, const char *file, const char *name,
168 j2s_json_file_to_struct(ctx, file, NULL, ptr)
H A Dj2s4b_utils.cpp134 int j2s_json_file_to_struct(j2s_ctx *ctx, const char *file, const char *name, in j2s_json_file_to_struct() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A Dj2s_utils.cpp440 int j2s_json_file_to_struct(j2s_ctx* ctx, const char* file, const char* name, in j2s_json_file_to_struct() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A DRkAiqCalibDbV2.cpp171 ret = j2s_json_file_to_struct(&ctx, jsfile, in json2calib()