Searched refs:FF_PROFILE_PRORES_4444 (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | proresenc_anatoliy.c | 47 { 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()
|
D | profiles.c | 158 { FF_PROFILE_PRORES_4444, "4444" },
|
D | avcodec.h | 1968 #define FF_PROFILE_PRORES_4444 4 macro
|
D | proresdec2.c | 157 avctx->profile = FF_PROFILE_PRORES_4444; in decode_init()
|
/third_party/ffmpeg/libavformat/ |
D | mxfenc.c | 1941 …{ FF_PROFILE_PRORES_4444, { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x0d,0x04,0x01,0x02,0x02,0x03,0…
|