Home
last modified time | relevance | path

Searched refs:AV_CODEC_ID_PRORES (Results 1 - 16 of 16) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Disom_tags.c230 { AV_CODEC_ID_PRORES, MKTAG('a', 'p', 'c', 'h') }, /* Apple ProRes 422 High Quality */
231 { AV_CODEC_ID_PRORES, MKTAG('a', 'p', 'c', 'n') }, /* Apple ProRes 422 Standard Definition */
232 { AV_CODEC_ID_PRORES, MKTAG('a', 'p', 'c', 's') }, /* Apple ProRes 422 LT */
233 { AV_CODEC_ID_PRORES, MKTAG('a', 'p', 'c', 'o') }, /* Apple ProRes 422 Proxy */
234 { AV_CODEC_ID_PRORES, MKTAG('a', 'p', '4', 'h') }, /* Apple ProRes 4444 */
235 { AV_CODEC_ID_PRORES, MKTAG('a', 'p', '4', 'x') }, /* Apple ProRes 4444 XQ */
H A Dmatroska.c94 {"V_PRORES" , AV_CODEC_ID_PRORES},
H A Dmxf.c67 { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x0E,0x04,0x02,0x01,0x02,0x11,0x00,0x00 }, 14, AV_CODEC_ID_PRORES }, /* Avid MC7 ProRes */
68 { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x0D,0x04,0x01,0x02,0x02,0x03,0x06,0x00,0x00 }, 14, AV_CODEC_ID_PRORES }, /* Apple ProRes */
H A Dmatroskaenc.c1145 if (CONFIG_MATROSKA_MUXER && par->codec_id == AV_CODEC_ID_PRORES && in mkv_assemble_native_codecprivate()
1146 ff_codec_get_id(ff_codec_movvideo_tags, par->codec_tag) == AV_CODEC_ID_PRORES) { in mkv_assemble_native_codecprivate()
3180 case AV_CODEC_ID_PRORES: in mkv_init()
H A Dmxfenc.c142 { AV_CODEC_ID_PRORES, INDEX_PRORES },
2942 } else if (st->codecpar->codec_id == AV_CODEC_ID_PRORES) { in mxf_write_packet()
H A Dmatroskadec.c2814 } else if (codec_id == AV_CODEC_ID_PRORES && track->codec_priv.size == 4) { in matroska_parse_tracks()
3611 if (st->codecpar->codec_id == AV_CODEC_ID_PRORES && in matroska_parse_frame()
H A Dmxfdec.c1569 { { 0x06,0x0e,0x2b,0x34,0x04,0x01,0x01,0x02,0x0d,0x01,0x03,0x01,0x02,0x1c,0x01,0x00 }, 14, AV_CODEC_ID_PRORES, NULL, 14 }, /* ProRes */
2871 if (st->codecpar->codec_id == AV_CODEC_ID_PRORES) { in mxf_parse_structural_metadata()
/third_party/ffmpeg/libavcodec/
H A Dvideotoolboxenc.c426 case AV_CODEC_ID_PRORES: in get_cm_codec_type()
1136 } else if (avctx->codec_id != AV_CODEC_ID_PRORES) { in vtenc_create_encoder()
1232 if (avctx->gop_size > 0 && avctx->codec_id != AV_CODEC_ID_PRORES) { in vtenc_create_encoder()
1381 if (!vtctx->has_b_frames && avctx->codec_id != AV_CODEC_ID_PRORES) { in vtenc_create_encoder()
1442 if (avctx->codec_id == AV_CODEC_ID_PRORES) { in vtenc_configure_encoder()
1472 } else if (vtctx->codec_id == AV_CODEC_ID_PRORES) { in vtenc_configure_encoder()
2818 .p.id = AV_CODEC_ID_PRORES,
H A Dprores_metadata_bsf.c95 AV_CODEC_ID_PRORES, AV_CODEC_ID_NONE,
H A Dcodec_id.h198 AV_CODEC_ID_PRORES, enumerator
H A Dvideotoolbox.c892 case AV_CODEC_ID_PRORES : in videotoolbox_start()
915 if (avctx->codec_id == AV_CODEC_ID_PRORES) { in videotoolbox_start()
1362 .id = AV_CODEC_ID_PRORES,
H A Dproresenc_anatoliy.c947 .p.id = AV_CODEC_ID_PRORES,
963 .p.id = AV_CODEC_ID_PRORES,
H A Dproresdec2.c877 .p.id = AV_CODEC_ID_PRORES,
H A Dproresenc_kostya.c1400 .p.id = AV_CODEC_ID_PRORES,
H A Dcodec_desc.c1078 .id = AV_CODEC_ID_PRORES,
/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c264 case AV_CODEC_ID_PRORES: maxpixels /= 256; break; in LLVMFuzzerTestOneInput()

Completed in 40 milliseconds