Home
last modified time | relevance | path

Searched refs:gst_video_decoder_allocate_output_buffer (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.h488 GstBuffer *gst_video_decoder_allocate_output_buffer (GstVideoDecoder * decoder);
Dgstvideodecoder.c4681 gst_video_decoder_allocate_output_buffer (GstVideoDecoder * decoder) in gst_video_decoder_allocate_output_buffer() function
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecvp8dec.c668 buffer = gst_video_decoder_allocate_output_buffer (GST_VIDEO_DECODER (self)); in gst_v4l2_codec_vp8_dec_copy_output_buffer()
Dgstv4l2codecmpeg2dec.c632 buffer = gst_video_decoder_allocate_output_buffer (GST_VIDEO_DECODER (self)); in gst_v4l2_codec_mpeg2_dec_copy_output_buffer()
Dgstv4l2codecvp9dec.c837 buffer = gst_video_decoder_allocate_output_buffer (GST_VIDEO_DECODER (self)); in gst_v4l2_codec_vp9_dec_copy_output_buffer()
Dgstv4l2codech264dec.c998 buffer = gst_video_decoder_allocate_output_buffer (GST_VIDEO_DECODER (self)); in gst_v4l2_codec_h264_dec_copy_output_buffer()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah265dec.c865 output_buffer = gst_video_decoder_allocate_output_buffer (vdec); in gst_va_h265_dec_new_picture()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdecoder.c817 outbuf = gst_video_decoder_allocate_output_buffer (videodec); in gst_nv_decoder_finish_frame()
Dgstnvdec.c781 gst_video_decoder_allocate_output_buffer (GST_VIDEO_DECODER (nvdec)); in parser_display_callback()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11decoder.cpp1562 *output = gst_video_decoder_allocate_output_buffer (videodec); in gst_d3d11_decoder_process_output()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcvideodec.c1500 gst_video_decoder_allocate_output_buffer (GST_VIDEO_DECODER (self)); in gst_amc_video_dec_loop()