Lines Matching refs:GstVideoVBIParser
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()
345 parser = g_new0 (GstVideoVBIParser, 1); in gst_video_vbi_parser_new()
383 gst_video_vbi_parser_free (GstVideoVBIParser * parser) in gst_video_vbi_parser_free()
392 convert_line_from_uyvy (GstVideoVBIParser * parser, const guint8 * data) in convert_line_from_uyvy()
445 convert_line_from_v210 (GstVideoVBIParser * parser, const guint8 * data) in convert_line_from_v210()
534 gst_video_vbi_parser_add_line (GstVideoVBIParser * parser, const guint8 * data) in gst_video_vbi_parser_add_line()