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 D | j2s.cpp | 51 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 D | j2s.cpp | 43 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
|