Home
last modified time | relevance | path

Searched refs:gst_va_decode_picture_new (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvadecoder.h100 GstVaDecodePicture * gst_va_decode_picture_new (GstVaDecoder * self,
Dgstvampeg2dec.c307 pic = gst_va_decode_picture_new (base->decoder, frame->output_buffer); in gst_va_mpeg2_dec_new_picture()
337 second_pic = gst_va_decode_picture_new (base->decoder, first_pic->gstbuffer); in gst_va_mpeg2_dec_new_field_picture()
Dgstvah264dec.c509 pic = gst_va_decode_picture_new (base->decoder, frame->output_buffer); in gst_va_h264_dec_new_picture()
540 second_pic = gst_va_decode_picture_new (base->decoder, first_pic->gstbuffer); in gst_va_h264_dec_new_field_picture()
Dgstvaav1dec.c341 pic = gst_va_decode_picture_new (base->decoder, frame->output_buffer); in gst_va_av1_dec_new_picture()
376 new_pic = gst_va_decode_picture_new (base->decoder, pic->gstbuffer); in gst_va_av1_dec_duplicate_picture()
Dgstvavp8dec.c205 pic = gst_va_decode_picture_new (base->decoder, frame->output_buffer); in gst_va_vp8_dec_new_picture()
Dgstvavp9dec.c237 pic = gst_va_decode_picture_new (base->decoder, frame->output_buffer); in gst_va_vp9_dec_new_picture()
Dgstvadecoder.c791 gst_va_decode_picture_new (GstVaDecoder * self, GstBuffer * buffer) in gst_va_decode_picture_new() function
Dgstvah265dec.c872 pic = gst_va_decode_picture_new (base->decoder, output_buffer); in gst_va_h265_dec_new_picture()