Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstav1picture.h45 #define GST_AV1_PICTURE(obj) ((GstAV1Picture *)obj)
47 typedef struct _GstAV1Picture GstAV1Picture; typedef
90 GstAV1Picture * gst_av1_picture_new (void);
92 static inline GstAV1Picture *
93 gst_av1_picture_ref (GstAV1Picture * picture) in gst_av1_picture_ref()
95 return (GstAV1Picture *) gst_mini_object_ref (GST_MINI_OBJECT_CAST (picture)); in gst_av1_picture_ref()
99 gst_av1_picture_unref (GstAV1Picture * picture) in gst_av1_picture_unref()
105 gst_av1_picture_replace (GstAV1Picture ** old_picture, in gst_av1_picture_replace()
106 GstAV1Picture * new_picture) in gst_av1_picture_replace()
113 gst_av1_picture_clear (GstAV1Picture ** picture) in gst_av1_picture_clear()
[all …]
Dgstav1picture.c29 GST_DEFINE_MINI_OBJECT_TYPE (GstAV1Picture, gst_av1_picture);
32 _gst_av1_picture_free (GstAV1Picture * picture) in _gst_av1_picture_free()
51 GstAV1Picture *
54 GstAV1Picture *pic; in gst_av1_picture_new()
56 pic = g_new0 (GstAV1Picture, 1); in gst_av1_picture_new()
82 gst_av1_picture_set_user_data (GstAV1Picture * picture, gpointer user_data, in gst_av1_picture_set_user_data()
106 gst_av1_picture_get_user_data (GstAV1Picture * picture) in gst_av1_picture_get_user_data()
176 gst_av1_dpb_add (GstAV1Dpb * dpb, GstAV1Picture * picture) in gst_av1_dpb_add()
Dgstav1decoder.h94 GstAV1Picture * picture);
105 GstAV1Picture * (*duplicate_picture) (GstAV1Decoder * decoder,
106 GstAV1Picture * picture);
119 GstAV1Picture * picture,
133 GstAV1Picture * picture,
146 GstAV1Picture * picture);
160 GstAV1Picture * picture);
Dgstav1decoder.c44 GstAV1Picture *current_picture;
77 static GstAV1Picture *gst_av1_decoder_duplicate_picture_default (GstAV1Decoder *
78 decoder, GstAV1Picture * picture);
202 static GstAV1Picture *
204 GstAV1Picture * picture) in gst_av1_decoder_duplicate_picture_default()
206 GstAV1Picture *new_picture; in gst_av1_decoder_duplicate_picture_default()
313 GstAV1Picture *picture = priv->current_picture; in gst_av1_decoder_decode_tile_group()
346 GstAV1Picture *picture = NULL; in gst_av1_decoder_decode_frame_header()
357 GstAV1Picture *ref_picture; in gst_av1_decoder_decode_frame_header()
533 GstAV1Picture *picture = priv->current_picture; in gst_av1_decoder_update_state()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11av1dec.cpp428 GstVideoCodecFrame * frame, GstAV1Picture * picture);
429 static GstAV1Picture *gst_d3d11_av1_dec_duplicate_picture (GstAV1Decoder *
430 decoder, GstAV1Picture * picture);
432 GstAV1Picture * picture, GstAV1Dpb * dpb);
434 GstAV1Picture * picture, GstAV1Tile * tile);
436 GstAV1Picture * picture);
438 decoder, GstVideoCodecFrame * frame, GstAV1Picture * picture);
706 GstVideoCodecFrame * frame, GstAV1Picture * picture) in gst_d3d11_av1_dec_new_picture()
729 static GstAV1Picture *
731 GstAV1Picture * picture) in gst_d3d11_av1_dec_duplicate_picture()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaav1dec.c291 GstVideoCodecFrame * frame, GstAV1Picture * picture) in gst_va_av1_dec_new_picture()
358 static GstAV1Picture *
360 GstAV1Picture * picture) in gst_va_av1_dec_duplicate_picture()
366 GstAV1Picture *new_picture; in gst_va_av1_dec_duplicate_picture()
576 gst_va_av1_dec_start_picture (GstAV1Decoder * decoder, GstAV1Picture * picture, in gst_va_av1_dec_start_picture()
779 gst_va_av1_dec_decode_tile (GstAV1Decoder * decoder, GstAV1Picture * picture, in gst_va_av1_dec_decode_tile()
817 gst_va_av1_dec_end_picture (GstAV1Decoder * decoder, GstAV1Picture * picture) in gst_va_av1_dec_end_picture()
838 GstVideoCodecFrame * frame, GstAV1Picture * picture) in gst_va_av1_dec_output_picture()