Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstvp8decoder.c127 gst_vp8_picture_clear (&self->last_picture); in gst_vp8_decoder_reset()
128 gst_vp8_picture_clear (&self->golden_ref_picture); in gst_vp8_decoder_reset()
129 gst_vp8_picture_clear (&self->alt_ref_picture); in gst_vp8_decoder_reset()
291 gst_vp8_picture_clear (&self->last_picture); in gst_vp8_decoder_drain_internal()
292 gst_vp8_picture_clear (&self->golden_ref_picture); in gst_vp8_decoder_drain_internal()
293 gst_vp8_picture_clear (&self->alt_ref_picture); in gst_vp8_decoder_drain_internal()
340 gst_vp8_picture_clear (&output_frame->picture); in gst_vp8_decoder_clear_output_frame()
Dgstvp8picture.h80 gst_vp8_picture_clear (GstVp8Picture ** picture) in gst_vp8_picture_clear() function