Searched refs:AV_CODEC_ID_WMV2 (Results 1 - 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | wmv2enc.c | 240 .p.id = AV_CODEC_ID_WMV2,
|
H A D | codec_id.h | 68 AV_CODEC_ID_WMV2, enumerator
|
H A D | wmv2dec.c | 598 .p.id = AV_CODEC_ID_WMV2,
|
H A D | h263dec.c | 115 case AV_CODEC_ID_WMV2: in ff_h263_decode_init()
|
H A D | mpegvideo_enc.c | 546 s->codec_id == AV_CODEC_ID_WMV2) && in ff_mpv_encode_init() 782 case AV_CODEC_ID_WMV2: in ff_mpv_encode_init() 2380 case AV_CODEC_ID_WMV2: in encode_mb_internal() 3719 if (CONFIG_WMV2_ENCODER && s->codec_id == AV_CODEC_ID_WMV2) in encode_picture()
|
H A D | mpegvideo_motion.c | 865 s->mspel && s->codec_id == AV_CODEC_ID_WMV2) { in mpv_motion_internal()
|
H A D | codec_desc.c | 161 .id = AV_CODEC_ID_WMV2,
|
H A D | mpegvideo.c | 1551 } else if(is_mpeg12 || (s->codec_id != AV_CODEC_ID_WMV2)){ in mpv_reconstruct_mb_internal()
|
/third_party/ffmpeg/libavformat/ |
H A D | riff.c | 137 { AV_CODEC_ID_WMV2, MKTAG('W', 'M', 'V', '2') }, 138 { AV_CODEC_ID_WMV2, MKTAG('G', 'X', 'V', 'E') },
|
H A D | xmv.c | 292 vst->codecpar->codec_id = AV_CODEC_ID_WMV2; in xmv_process_packet_header()
|
/third_party/ffmpeg/tools/ |
H A D | target_dec_fuzzer.c | 294 case AV_CODEC_ID_WMV2: maxpixels /= 1024; break; in LLVMFuzzerTestOneInput()
|
Completed in 20 milliseconds