Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstjpegdec.c973 GST_VIDEO_DECODER_ERROR (dec, 1, STREAM, DECODE, in gst_jpeg_dec_decode_direct()
1245 GST_VIDEO_DECODER_ERROR (dec, 1, STREAM, DECODE, in gst_jpeg_dec_prepare_decode()
1254 GST_VIDEO_DECODER_ERROR (dec, 1, STREAM, DECODE, in gst_jpeg_dec_prepare_decode()
1264 GST_VIDEO_DECODER_ERROR (dec, 1, STREAM, DECODE, in gst_jpeg_dec_prepare_decode()
1273 GST_VIDEO_DECODER_ERROR (dec, 1, STREAM, DECODE, in gst_jpeg_dec_prepare_decode()
1557 GST_VIDEO_DECODER_ERROR (dec, 1, STREAM, DECODE, in gst_jpeg_dec_handle_frame()
1585 GST_VIDEO_DECODER_ERROR (dec, 1, STREAM, DECODE, in gst_jpeg_dec_handle_frame()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstvp8decoder.c460 GST_VIDEO_DECODER_ERROR (self, 1, STREAM, DECODE, in gst_vp8_decoder_handle_frame()
479 GST_VIDEO_DECODER_ERROR (self, 1, STREAM, DECODE, in gst_vp8_decoder_handle_frame()
Dgstvp9decoder.c536 GST_VIDEO_DECODER_ERROR (self, 1, STREAM, DECODE, in gst_vp9_decoder_handle_frame()
555 GST_VIDEO_DECODER_ERROR (self, 1, STREAM, DECODE, in gst_vp9_decoder_handle_frame()
Dgstav1decoder.c651 GST_VIDEO_DECODER_ERROR (decoder, 1, STREAM, DECODE, in gst_av1_decoder_handle_frame()
Dgsth265decoder.c1814 GST_VIDEO_DECODER_ERROR (self, 1, STREAM, DECODE, in gst_h265_decoder_handle_frame()
1833 GST_VIDEO_DECODER_ERROR (self, 1, STREAM, DECODE, in gst_h265_decoder_handle_frame()
Dgstmpeg2decoder.c1271 GST_VIDEO_DECODER_ERROR (decoder, 1, STREAM, DECODE, in gst_mpeg2_decoder_handle_frame()
Dgsth264decoder.c567 GST_VIDEO_DECODER_ERROR (self, 1, STREAM, DECODE, in gst_h264_decoder_handle_frame()
583 GST_VIDEO_DECODER_ERROR (self, 1, STREAM, DECODE, in gst_h264_decoder_handle_frame()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.h149 #define GST_VIDEO_DECODER_ERROR(el, w, domain, code, text, debug, ret) \ macro
/third_party/gstreamer/gstplugins_bad/gst/vmnc/
Dvmncdec.c907 GST_VIDEO_DECODER_ERROR (decoder, 2, STREAM, DECODE, (NULL), in gst_vmnc_dec_handle_frame()
913 GST_VIDEO_DECODER_ERROR (decoder, 1, STREAM, DECODE, (NULL), in gst_vmnc_dec_handle_frame()
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxdec.c728 GST_VIDEO_DECODER_ERROR (decoder, 1, LIBRARY, ENCODE, in gst_vpx_dec_handle_frame()
/third_party/gstreamer/gstplugins_bad/
DChangeLog4251 codecs: Use GST_VIDEO_DECODER_ERROR() only for decoding error case
4252 The GST_VIDEO_DECODER_ERROR() should be used only for robust/error-resilient