Home
last modified time | relevance | path

Searched refs:GstVp8Picture (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstvp8picture.h30 #define GST_VP8_PICTURE(obj) ((GstVp8Picture *)obj)
33 typedef struct _GstVp8Picture GstVp8Picture; typedef
57 GstVp8Picture * gst_vp8_picture_new (void);
59 static inline GstVp8Picture *
60 gst_vp8_picture_ref (GstVp8Picture * picture) in gst_vp8_picture_ref()
62 return (GstVp8Picture *) gst_mini_object_ref (GST_MINI_OBJECT_CAST (picture)); in gst_vp8_picture_ref()
66 gst_vp8_picture_unref (GstVp8Picture * picture) in gst_vp8_picture_unref()
72 gst_vp8_picture_replace (GstVp8Picture ** old_picture, in gst_vp8_picture_replace()
73 GstVp8Picture * new_picture) in gst_vp8_picture_replace()
80 gst_vp8_picture_clear (GstVp8Picture ** picture) in gst_vp8_picture_clear()
[all …]
Dgstvp8decoder.h57 GstVp8Picture *last_picture;
58 GstVp8Picture *golden_ref_picture;
59 GstVp8Picture *alt_ref_picture;
102 GstVp8Picture * picture);
105 GstVp8Picture * picture);
108 GstVp8Picture * picture,
112 GstVp8Picture * picture);
122 GstVp8Picture * picture);
Dgstvp8picture.c29 GST_DEFINE_MINI_OBJECT_TYPE (GstVp8Picture, gst_vp8_picture);
32 _gst_vp8_picture_free (GstVp8Picture * picture) in _gst_vp8_picture_free()
49 GstVp8Picture *
52 GstVp8Picture *pic; in gst_vp8_picture_new()
54 pic = g_new0 (GstVp8Picture, 1); in gst_vp8_picture_new()
79 gst_vp8_picture_set_user_data (GstVp8Picture * picture, gpointer user_data, in gst_vp8_picture_set_user_data()
101 gst_vp8_picture_get_user_data (GstVp8Picture * picture) in gst_vp8_picture_get_user_data()
Dgstvp8decoder.c55 GstVp8Picture *picture;
221 gst_vp8_decoder_update_reference (GstVp8Decoder * self, GstVp8Picture * picture) in gst_vp8_decoder_update_reference()
354 GstVp8Picture *picture = NULL; in gst_vp8_decoder_handle_frame()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11vp8dec.cpp116 GstVideoCodecFrame * frame, GstVp8Picture * picture);
118 GstVp8Picture * picture);
120 GstVp8Picture * picture, GstVp8Parser * parser);
122 GstVp8Picture * picture);
124 decoder, GstVideoCodecFrame * frame, GstVp8Picture * picture);
349 GstVideoCodecFrame * frame, GstVp8Picture * picture) in gst_d3d11_vp8_dec_new_picture()
374 GstVp8Picture * picture) in gst_d3d11_vp8_dec_start_picture()
386 GstVp8Picture * picture, guint8 * view_id) in gst_d3d11_vp8_dec_get_output_view_from_picture()
411 GstVp8Picture * picture, GstVp8Parser * parser, DXVA_PicParams_VP8 * params) in gst_d3d11_vp8_dec_copy_frame_params()
541 GstVp8Picture * picture, GstVp8Parser * parser) in gst_d3d11_vp8_dec_decode_picture()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvvp8dec.c78 GstVideoCodecFrame * frame, GstVp8Picture * picture);
80 GstVp8Picture * picture, GstVp8Parser * parser);
82 decoder, GstVideoCodecFrame * frame, GstVp8Picture * picture);
286 GstVideoCodecFrame * frame, GstVp8Picture * picture) in gst_nv_vp8_dec_new_picture()
308 GstVp8Picture * picture) in gst_nv_vp8_dec_get_decoder_frame_from_picture()
322 GstVp8Picture * picture, GstVp8Parser * parser) in gst_nv_vp8_dec_decode_picture()
407 GstVideoCodecFrame * frame, GstVp8Picture * picture) in gst_nv_vp8_dec_output_picture()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavp8dec.c187 GstVideoCodecFrame * frame, GstVp8Picture * picture) in gst_va_vp8_dec_new_picture()
225 _fill_quant_matrix (GstVp8Decoder * decoder, GstVp8Picture * picture, in _fill_quant_matrix()
265 _fill_probability_table (GstVp8Decoder * decoder, GstVp8Picture * picture) in _fill_probability_table()
281 _fill_picture (GstVp8Decoder * decoder, GstVp8Picture * picture, in _fill_picture()
382 _add_slice (GstVp8Decoder * decoder, GstVp8Picture * picture, in _add_slice()
413 gst_va_vp8_dec_decode_picture (GstVp8Decoder * decoder, GstVp8Picture * picture, in gst_va_vp8_dec_decode_picture()
424 gst_va_vp8_dec_end_picture (GstVp8Decoder * decoder, GstVp8Picture * picture) in gst_va_vp8_dec_end_picture()
442 GstVideoCodecFrame * frame, GstVp8Picture * picture) in gst_va_vp8_dec_output_picture()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecvp8dec.c506 GstVp8Picture * picture) in gst_v4l2_codec_vp8_dec_start_picture()
540 GstVp8Picture * picture, GstVp8Parser * parser) in gst_v4l2_codec_vp8_dec_decode_picture()
577 GstVp8Picture * picture) in gst_v4l2_codec_vp8_dec_end_picture()
706 GstVideoCodecFrame * frame, GstVp8Picture * picture) in gst_v4l2_codec_vp8_dec_output_picture()
/third_party/gstreamer/gstplugins_bad/
DChangeLog22053 Pass GstVideoCodecFrame with GstVp8Picture to new_picture() and