Home
last modified time | relevance | path

Searched refs:AVERROR_DECODER_NOT_FOUND (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavutil/
Derror.h52 #define AVERROR_DECODER_NOT_FOUND FFERRTAG(0xF8,'D','E','C') ///< Decoder not found macro
/third_party/ffmpeg/tools/
Dvenc_data_dump.c90 return AVERROR_DECODER_NOT_FOUND; in decoder_init()
/third_party/ffmpeg/tests/api/
Dapi-seek-test.c235 result = AVERROR_DECODER_NOT_FOUND; in seek_test()
/third_party/ffmpeg/libavcodec/
Dhapdec.c461 return AVERROR_DECODER_NOT_FOUND; in hap_init()
/third_party/ffmpeg/libavfilter/
Dvf_subtitles.c387 ret = AVERROR_DECODER_NOT_FOUND; in init_subtitles()
/third_party/ffmpeg/doc/examples/
Dtranscoding.c84 return AVERROR_DECODER_NOT_FOUND; in open_input_file()
/third_party/ffmpeg/fftools/
Dffmpeg_filter.c964 return AVERROR_DECODER_NOT_FOUND; in configure_input_filter()
/third_party/ffmpeg/doc/
DAPIchanges2805 AVERROR_DECODER_NOT_FOUND
/third_party/ffmpeg/libavformat/
Dutils.c4298 ret = AVERROR_DECODER_NOT_FOUND;