Home
last modified time | relevance | path

Searched refs:AV_CODEC_ID_ASV1 (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dasvdec.c180 if (a->avctx->codec_id == AV_CODEC_ID_ASV1) { in decode_mb()
231 if (avctx->codec_id == AV_CODEC_ID_ASV1) { in decode_frame()
286 const int scale = avctx->codec_id == AV_CODEC_ID_ASV1 ? 1 : 2; in decode_init()
301 if (avctx->codec_id == AV_CODEC_ID_ASV1) in decode_init()
334 .id = AV_CODEC_ID_ASV1,
Dasvenc.c172 if (a->avctx->codec_id == AV_CODEC_ID_ASV1) { in encode_mb()
288 if (avctx->codec_id == AV_CODEC_ID_ASV1) in encode_frame()
295 if (avctx->codec_id == AV_CODEC_ID_ASV1) { in encode_frame()
311 const int scale = avctx->codec_id == AV_CODEC_ID_ASV1 ? 1 : 2; in encode_init()
348 .id = AV_CODEC_ID_ASV1,
Dcodec_id.h80 AV_CODEC_ID_ASV1, enumerator
Dcodec_desc.c253 .id = AV_CODEC_ID_ASV1,
/third_party/ffmpeg/libavformat/
Driff.c323 { AV_CODEC_ID_ASV1, MKTAG('A', 'S', 'V', '1') },
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavcodecmap.c1548 case AV_CODEC_ID_ASV1: in gst_ffmpeg_codecid_to_caps()