Searched refs:GstVideoVBIParser (Results 1 – 5 of 5) sorted by relevance
431 typedef struct _GstVideoVBIParser GstVideoVBIParser; typedef453 GstVideoVBIParserResult gst_video_vbi_parser_get_ancillary(GstVideoVBIParser *parser,457 GstVideoVBIParser *gst_video_vbi_parser_new (GstVideoFormat format, guint32 pixel_width);460 GstVideoVBIParser *gst_video_vbi_parser_copy (const GstVideoVBIParser *parser);463 void gst_video_vbi_parser_free (GstVideoVBIParser *parser);466 void gst_video_vbi_parser_add_line (GstVideoVBIParser *parser, const guint8 *data);
69 G_DEFINE_BOXED_TYPE (GstVideoVBIParser, gst_video_vbi_parser,73 GstVideoVBIParser *74 gst_video_vbi_parser_copy (const GstVideoVBIParser * parser) in gst_video_vbi_parser_copy()76 GstVideoVBIParser *res; in gst_video_vbi_parser_copy()90 get_ancillary_16 (GstVideoVBIParser * parser, GstVideoAncillary * anc) in get_ancillary_16()199 get_ancillary_8 (GstVideoVBIParser * parser, GstVideoAncillary * anc) in get_ancillary_8()309 gst_video_vbi_parser_get_ancillary (GstVideoVBIParser * parser, in gst_video_vbi_parser_get_ancillary()332 GstVideoVBIParser *335 GstVideoVBIParser *parser; in gst_video_vbi_parser_new()341 parser = g_new0 (GstVideoVBIParser, 1); in gst_video_vbi_parser_new()[all …]
30 GstVideoVBIParser *parser; in GST_START_TEST()126 GstVideoVBIParser *parser; in GST_START_TEST()221 GstVideoVBIParser *parser; in GST_START_TEST()283 GstVideoVBIParser *parser; in GST_START_TEST()
106 GstVideoVBIParser *vbiparser;
16526 video-anc: Add invalid-argument guards to public GstVideoVBIParser API