Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstdiracparse.c197 GstDiracParse *diracparse = GST_DIRAC_PARSE (parse); in gst_dirac_parse_start()
343 GstDiracParse *diracparse = GST_DIRAC_PARSE (parse); in gst_dirac_parse_handle_frame()
396 GstDiracParse *diracparse = GST_DIRAC_PARSE (parse); in gst_dirac_parse_pre_push_frame()
Dgstdiracparse.h30 #define GST_DIRAC_PARSE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_DIRAC_PARSE,GstDiracParse… macro