Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A Dj2s.cpp133 static inline const char* j2s_enum_get_name(j2s_ctx* ctx, int enum_index, in j2s_enum_get_name() function
549 const char* name = j2s_enum_get_name(ctx, obj->enum_index, (int)value); in _j2s_obj_to_json()
977 const char* name = j2s_enum_get_name(ctx, obj->enum_index, (int)value); in _j2s_json_to_obj()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A Dj2s.cpp229 static inline const char *j2s_enum_get_name(j2s_ctx *ctx, int enum_index, in j2s_enum_get_name() function
633 const char *name = j2s_enum_get_name(ctx, obj->enum_index, (int)value); in _j2s_obj_to_json()
1196 const char *name = j2s_enum_get_name(ctx, obj->enum_index, (int)value); in _j2s_json_to_obj()