Home
last modified time | relevance | path

Searched refs:GstVp9Decoder (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstvp9decoder.h31 …_VP9_DECODER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_VP9_DECODER,GstVp9Decoder))
38 typedef struct _GstVp9Decoder GstVp9Decoder; typedef
76 GstFlowReturn (*new_sequence) (GstVp9Decoder * decoder,
91 GstFlowReturn (*new_picture) (GstVp9Decoder * decoder,
116 GstVp9Picture * (*duplicate_picture) (GstVp9Decoder * decoder,
130 GstFlowReturn (*start_picture) (GstVp9Decoder * decoder,
144 GstFlowReturn (*decode_picture) (GstVp9Decoder * decoder,
158 GstFlowReturn (*end_picture) (GstVp9Decoder * decoder,
171 GstFlowReturn (*output_picture) (GstVp9Decoder * decoder,
188 guint (*get_preferred_output_delay) (GstVp9Decoder * decoder,
[all …]
Dgstvp9decoder.c93 GstVp9Decoder *self;
97 G_DEFINE_ABSTRACT_TYPE_WITH_CODE (GstVp9Decoder, gst_vp9_decoder,
99 G_ADD_PRIVATE (GstVp9Decoder);
115 static void gst_vp9_decoder_drain_output_queue (GstVp9Decoder * self,
117 static GstFlowReturn gst_vp9_decoder_drain_internal (GstVp9Decoder * self,
136 gst_vp9_decoder_init (GstVp9Decoder * self) in gst_vp9_decoder_init()
149 GstVp9Decoder *self = GST_VP9_DECODER (decoder); in gst_vp9_decoder_start()
172 GstVp9Decoder *self = GST_VP9_DECODER (decoder); in gst_vp9_decoder_stop()
184 gst_vp9_decoder_is_format_change (GstVp9Decoder * self, in gst_vp9_decoder_is_format_change()
212 gst_vp9_decoder_check_codec_change (GstVp9Decoder * self, in gst_vp9_decoder_check_codec_change()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvvp9dec.c38 GstVp9Decoder parent;
76 static GstFlowReturn gst_nv_vp9_dec_new_sequence (GstVp9Decoder * decoder,
78 static GstFlowReturn gst_nv_vp9_dec_new_picture (GstVp9Decoder * decoder,
80 static GstVp9Picture *gst_nv_vp9_dec_duplicate_picture (GstVp9Decoder *
82 static GstFlowReturn gst_nv_vp9_dec_decode_picture (GstVp9Decoder * decoder,
84 static GstFlowReturn gst_nv_vp9_dec_output_picture (GstVp9Decoder *
86 static guint gst_nv_vp9_dec_get_preferred_output_delay (GstVp9Decoder * decoder,
153 GstVp9Decoder *vp9dec = GST_VP9_DECODER (decoder); in gst_nv_vp9_dec_open()
194 GstVp9Decoder *vp9dec = GST_VP9_DECODER (decoder); in gst_nv_vp9_dec_negotiate()
243 gst_nv_vp9_dec_new_sequence (GstVp9Decoder * decoder, in gst_nv_vp9_dec_new_sequence()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11vp9dec.cpp112 GstVp9Decoder parent;
145 static GstFlowReturn gst_d3d11_vp9_dec_new_sequence (GstVp9Decoder * decoder,
147 static GstFlowReturn gst_d3d11_vp9_dec_new_picture (GstVp9Decoder * decoder,
149 static GstVp9Picture *gst_d3d11_vp9_dec_duplicate_picture (GstVp9Decoder *
151 static GstFlowReturn gst_d3d11_vp9_dec_start_picture (GstVp9Decoder * decoder,
153 static GstFlowReturn gst_d3d11_vp9_dec_decode_picture (GstVp9Decoder * decoder,
155 static GstFlowReturn gst_d3d11_vp9_dec_end_picture (GstVp9Decoder * decoder,
157 static GstFlowReturn gst_d3d11_vp9_dec_output_picture (GstVp9Decoder *
256 GstVp9Decoder *vp9dec = GST_VP9_DECODER (decoder); in gst_d3d11_vp9_dec_open()
363 gst_d3d11_vp9_dec_new_sequence (GstVp9Decoder * decoder, in gst_d3d11_vp9_dec_new_sequence()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavp9dec.c147 gst_va_vp9_new_sequence (GstVp9Decoder * decoder, in gst_va_vp9_new_sequence()
213 gst_va_vp9_dec_new_picture (GstVp9Decoder * decoder, in gst_va_vp9_dec_new_picture()
256 _fill_param (GstVp9Decoder * decoder, GstVp9Picture * picture, GstVp9Dpb * dpb) in _fill_param()
431 _fill_slice (GstVp9Decoder * decoder, GstVp9Picture * picture) in _fill_slice()
478 gst_va_vp9_decode_picture (GstVp9Decoder * decoder, GstVp9Picture * picture, in gst_va_vp9_decode_picture()
488 gst_va_vp9_dec_end_picture (GstVp9Decoder * decoder, GstVp9Picture * picture) in gst_va_vp9_dec_end_picture()
504 gst_va_vp9_dec_output_picture (GstVp9Decoder * decoder, in gst_va_vp9_dec_output_picture()
521 gst_va_vp9_dec_duplicate_picture (GstVp9Decoder * decoder, in gst_va_vp9_dec_duplicate_picture()
553 GstVp9Decoder *vp9dec = GST_VP9_DECODER (decoder); in gst_va_vp9_dec_negotiate()
Dgstvabasedec.h53 GstVp9Decoder vp9;
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecvp9dec.c65 GstVp9Decoder parent;
100 gst_v4l2_codec_vp9_dec_get_preferred_output_delay (GstVp9Decoder * decoder, in gst_v4l2_codec_vp9_dec_get_preferred_output_delay()
375 GstVp9Decoder *vp9dec = GST_VP9_DECODER (decoder); in gst_v4l2_codec_vp9_dec_open()
436 GstVp9Decoder *vp9dec = GST_VP9_DECODER (decoder); in gst_v4l2_codec_vp9_dec_negotiate()
578 gst_v4l2_codec_vp9_dec_new_sequence (GstVp9Decoder * decoder, in gst_v4l2_codec_vp9_dec_new_sequence()
674 gst_v4l2_codec_vp9_dec_start_picture (GstVp9Decoder * decoder, in gst_v4l2_codec_vp9_dec_start_picture()
719 gst_v4l2_codec_vp9_dec_decode_picture (GstVp9Decoder * decoder, in gst_v4l2_codec_vp9_dec_decode_picture()
744 gst_v4l2_codec_vp9_dec_end_picture (GstVp9Decoder * decoder, in gst_v4l2_codec_vp9_dec_end_picture()
875 gst_v4l2_codec_vp9_dec_duplicate_picture (GstVp9Decoder * decoder, in gst_v4l2_codec_vp9_dec_duplicate_picture()
902 gst_v4l2_codec_vp9_dec_output_picture (GstVp9Decoder * decoder, in gst_v4l2_codec_vp9_dec_output_picture()
[all …]
/third_party/gstreamer/gstplugins_bad/
DChangeLog4485 s/GstVp9Decoder/GstVp9DecoderClass