Searched defs:_img4_runtime (Results 1 – 1 of 1) sorted by relevance
926 struct _img4_runtime { struct927 img4_struct_version_t i4rt_version;928 const char *i4rt_name;929 img4_runtime_init_t _Nullable i4rt_init;930 img4_runtime_alloc_t i4rt_alloc;931 img4_runtime_dealloc_t i4rt_dealloc;932 img4_runtime_log_t i4rt_log;933 img4_runtime_log_handle_t i4rt_log_handle;934 img4_runtime_get_identifier_bool_t i4rt_get_identifier_bool;935 img4_runtime_get_identifier_uint32_t i4rt_get_identifier_uint32;[all …]