Home
last modified time | relevance | path

Searched refs:AVERROR_BUFFER_TOO_SMALL (Results 1 – 16 of 16) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddvbsubenc.c54 return AVERROR_BUFFER_TOO_SMALL; in dvb_encode_rle2()
149 return AVERROR_BUFFER_TOO_SMALL; in dvb_encode_rle4()
222 return AVERROR_BUFFER_TOO_SMALL; in dvb_encode_rle8()
288 return AVERROR_BUFFER_TOO_SMALL; in dvbsub_encode()
305 return AVERROR_BUFFER_TOO_SMALL; in dvbsub_encode()
329 return AVERROR_BUFFER_TOO_SMALL; in dvbsub_encode()
379 return AVERROR_BUFFER_TOO_SMALL; in dvbsub_encode()
427 return AVERROR_BUFFER_TOO_SMALL; in dvbsub_encode()
494 return AVERROR_BUFFER_TOO_SMALL; in dvbsub_encode()
Dxsubenc.c67 return AVERROR_BUFFER_TOO_SMALL; in xsub_encode_rle()
128 return AVERROR_BUFFER_TOO_SMALL; in xsub_encode()
199 return AVERROR_BUFFER_TOO_SMALL; in xsub_encode()
205 return AVERROR_BUFFER_TOO_SMALL; in xsub_encode()
Dassenc.c96 return AVERROR_BUFFER_TOO_SMALL; in ass_encode_frame()
Dvideotoolboxenc.c530 return AVERROR_BUFFER_TOO_SMALL; in copy_param_sets()
1689 return AVERROR_BUFFER_TOO_SMALL; in write_sei()
1701 return AVERROR_BUFFER_TOO_SMALL; in write_sei()
1713 return AVERROR_BUFFER_TOO_SMALL; in write_sei()
1724 return AVERROR_BUFFER_TOO_SMALL; in write_sei()
1829 return AVERROR_BUFFER_TOO_SMALL; in copy_replace_length_codes()
1843 return AVERROR_BUFFER_TOO_SMALL; in copy_replace_length_codes()
1847 return AVERROR_BUFFER_TOO_SMALL; in copy_replace_length_codes()
1881 return AVERROR_BUFFER_TOO_SMALL; in copy_replace_length_codes()
Dsnappy.c153 return AVERROR_BUFFER_TOO_SMALL; in ff_snappy_uncompress()
Dttmlenc.c159 return AVERROR_BUFFER_TOO_SMALL; in ttml_encode_frame()
Dwebvttenc.c203 return AVERROR_BUFFER_TOO_SMALL; in webvtt_encode_frame()
Dsrtenc.c279 return AVERROR_BUFFER_TOO_SMALL; in encode_frame()
Dhapenc.c61 return AVERROR_BUFFER_TOO_SMALL; in compress_texture()
Ddvdsubenc.c358 ret = AVERROR_BUFFER_TOO_SMALL; in encode_dvd_subtitles()
Dmovtextenc.c698 length = AVERROR_BUFFER_TOO_SMALL; in mov_text_encode_frame()
Dnvenc.c98 { NV_ENC_ERR_NOT_ENOUGH_BUFFER, AVERROR_BUFFER_TOO_SMALL, "not enough buffer"},
/third_party/ffmpeg/libavutil/
Derror.h51 #define AVERROR_BUFFER_TOO_SMALL FFERRTAG( 'B','U','F','S') ///< Buffer too small macro
/third_party/ffmpeg/libavformat/
Dlibgme.c120 return AVERROR_BUFFER_TOO_SMALL; in read_header_gme()
Dvapoursynth.c232 err = AVERROR_BUFFER_TOO_SMALL; in read_header_vs()
/third_party/ffmpeg/libavdevice/
Davfoundation.m1111 return AVERROR_BUFFER_TOO_SMALL;