Searched refs:expend (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iq_check/src/ |
| H A D | dump.cpp | 24 void dump_struct(j2s_ctx *ctx, int struct_index, bool expend, int depth); 27 void dump_obj(j2s_ctx *ctx, int obj_index, bool expend, int depth) { in dump_obj() argument 35 if (obj->type == J2S_TYPE_STRUCT && expend) { in dump_obj() 56 dump_struct(ctx, obj->struct_index, expend, depth); in dump_obj() 58 dump_obj(ctx, obj->next_index, expend, depth); in dump_obj() 114 dump_obj(ctx, obj->next_index, expend, depth); in dump_obj() 118 void dump_struct(j2s_ctx *ctx, int struct_index, bool expend, int depth) { in dump_struct() argument 128 if (!expend) in dump_struct() 133 dump_obj(ctx, struct_obj->child_index, expend, depth + 1); in dump_struct() 137 if (!expend) in dump_struct()
|