Home
last modified time | relevance | path

Searched refs:gst_video_vbi_encoder_new (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideoanc.c231 encoder = gst_video_vbi_encoder_new (GST_VIDEO_FORMAT_UYVY, 1280); in GST_START_TEST()
293 encoder = gst_video_vbi_encoder_new (GST_VIDEO_FORMAT_v210, 1280); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-anc.h483 GstVideoVBIEncoder *gst_video_vbi_encoder_new (GstVideoFormat format, guint32 pixel_width);
Dvideo-anc.c576 res = gst_video_vbi_encoder_new (GST_VIDEO_INFO_FORMAT (&encoder->info), in gst_video_vbi_encoder_copy()
614 gst_video_vbi_encoder_new (GstVideoFormat format, guint32 pixel_width) in gst_video_vbi_encoder_new() function
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkvideosink.cpp943 gst_video_vbi_encoder_new (GST_VIDEO_FORMAT_v210, self->info.width); in write_vbi()