Home
last modified time | relevance | path

Searched refs:AV_CODEC_ID_VC1 (Results 1 - 25 of 35) sorted by relevance

12

/third_party/ffmpeg/libavformat/
H A Dmxf.c49 { { 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 Dvc1dec.c86 FF_DEF_RAWVIDEO_DEMUXER2(vc1, "raw VC-1", vc1_probe, "vc1", AV_CODEC_ID_VC1, AVFMT_GENERIC_INDEX|AVFMT_NOTIMESTAMPS)
H A Driff.c360 { AV_CODEC_ID_VC1, MKTAG('W', 'V', 'C', '1') },
361 { AV_CODEC_ID_VC1, MKTAG('W', 'M', 'V', 'A') },
H A Disom.c60 { AV_CODEC_ID_VC1 , 0xA3 },
H A Disom_tags.c216 { AV_CODEC_ID_VC1, MKTAG('v', 'c', '-', '1') }, /* SMPTE RP 2025 */
H A Drawenc.c549 .video_codec = AV_CODEC_ID_VC1,
/third_party/ffmpeg/libavcodec/
H A Ddxva2_vc1.c178 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 Dnvdec_vc1.c119 .id = AV_CODEC_ID_VC1,
H A Dvdpau_vc1.c161 .id = AV_CODEC_ID_VC1,
H A Dextract_extradata_bsf.c337 { AV_CODEC_ID_VC1, extract_extradata_vc1 },
406 AV_CODEC_ID_VC1,
H A Dv4l2_m2m_dec.c265 M2MDEC(vc1 , "VC1", AV_CODEC_ID_VC1, NULL);
H A Dvc1_parser.c272 .codec_ids = { AV_CODEC_ID_VC1 },
H A Dremove_extradata_bsf.c216 case AV_CODEC_ID_VC1: in remove_extradata()
H A Dvaapi_vc1.c476 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 Dcodec_id.h120 AV_CODEC_ID_VC1, enumerator
H A Dmmaldec.c389 case AV_CODEC_ID_VC1: in ffmmal_init_decoder()
855 FFMMAL_DEC(vc1, AV_CODEC_ID_VC1)
H A Ddxva2.c91 { &ff_DXVA2_ModeVC1_D2010, AV_CODEC_ID_VC1 },
93 { &ff_DXVA2_ModeVC1_D, AV_CODEC_ID_VC1 },
H A Dcrystalhd.c135 case AV_CODEC_ID_VC1: in id2subtype()
H A Dnvdec.c75 case AV_CODEC_ID_VC1: return cudaVideoCodec_VC1; in map_avcodec_id()
H A Dh263dec.c119 case AV_CODEC_ID_VC1: in ff_h263_decode_init()
H A Dqsv.c53 case AV_CODEC_ID_VC1: in ff_qsv_codec_id_to_mfx()
H A Dutils.c328 s->codec_id == AV_CODEC_ID_VC1 || s->codec_id == AV_CODEC_ID_WMV3 || in avcodec_align_dimensions2()
/third_party/ffmpeg/tools/
H A Dismindex.c471 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 Dtarget_dec_fuzzer.c282 case AV_CODEC_ID_VC1: maxpixels /= 8192; break; in LLVMFuzzerTestOneInput()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DextFFmpegDemuxer.h481 case AV_CODEC_ID_VC1 : /* assert(false); */ return vk::VkVideoCodecOperationFlagBitsKHR(0); in FFmpeg2NvCodecId()

Completed in 22 milliseconds

12