Home
last modified time | relevance | path

Searched refs:FF_PROFILE_PRORES_4444 (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dproresenc_anatoliy.c47 { FF_PROFILE_PRORES_4444, "ap4h"},
743 if (avctx->profile >= FF_PROFILE_PRORES_4444) /* 4444 or 4444 Xq */ in prores_encode_frame()
763 if (avctx->profile >= FF_PROFILE_PRORES_4444) { in prores_encode_frame()
846 avctx->profile = FF_PROFILE_PRORES_4444; in prores_encode_init()
850 avctx->profile = FF_PROFILE_PRORES_4444; in prores_encode_init()
870 && (avctx->profile < FF_PROFILE_PRORES_4444)){ in prores_encode_init()
876 if (avctx->profile < FF_PROFILE_PRORES_4444) { /* 422 versions */ in prores_encode_init()
Dprofiles.c158 { FF_PROFILE_PRORES_4444, "4444" },
Davcodec.h1968 #define FF_PROFILE_PRORES_4444 4 macro
Dproresdec2.c157 avctx->profile = FF_PROFILE_PRORES_4444; in decode_init()
/third_party/ffmpeg/libavformat/
Dmxfenc.c1941 …{ FF_PROFILE_PRORES_4444, { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x0d,0x04,0x01,0x02,0x02,0x03,0…