Searched refs:gst_video_decoder_allocate_output_frame (Results 1 – 25 of 26) sorted by relevance
12
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideodecoder.h | 496 GstFlowReturn gst_video_decoder_allocate_output_frame (GstVideoDecoder *decoder,
|
D | gstvideodecoder.c | 4748 gst_video_decoder_allocate_output_frame (GstVideoDecoder * in gst_video_decoder_allocate_output_frame() function
|
/third_party/gstreamer/gstplugins_bad/ext/libde265/ |
D | libde265-dec.c | 281 gst_video_decoder_allocate_output_frame (GST_VIDEO_DECODER (dec), frame); in gst_libde265_dec_get_buffer() 725 result = gst_video_decoder_allocate_output_frame (decoder, out_frame); in _gst_libde265_return_image()
|
/third_party/gstreamer/gstplugins_bad/ext/rsvg/ |
D | gstrsvgdec.c | 193 ret = gst_video_decoder_allocate_output_frame (decoder, frame); in gst_rsvg_decode_image()
|
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264dec.cpp | 370 flow_status = gst_video_decoder_allocate_output_frame (decoder, frame); in gst_openh264dec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/ext/openexr/ |
D | gstopenexrdec.cpp | 379 ret = gst_video_decoder_allocate_output_frame (decoder, frame); in gst_openexr_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/ext/aom/ |
D | gstav1dec.c | 465 ret = gst_video_decoder_allocate_output_frame (dec, frame); in gst_av1_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/ext/webp/ |
D | gstwebpdec.c | 439 ret = gst_video_decoder_allocate_output_frame (decoder, frame); in gst_webp_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvavp8dec.c | 201 self->last_ret = gst_video_decoder_allocate_output_frame (vdec, frame); in gst_va_vp8_dec_new_picture()
|
D | gstvampeg2dec.c | 303 ret = gst_video_decoder_allocate_output_frame (vdec, frame); in gst_va_mpeg2_dec_new_picture()
|
D | gstvavp9dec.c | 233 ret = gst_video_decoder_allocate_output_frame (vdec, frame); in gst_va_vp9_dec_new_picture()
|
D | gstvah264dec.c | 505 self->last_ret = gst_video_decoder_allocate_output_frame (vdec, frame); in gst_va_h264_dec_new_picture()
|
D | gstvaav1dec.c | 324 self->last_ret = gst_video_decoder_allocate_output_frame (vdec, frame); in gst_va_av1_dec_new_picture()
|
/third_party/gstreamer/gstplugins_bad/gst/pnm/ |
D | gstpnmdec.c | 372 r = gst_video_decoder_allocate_output_frame (decoder, frame); in gst_pnmdec_handle_frame()
|
/third_party/gstreamer/gstplugins_good/ext/libpng/ |
D | gstpngdec.c | 155 gst_video_decoder_allocate_output_frame (GST_VIDEO_DECODER (pngdec), in user_info_callback()
|
/third_party/gstreamer/gstplugins_good/ext/vpx/ |
D | gstvpxdec.c | 760 ret = gst_video_decoder_allocate_output_frame (decoder, frame); in gst_vpx_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_base/ext/theora/ |
D | gsttheoradec.c | 664 result = gst_video_decoder_allocate_output_frame (decoder, frame); in theora_handle_image()
|
/third_party/gstreamer/gstplugins_bad/gst/vmnc/ |
D | vmncdec.c | 376 gst_video_decoder_allocate_output_frame (GST_VIDEO_DECODER (dec), frame); in vmnc_fill_buffer()
|
/third_party/gstreamer/gstplugins_good/ext/jpeg/ |
D | gstjpegdec.c | 1422 ret = gst_video_decoder_allocate_output_frame (bdec, frame); in gst_jpeg_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkdec.c | 201 flow = gst_video_decoder_allocate_output_frame (decoder, frame); in allocate_output_buffer()
|
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/ |
D | gstopenjpegdec.c | 1482 ret = gst_video_decoder_allocate_output_frame (decoder, message->frame); in gst_openjpeg_dec_decode_stripe()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvdec.c | 797 ret = gst_video_decoder_allocate_output_frame (GST_VIDEO_DECODER (nvdec), in parser_display_callback()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavviddec.c | 1634 gst_video_decoder_allocate_output_frame (GST_VIDEO_DECODER (ffmpegdec), in get_output_buffer()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | playbin-complex.c | 685 gst_video_decoder_allocate_output_frame (bdec, frame); in fake_theora_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstamcvideodec.c | 1522 gst_video_decoder_allocate_output_frame (GST_VIDEO_DECODER (self), in gst_amc_video_dec_loop()
|
12