Searched defs:_img4_runtime (Results 1 – 1 of 1) sorted by relevance
950 struct _img4_runtime { struct951 img4_struct_version_t i4rt_version;952 const char *i4rt_name;953 img4_runtime_init_t _Nullable i4rt_init;954 img4_runtime_alloc_t i4rt_alloc;955 img4_runtime_dealloc_t i4rt_dealloc;956 img4_runtime_log_t i4rt_log;957 img4_runtime_log_handle_t i4rt_log_handle;958 img4_runtime_get_identifier_bool_t i4rt_get_identifier_bool;959 img4_runtime_get_identifier_uint32_t i4rt_get_identifier_uint32;[all …]