Lines Matching refs:GstH265Decoder
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()
821 gst_d3d11_h265_dec_decode_slice (GstH265Decoder * decoder, in gst_d3d11_h265_dec_decode_slice()
852 gst_d3d11_h265_dec_end_picture (GstH265Decoder * decoder, in gst_d3d11_h265_dec_end_picture()
915 gst_d3d11_h265_dec_output_picture (GstH265Decoder * decoder, in gst_d3d11_h265_dec_output_picture()