Home
last modified time | relevance | path

Searched refs:GST_MPEGVIDEO_PARSE (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstmpegvideoparse.c95 GstMpegvParse *parse = GST_MPEGVIDEO_PARSE (object); in gst_mpegv_parse_set_property()
113 GstMpegvParse *parse = GST_MPEGVIDEO_PARSE (object); in gst_mpegv_parse_get_property()
228 GstMpegvParse *mpvparse = GST_MPEGVIDEO_PARSE (parse); in gst_mpegv_parse_sink_query()
247 GstMpegvParse *mpvparse = GST_MPEGVIDEO_PARSE (parse); in gst_mpegv_parse_start()
261 GstMpegvParse *mpvparse = GST_MPEGVIDEO_PARSE (parse); in gst_mpegv_parse_stop()
630 GstMpegvParse *mpvparse = GST_MPEGVIDEO_PARSE (parse); in gst_mpegv_parse_handle_frame()
928 GstMpegvParse *mpvparse = GST_MPEGVIDEO_PARSE (parse); in gst_mpegv_parse_parse_frame()
966 GstMpegvParse *mpvparse = GST_MPEGVIDEO_PARSE (parse); in gst_mpegv_parse_pre_push_frame()
1059 GstMpegvParse *mpvparse = GST_MPEGVIDEO_PARSE (parse); in gst_mpegv_parse_set_caps()
Dgstmpegvideoparse.h36 #define GST_MPEGVIDEO_PARSE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),\ macro