/third_party/ffmpeg/libavformat/ |
H A D | mxf.c | 49 { { 0x06,0x0e,0x2b,0x34,0x04,0x01,0x01,0x0A,0x04,0x01,0x02,0x02,0x04,0x01,0x00,0x00 }, 14, AV_CODEC_ID_VC1 }, /* VC1 SP@LL */ 50 { { 0x06,0x0e,0x2b,0x34,0x04,0x01,0x01,0x0A,0x04,0x01,0x02,0x02,0x04,0x02,0x00,0x00 }, 14, AV_CODEC_ID_VC1 }, /* VC1 SP@ML */ 51 { { 0x06,0x0e,0x2b,0x34,0x04,0x01,0x01,0x0A,0x04,0x01,0x02,0x02,0x04,0x03,0x00,0x00 }, 14, AV_CODEC_ID_VC1 }, /* VC1 MP@LL */ 52 { { 0x06,0x0e,0x2b,0x34,0x04,0x01,0x01,0x0A,0x04,0x01,0x02,0x02,0x04,0x04,0x00,0x00 }, 14, AV_CODEC_ID_VC1 }, /* VC1 MP@ML */ 53 { { 0x06,0x0e,0x2b,0x34,0x04,0x01,0x01,0x0A,0x04,0x01,0x02,0x02,0x04,0x05,0x00,0x00 }, 14, AV_CODEC_ID_VC1 }, /* VC1 MP@HL */ 54 { { 0x06,0x0e,0x2b,0x34,0x04,0x01,0x01,0x0A,0x04,0x01,0x02,0x02,0x04,0x06,0x00,0x00 }, 14, AV_CODEC_ID_VC1 }, /* VC1 AP@L0 */ 55 { { 0x06,0x0e,0x2b,0x34,0x04,0x01,0x01,0x0A,0x04,0x01,0x02,0x02,0x04,0x07,0x00,0x00 }, 14, AV_CODEC_ID_VC1 }, /* VC1 AP@L1 */ 56 { { 0x06,0x0e,0x2b,0x34,0x04,0x01,0x01,0x0A,0x04,0x01,0x02,0x02,0x04,0x08,0x00,0x00 }, 14, AV_CODEC_ID_VC1 }, /* VC1 AP@L2 */ 57 { { 0x06,0x0e,0x2b,0x34,0x04,0x01,0x01,0x0A,0x04,0x01,0x02,0x02,0x04,0x09,0x00,0x00 }, 14, AV_CODEC_ID_VC1 }, /* VC1 AP@L3 */ 58 { { 0x06,0x0e,0x2b,0x34,0x04,0x01,0x01,0x0A,0x04,0x01,0x02,0x02,0x04,0x0A,0x00,0x00 }, 14, AV_CODEC_ID_VC1 }, /* VC [all...] |
H A D | vc1dec.c | 86 FF_DEF_RAWVIDEO_DEMUXER2(vc1, "raw VC-1", vc1_probe, "vc1", AV_CODEC_ID_VC1, AVFMT_GENERIC_INDEX|AVFMT_NOTIMESTAMPS)
|
H A D | riff.c | 360 { AV_CODEC_ID_VC1, MKTAG('W', 'V', 'C', '1') }, 361 { AV_CODEC_ID_VC1, MKTAG('W', 'M', 'V', 'A') },
|
H A D | isom.c | 60 { AV_CODEC_ID_VC1 , 0xA3 },
|
H A D | isom_tags.c | 216 { AV_CODEC_ID_VC1, MKTAG('v', 'c', '-', '1') }, /* SMPTE RP 2025 */
|
H A D | rawenc.c | 549 .video_codec = AV_CODEC_ID_VC1,
|
/third_party/ffmpeg/libavcodec/ |
H A D | dxva2_vc1.c | 178 slice->wMBbitOffset = v->p_frame_skipped ? 0xffff : get_bits_count(&s->gb) + (avctx->codec_id == AV_CODEC_ID_VC1 ? 32 : 0); in fill_slice() 195 const unsigned start_code_size = avctx->codec_id == AV_CODEC_ID_VC1 ? sizeof(start_code) : 0; in commit_bitstream_and_slice_buffer() 347 if (avctx->codec_id == AV_CODEC_ID_VC1 && in dxva2_vc1_decode_slice() 401 .id = AV_CODEC_ID_VC1, 452 .id = AV_CODEC_ID_VC1, 469 .id = AV_CODEC_ID_VC1,
|
H A D | nvdec_vc1.c | 119 .id = AV_CODEC_ID_VC1,
|
H A D | vdpau_vc1.c | 161 .id = AV_CODEC_ID_VC1,
|
H A D | extract_extradata_bsf.c | 337 { AV_CODEC_ID_VC1, extract_extradata_vc1 }, 406 AV_CODEC_ID_VC1,
|
H A D | v4l2_m2m_dec.c | 265 M2MDEC(vc1 , "VC1", AV_CODEC_ID_VC1, NULL);
|
H A D | vc1_parser.c | 272 .codec_ids = { AV_CODEC_ID_VC1 },
|
H A D | remove_extradata_bsf.c | 216 case AV_CODEC_ID_VC1: in remove_extradata()
|
H A D | vaapi_vc1.c | 476 if (avctx->codec_id == AV_CODEC_ID_VC1 && IS_MARKER(AV_RB32(buffer))) { in vaapi_vc1_decode_slice() 526 .id = AV_CODEC_ID_VC1,
|
H A D | codec_id.h | 120 AV_CODEC_ID_VC1, enumerator
|
H A D | mmaldec.c | 389 case AV_CODEC_ID_VC1: in ffmmal_init_decoder() 855 FFMMAL_DEC(vc1, AV_CODEC_ID_VC1)
|
H A D | dxva2.c | 91 { &ff_DXVA2_ModeVC1_D2010, AV_CODEC_ID_VC1 }, 93 { &ff_DXVA2_ModeVC1_D, AV_CODEC_ID_VC1 },
|
H A D | crystalhd.c | 135 case AV_CODEC_ID_VC1: in id2subtype()
|
H A D | nvdec.c | 75 case AV_CODEC_ID_VC1: return cudaVideoCodec_VC1; in map_avcodec_id()
|
H A D | h263dec.c | 119 case AV_CODEC_ID_VC1: in ff_h263_decode_init()
|
H A D | qsv.c | 53 case AV_CODEC_ID_VC1: in ff_qsv_codec_id_to_mfx()
|
H A D | utils.c | 328 s->codec_id == AV_CODEC_ID_VC1 || s->codec_id == AV_CODEC_ID_WMV3 || in avcodec_align_dimensions2()
|
/third_party/ffmpeg/tools/ |
H A D | ismindex.c | 471 if (codecpar->codec_id == AV_CODEC_ID_VC1) in get_video_private_data() 598 else if (st->codecpar->codec_id == AV_CODEC_ID_VC1) in handle_file()
|
H A D | target_dec_fuzzer.c | 282 case AV_CODEC_ID_VC1: maxpixels /= 8192; break; in LLVMFuzzerTestOneInput()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | extFFmpegDemuxer.h | 481 case AV_CODEC_ID_VC1 : /* assert(false); */ return vk::VkVideoCodecOperationFlagBitsKHR(0); in FFmpeg2NvCodecId()
|