Searched refs:GST_VIDEO_DECODER_ERROR (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_good/ext/jpeg/ |
D | gstjpegdec.c | 973 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/ |
D | gstvp8decoder.c | 460 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()
|
D | gstvp9decoder.c | 536 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()
|
D | gstav1decoder.c | 651 GST_VIDEO_DECODER_ERROR (decoder, 1, STREAM, DECODE, in gst_av1_decoder_handle_frame()
|
D | gsth265decoder.c | 1814 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()
|
D | gstmpeg2decoder.c | 1271 GST_VIDEO_DECODER_ERROR (decoder, 1, STREAM, DECODE, in gst_mpeg2_decoder_handle_frame()
|
D | gsth264decoder.c | 567 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/ |
D | gstvideodecoder.h | 149 #define GST_VIDEO_DECODER_ERROR(el, w, domain, code, text, debug, ret) \ macro
|
/third_party/gstreamer/gstplugins_bad/gst/vmnc/ |
D | vmncdec.c | 907 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/ |
D | gstvpxdec.c | 728 GST_VIDEO_DECODER_ERROR (decoder, 1, LIBRARY, ENCODE, in gst_vpx_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 4251 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
|