Searched refs:GstH265Decoder (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gsth265decoder.h | 32 …65_DECODER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_H265_DECODER,GstH265Decoder)) 37 #define GST_H265_DECODER_CAST(obj) ((GstH265Decoder*)obj) 39 typedef struct _GstH265Decoder GstH265Decoder; typedef 97 GstFlowReturn (*new_sequence) (GstH265Decoder * decoder, 106 GstFlowReturn (*new_picture) (GstH265Decoder * decoder, 110 GstFlowReturn (*start_picture) (GstH265Decoder * decoder, 115 GstFlowReturn (*decode_slice) (GstH265Decoder * decoder, 121 GstFlowReturn (*end_picture) (GstH265Decoder * decoder, 129 GstFlowReturn (*output_picture) (GstH265Decoder * decoder, 137 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstH265Decoder, gst_object_unref) [all …]
|
D | gsth265decoder.c | 134 G_DEFINE_ABSTRACT_TYPE_WITH_CODE (GstH265Decoder, gst_h265_decoder, 136 G_ADD_PRIVATE (GstH265Decoder); 152 static void gst_h265_decoder_finish_current_picture (GstH265Decoder * self, 154 static void gst_h265_decoder_clear_ref_pic_sets (GstH265Decoder * self); 155 static void gst_h265_decoder_clear_dpb (GstH265Decoder * self, gboolean flush); 156 static GstFlowReturn gst_h265_decoder_drain_internal (GstH265Decoder * self); 158 gst_h265_decoder_start_current_picture (GstH265Decoder * self); 179 gst_h265_decoder_init (GstH265Decoder * self) in gst_h265_decoder_init() 200 GstH265Decoder *self = GST_H265_DECODER (object); in gst_h265_decoder_finalize() 213 GstH265Decoder *self = GST_H265_DECODER (decoder); in gst_h265_decoder_start() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvh265dec.c | 88 GstH265Decoder parent; 133 static GstFlowReturn gst_nv_h265_dec_new_sequence (GstH265Decoder * decoder, 135 static GstFlowReturn gst_nv_h265_dec_new_picture (GstH265Decoder * decoder, 137 static GstFlowReturn gst_nv_h265_dec_output_picture (GstH265Decoder * 139 static GstFlowReturn gst_nv_h265_dec_start_picture (GstH265Decoder * decoder, 141 static GstFlowReturn gst_nv_h265_dec_decode_slice (GstH265Decoder * decoder, 144 static GstFlowReturn gst_nv_h265_dec_end_picture (GstH265Decoder * decoder, 259 GstH265Decoder *h265dec = GST_H265_DECODER (decoder); in gst_nv_h265_dec_negotiate() 308 gst_nv_h265_dec_new_sequence (GstH265Decoder * decoder, const GstH265SPS * sps, in gst_nv_h265_dec_new_sequence() 407 gst_nv_h265_dec_new_picture (GstH265Decoder * decoder, in gst_nv_h265_dec_new_picture() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11h265dec.cpp | 83 GstH265Decoder parent; 116 static GstFlowReturn gst_d3d11_h265_dec_new_sequence (GstH265Decoder * decoder, 118 static GstFlowReturn gst_d3d11_h265_dec_new_picture (GstH265Decoder * decoder, 120 static GstFlowReturn gst_d3d11_h265_dec_start_picture (GstH265Decoder * decoder, 122 static GstFlowReturn gst_d3d11_h265_dec_decode_slice (GstH265Decoder * decoder, 125 static GstFlowReturn gst_d3d11_h265_dec_end_picture (GstH265Decoder * decoder, 127 static GstFlowReturn gst_d3d11_h265_dec_output_picture (GstH265Decoder * 319 gst_d3d11_h265_dec_new_sequence (GstH265Decoder * decoder, in gst_d3d11_h265_dec_new_sequence() 427 gst_d3d11_h265_dec_new_picture (GstH265Decoder * decoder, in gst_d3d11_h265_dec_new_picture() 655 gst_d3d11_h265_dec_start_picture (GstH265Decoder * decoder, in gst_d3d11_h265_dec_start_picture() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvah265dec.c | 192 gst_va_h265_dec_end_picture (GstH265Decoder * decoder, GstH265Picture * picture) in gst_va_h265_dec_end_picture() 227 gst_va_h265_dec_output_picture (GstH265Decoder * decoder, in gst_va_h265_dec_output_picture() 266 _find_frame_rps_type (GstH265Decoder * decoder, GstH265Picture * ref_pic) in _find_frame_rps_type() 290 _fill_vaapi_pic (GstH265Decoder * decoder, VAPictureHEVC * va_picture, in _fill_vaapi_pic() 313 _get_reference_index (GstH265Decoder * decoder, GstH265Picture * picture) in _get_reference_index() 334 _fill_ref_pic_list (GstH265Decoder * decoder, GstH265Picture * cur_pic, in _fill_ref_pic_list() 479 gst_va_h265_dec_decode_slice (GstH265Decoder * decoder, in gst_va_h265_dec_decode_slice() 653 gst_va_h265_dec_start_picture (GstH265Decoder * decoder, in gst_va_h265_dec_start_picture() 849 gst_va_h265_dec_new_picture (GstH265Decoder * decoder, in gst_va_h265_dec_new_picture() 990 GstH265Decoder *h265_decoder = GST_H265_DECODER (self); in _get_profile() [all …]
|
D | gstvabasedec.h | 50 GstH265Decoder h265;
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 9713 "invalid cast from 'GstVaH264Dec' to 'GstH265Decoder" 17872 It's GstH265Dpb, not GstH265Decoder
|