Home
last modified time | relevance | path

Searched refs:GstAV1Dpb (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstav1picture.c120 GstAV1Dpb *
123 GstAV1Dpb *dpb; in gst_av1_dpb_new()
125 dpb = g_new0 (GstAV1Dpb, 1); in gst_av1_dpb_new()
139 gst_av1_dpb_free (GstAV1Dpb * dpb) in gst_av1_dpb_free()
156 gst_av1_dpb_clear (GstAV1Dpb * dpb) in gst_av1_dpb_clear()
176 gst_av1_dpb_add (GstAV1Dpb * dpb, GstAV1Picture * picture) in gst_av1_dpb_add()
Dgstav1picture.h132 typedef struct _GstAV1Dpb GstAV1Dpb; typedef
145 GstAV1Dpb * gst_av1_dpb_new (void);
148 void gst_av1_dpb_free (GstAV1Dpb * dpb);
151 void gst_av1_dpb_clear (GstAV1Dpb * dpb);
154 void gst_av1_dpb_add (GstAV1Dpb * dpb,
Dgstav1decoder.h120 GstAV1Dpb * dpb);
Dgstav1decoder.c43 GstAV1Dpb *dpb;
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11av1dec.cpp432 GstAV1Picture * picture, GstAV1Dpb * dpb);
782 GstAV1Picture * picture, GstAV1Dpb * dpb) in gst_d3d11_av1_dec_start_picture()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaav1dec.c577 GstAV1Dpb * dpb) in gst_va_av1_dec_start_picture()