Lines Matching refs:GstVp9Decoder
112 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()
406 gst_d3d11_vp9_dec_new_picture (GstVp9Decoder * decoder, in gst_d3d11_vp9_dec_new_picture()
431 gst_d3d11_vp9_dec_duplicate_picture (GstVp9Decoder * decoder, in gst_d3d11_vp9_dec_duplicate_picture()
458 gst_d3d11_vp9_dec_start_picture (GstVp9Decoder * decoder, in gst_d3d11_vp9_dec_start_picture()
672 gst_d3d11_vp9_dec_decode_picture (GstVp9Decoder * decoder, in gst_d3d11_vp9_dec_decode_picture()
719 gst_d3d11_vp9_dec_end_picture (GstVp9Decoder * decoder, GstVp9Picture * picture) in gst_d3d11_vp9_dec_end_picture()
771 gst_d3d11_vp9_dec_output_picture (GstVp9Decoder * decoder, in gst_d3d11_vp9_dec_output_picture()