Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A Dj2s.cpp53 static inline int j2s_find_struct_index(j2s_ctx* ctx, const char* name) in j2s_find_struct_index() function
69 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_free()
76 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_to_json()
83 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_json_to_struct()
91 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_json_from_struct()
98 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_to_cache()
105 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_from_cache()
223 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_to_template_json()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A Dj2s.cpp149 static inline int j2s_find_struct_index(j2s_ctx *ctx, const char *name);
154 static inline int j2s_find_struct_index(j2s_ctx *ctx, const char *name) { in j2s_find_struct_index() function
168 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_free()
179 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_to_bin()
189 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_to_json()
195 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_json_to_struct()
202 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_json_from_struct()
314 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_to_template_json()