Lines Matching refs:GstVp9Decoder
38 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()
294 gst_nv_vp9_dec_new_picture (GstVp9Decoder * decoder, in gst_nv_vp9_dec_new_picture()
330 gst_nv_vp9_dec_duplicate_picture (GstVp9Decoder * decoder, in gst_nv_vp9_dec_duplicate_picture()
355 gst_nv_vp9_dec_decode_picture (GstVp9Decoder * decoder, in gst_nv_vp9_dec_decode_picture()
502 gst_nv_vp9_dec_output_picture (GstVp9Decoder * decoder, in gst_nv_vp9_dec_output_picture()
535 gst_nv_vp9_dec_get_preferred_output_delay (GstVp9Decoder * decoder, in gst_nv_vp9_dec_get_preferred_output_delay()