Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstmpeg4videoparse.c103 GstMpeg4VParse *parse = GST_MPEG4VIDEO_PARSE (object); in gst_mpeg4vparse_set_property()
121 GstMpeg4VParse *parse = GST_MPEG4VIDEO_PARSE (object); in gst_mpeg4vparse_get_property()
227 GstMpeg4VParse *mp4vparse = GST_MPEG4VIDEO_PARSE (parse); in gst_mpeg4vparse_start()
241 GstMpeg4VParse *mp4vparse = GST_MPEG4VIDEO_PARSE (parse); in gst_mpeg4vparse_stop()
405 GstMpeg4VParse *mp4vparse = GST_MPEG4VIDEO_PARSE (parse); in gst_mpeg4vparse_handle_frame()
626 GstMpeg4VParse *mp4vparse = GST_MPEG4VIDEO_PARSE (parse); in gst_mpeg4vparse_parse_frame()
726 GstMpeg4VParse *mp4vparse = GST_MPEG4VIDEO_PARSE (parse); in gst_mpeg4vparse_pre_push_frame()
839 GstMpeg4VParse *mp4vparse = GST_MPEG4VIDEO_PARSE (parse); in gst_mpeg4vparse_set_caps()
946 GstMpeg4VParse *mp4vparse = GST_MPEG4VIDEO_PARSE (parse); in gst_mpeg4vparse_event()
989 GstMpeg4VParse *mp4vparse = GST_MPEG4VIDEO_PARSE (parse); in gst_mpeg4vparse_src_event()
Dgstmpeg4videoparse.h31 #define GST_MPEG4VIDEO_PARSE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),\ macro