Home
last modified time | relevance | path

Searched refs:is_custom (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstmeta.c74 gboolean is_custom; member
98 if (impl->is_custom) { in notify_custom()
287 info->is_custom = TRUE; in gst_meta_register_custom()
310 return ((GstMetaInfoImpl *) info)->is_custom; in gst_meta_info_is_custom()
401 ((GstMetaInfoImpl *) info)->is_custom = FALSE; in gst_meta_register()
/third_party/boost/boost/iostreams/
Dflush.hpp54 is_custom<T>,
96 is_custom<T>,
Dwrite.hpp64 is_custom<T>,
125 is_custom<T>,
Dseek.hpp66 is_custom<T>,
145 is_custom<T>,
Doperations_fwd.hpp28 struct is_custom struct
Dinput_sequence.hpp50 detail::is_custom<T>,
Doutput_sequence.hpp50 detail::is_custom<T>,
Doptimal_buffer_size.hpp49 is_custom<T>,
Dimbue.hpp47 is_custom<T>,
Dread.hpp94 detail::is_custom<T>,
196 detail::is_custom<T>,
Dclose.hpp158 is_custom<T>,
/third_party/mindspore/mindspore/lite/test/ut/tools/converter/registry/
Dpass_registry_test.cc218 bool is_custom = opt::CheckPrimitiveType(cnode_list.front(), prim::kPrimCustom); in TEST_F() local
219 ASSERT_EQ(is_custom, true); in TEST_F()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstqueue2.c2465 gboolean is_custom = GST_EVENT_TYPE (item) < GST_EVENT_CUSTOM_UPSTREAM; in gst_queue2_locked_enqueue() local
2468 "%" GST_PTR_FORMAT, is_custom ? "Unexpected " : "", in gst_queue2_locked_enqueue()