Searched refs:GstAV1Decoder (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gstav1decoder.h | 32 …_AV1_DECODER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_AV1_DECODER,GstAV1Decoder)) 38 typedef struct _GstAV1Decoder GstAV1Decoder; typedef 78 GstFlowReturn (*new_sequence) (GstAV1Decoder * decoder, 92 GstFlowReturn (*new_picture) (GstAV1Decoder * decoder, 105 GstAV1Picture * (*duplicate_picture) (GstAV1Decoder * decoder, 118 GstFlowReturn (*start_picture) (GstAV1Decoder * decoder, 132 GstFlowReturn (*decode_tile) (GstAV1Decoder * decoder, 145 GstFlowReturn (*end_picture) (GstAV1Decoder * decoder, 158 GstFlowReturn (*output_picture) (GstAV1Decoder * decoder, 166 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstAV1Decoder, gst_object_unref)
|
D | gstav1decoder.c | 49 G_DEFINE_ABSTRACT_TYPE_WITH_CODE (GstAV1Decoder, gst_av1_decoder, 51 G_ADD_PRIVATE (GstAV1Decoder); 77 static GstAV1Picture *gst_av1_decoder_duplicate_picture_default (GstAV1Decoder * 99 gst_av1_decoder_init (GstAV1Decoder * self) in gst_av1_decoder_init() 107 gst_av1_decoder_reset (GstAV1Decoder * self) in gst_av1_decoder_reset() 126 GstAV1Decoder *self = GST_AV1_DECODER (decoder); in gst_av1_decoder_start() 140 GstAV1Decoder *self = GST_AV1_DECODER (decoder); in gst_av1_decoder_stop() 156 GstAV1Decoder *self = GST_AV1_DECODER (decoder); in gst_av1_decoder_set_format() 203 gst_av1_decoder_duplicate_picture_default (GstAV1Decoder * decoder, in gst_av1_decoder_duplicate_picture_default() 260 gst_av1_decoder_process_sequence (GstAV1Decoder * self, GstAV1OBU * obu) in gst_av1_decoder_process_sequence() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11av1dec.cpp | 391 GstAV1Decoder parent; 425 static GstFlowReturn gst_d3d11_av1_dec_new_sequence (GstAV1Decoder * decoder, 427 static GstFlowReturn gst_d3d11_av1_dec_new_picture (GstAV1Decoder * decoder, 429 static GstAV1Picture *gst_d3d11_av1_dec_duplicate_picture (GstAV1Decoder * 431 static GstFlowReturn gst_d3d11_av1_dec_start_picture (GstAV1Decoder * decoder, 433 static GstFlowReturn gst_d3d11_av1_dec_decode_tile (GstAV1Decoder * decoder, 435 static GstFlowReturn gst_d3d11_av1_dec_end_picture (GstAV1Decoder * decoder, 437 static GstFlowReturn gst_d3d11_av1_dec_output_picture (GstAV1Decoder * 632 gst_d3d11_av1_dec_new_sequence (GstAV1Decoder * decoder, in gst_d3d11_av1_dec_new_sequence() 705 gst_d3d11_av1_dec_new_picture (GstAV1Decoder * decoder, in gst_d3d11_av1_dec_new_picture() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvaav1dec.c | 97 GstAV1Decoder *av1dec = GST_AV1_DECODER (decoder); in gst_va_av1_dec_negotiate() 249 gst_va_av1_dec_new_sequence (GstAV1Decoder * decoder, in gst_va_av1_dec_new_sequence() 290 gst_va_av1_dec_new_picture (GstAV1Decoder * decoder, in gst_va_av1_dec_new_picture() 359 gst_va_av1_dec_duplicate_picture (GstAV1Decoder * decoder, 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() 837 gst_va_av1_dec_output_picture (GstAV1Decoder * decoder, in gst_va_av1_dec_output_picture()
|
D | gstvabasedec.h | 54 GstAV1Decoder av1;
|