Home
last modified time | relevance | path

Searched refs:AV_CODEC_ID_AGM (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Driff.c485 { AV_CODEC_ID_AGM, MKTAG('A', 'G', 'M', '0') },
486 { AV_CODEC_ID_AGM, MKTAG('A', 'G', 'M', '1') },
487 { AV_CODEC_ID_AGM, MKTAG('A', 'G', 'M', '2') },
488 { AV_CODEC_ID_AGM, MKTAG('A', 'G', 'M', '3') },
489 { AV_CODEC_ID_AGM, MKTAG('A', 'G', 'M', '4') },
490 { AV_CODEC_ID_AGM, MKTAG('A', 'G', 'M', '5') },
491 { AV_CODEC_ID_AGM, MKTAG('A', 'G', 'M', '6') },
492 { AV_CODEC_ID_AGM, MKTAG('A', 'G', 'M', '7') },
/third_party/ffmpeg/libavcodec/
Dcodec_id.h293 AV_CODEC_ID_AGM, enumerator
Dagm.c1292 .id = AV_CODEC_ID_AGM,
Dcodec_desc.c1741 .id = AV_CODEC_ID_AGM,
/third_party/ffmpeg/tools/
Dtarget_dec_fuzzer.c154 case AV_CODEC_ID_AGM: maxpixels /= 1024; break; in LLVMFuzzerTestOneInput()