Searched refs:is_custom (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstmeta.c | 74 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/ |
D | flush.hpp | 54 is_custom<T>, 96 is_custom<T>,
|
D | write.hpp | 64 is_custom<T>, 125 is_custom<T>,
|
D | seek.hpp | 66 is_custom<T>, 145 is_custom<T>,
|
D | operations_fwd.hpp | 28 struct is_custom struct
|
D | input_sequence.hpp | 50 detail::is_custom<T>,
|
D | output_sequence.hpp | 50 detail::is_custom<T>,
|
D | optimal_buffer_size.hpp | 49 is_custom<T>,
|
D | imbue.hpp | 47 is_custom<T>,
|
D | read.hpp | 94 detail::is_custom<T>, 196 detail::is_custom<T>,
|
D | close.hpp | 158 is_custom<T>,
|
/third_party/mindspore/mindspore/lite/test/ut/tools/converter/registry/ |
D | pass_registry_test.cc | 218 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/ |
D | gstqueue2.c | 2465 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()
|