Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A Dj2s.cpp51 static int _j2s_struct_free(j2s_ctx* ctx, int struct_index, void* ptr);
71 return _j2s_struct_free(ctx, struct_index, ptr); in j2s_struct_free()
697 return _j2s_struct_free(ctx, obj->struct_index, ptr + obj->offset); in _j2s_obj_free()
703 static int _j2s_struct_free(j2s_ctx* ctx, int struct_index, void* ptr) in _j2s_struct_free() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A Dj2s.cpp43 static int _j2s_struct_free(j2s_ctx *ctx, int struct_index, void *ptr);
170 return _j2s_struct_free(ctx, struct_index, ptr); in j2s_struct_free()
779 return _j2s_struct_free(ctx, obj->struct_index, ptr + obj->offset); in _j2s_obj_free()
785 static int _j2s_struct_free(j2s_ctx *ctx, int struct_index, void *ptr) { in _j2s_struct_free() function