Home
last modified time | relevance | path

Searched defs:struct_index (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A Dj2s.cpp69 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_free() local
76 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_to_json() local
83 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_json_to_struct() local
91 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_json_from_struct() local
98 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_to_cache() local
105 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_from_cache() local
200 static cJSON* _j2s_struct_to_template_json(j2s_ctx* ctx, int struct_index) in _j2s_struct_to_template_json()
223 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_to_template_json() local
228 int j2s_struct_size(j2s_ctx* ctx, int struct_index) in j2s_struct_size()
556 static cJSON* _j2s_struct_to_json(j2s_ctx* ctx, int struct_index, void* ptr) in _j2s_struct_to_json()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A Dj2s.cpp168 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_free() local
179 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_to_bin() local
189 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_to_json() local
195 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_json_to_struct() local
202 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_json_from_struct() local
293 static cJSON *_j2s_struct_to_template_json(j2s_ctx *ctx, int struct_index) { in _j2s_struct_to_template_json()
314 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_to_template_json() local
319 int j2s_struct_size(j2s_ctx *ctx, int struct_index) { in j2s_struct_size()
640 static cJSON *_j2s_struct_to_json(j2s_ctx *ctx, int struct_index, void *ptr) { in _j2s_struct_to_json()
785 static int _j2s_struct_free(j2s_ctx *ctx, int struct_index, void *ptr) { in _j2s_struct_free()
[all …]
H A Dj2s.h34 int16_t struct_index; /* For struct type only */ member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iq_check/src/
H A Ddump.cpp118 void dump_struct(j2s_ctx *ctx, int struct_index, bool expend, int depth) { in dump_struct()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A Dj2s.h33 int16_t struct_index; /* For struct type only */ member