Searched refs:GstVideoAggregatorConvertPad (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoaggregator.h | 156 …YPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_VIDEO_AGGREGATOR_CONVERT_PAD, GstVideoAggregatorConvertPad)) 162 typedef struct _GstVideoAggregatorConvertPad GstVideoAggregatorConvertPad; typedef 194 …void (*create_conversion_info) (GstVideoAggregatorConvertPad *pad, GstVideoAggregator *agg, GstVid… 204 void gst_video_aggregator_convert_pad_update_conversion_info (GstVideoAggregatorConvertPad * pad); 206 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstVideoAggregatorConvertPad, gst_object_unref) 214 …tor_parallel_convert_pad, GST, VIDEO_AGGREGATOR_PARALLEL_CONVERT_PAD, GstVideoAggregatorConvertPad)
|
D | gstvideoaggregator.c | 446 G_DEFINE_TYPE_WITH_PRIVATE (GstVideoAggregatorConvertPad, 452 GstVideoAggregatorConvertPad *vaggpad = GST_VIDEO_AGGREGATOR_CONVERT_PAD (o); in gst_video_aggregator_convert_pad_finalize() 469 GstVideoAggregatorConvertPad *pad = GST_VIDEO_AGGREGATOR_CONVERT_PAD (vpad); in gst_video_aggregator_convert_pad_update_conversion_info_internal() 481 GstVideoAggregatorConvertPad *pad = GST_VIDEO_AGGREGATOR_CONVERT_PAD (vpad); in gst_video_aggregator_convert_pad_prepare_frame() 568 GstVideoAggregatorConvertPad *pad = GST_VIDEO_AGGREGATOR_CONVERT_PAD (vpad); in gst_video_aggregator_convert_pad_clean_frame() 583 (GstVideoAggregatorConvertPad * pad, GstVideoAggregator * agg, in gst_video_aggregator_convert_pad_create_conversion_info() 645 GstVideoAggregatorConvertPad *pad = GST_VIDEO_AGGREGATOR_CONVERT_PAD (object); in gst_video_aggregator_convert_pad_get_property() 664 GstVideoAggregatorConvertPad *pad = GST_VIDEO_AGGREGATOR_CONVERT_PAD (object); in gst_video_aggregator_convert_pad_set_property() 715 gst_video_aggregator_convert_pad_init (GstVideoAggregatorConvertPad * vaggpad) in gst_video_aggregator_convert_pad_init() 735 (GstVideoAggregatorConvertPad * pad) in gst_video_aggregator_convert_pad_update_conversion_info() [all …]
|
/third_party/gstreamer/gstplugins_base/gst/compositor/ |
D | compositor.c | 585 gst_compositor_pad_create_conversion_info (GstVideoAggregatorConvertPad * pad, in gst_compositor_pad_create_conversion_info()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11compositor.cpp | 428 GstVideoAggregatorConvertPad parent;
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 878 206 | G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstVideoAggregatorConvertPad, gst_object_unref); 881 …or_parallel_convert_pad, GST, VIDEO_AGGREGATOR_PARALLEL_CONVERT_PAD, GstVideoAggregatorConvertPad); 12476 videoaggregator: We can only convert the format if a GstVideoAggregatorConvertPad is used 19415 videoaggregator: Switch to a GstVideoAggregatorConvertPad subclass
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 48493 videoaggregator: Switch to a GstVideoAggregatorConvertPad subclass
|