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