/third_party/ffmpeg/libavformat/ |
H A D | isom_tags.c | 230 { 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 D | matroska.c | 94 {"V_PRORES" , AV_CODEC_ID_PRORES},
|
H A D | mxf.c | 67 { { 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 D | matroskaenc.c | 1145 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 D | mxfenc.c | 142 { AV_CODEC_ID_PRORES, INDEX_PRORES }, 2942 } else if (st->codecpar->codec_id == AV_CODEC_ID_PRORES) { in mxf_write_packet()
|
H A D | matroskadec.c | 2814 } 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 D | mxfdec.c | 1569 { { 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 D | videotoolboxenc.c | 426 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 D | prores_metadata_bsf.c | 95 AV_CODEC_ID_PRORES, AV_CODEC_ID_NONE,
|
H A D | codec_id.h | 198 AV_CODEC_ID_PRORES, enumerator
|
H A D | videotoolbox.c | 892 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 D | proresenc_anatoliy.c | 947 .p.id = AV_CODEC_ID_PRORES, 963 .p.id = AV_CODEC_ID_PRORES,
|
H A D | proresdec2.c | 877 .p.id = AV_CODEC_ID_PRORES,
|
H A D | proresenc_kostya.c | 1400 .p.id = AV_CODEC_ID_PRORES,
|
H A D | codec_desc.c | 1078 .id = AV_CODEC_ID_PRORES,
|
/third_party/ffmpeg/tools/ |
H A D | target_dec_fuzzer.c | 264 case AV_CODEC_ID_PRORES: maxpixels /= 256; break; in LLVMFuzzerTestOneInput()
|