Searched refs:FF_PROFILE_PRORES_LT (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | profiles.c | 161 { FF_PROFILE_PRORES_LT, "LT" },
|
D | avcodec.h | 1656 #define FF_PROFILE_PRORES_LT 1 macro
|
D | proresdec2.c | 154 avctx->profile = FF_PROFILE_PRORES_LT; in decode_init()
|
D | videotoolboxenc.c | 430 case FF_PROFILE_PRORES_LT: in get_cm_codec_type() 2797 …", 0, AV_OPT_TYPE_CONST, { .i64 = FF_PROFILE_PRORES_LT }, …
|
D | proresenc_anatoliy.c | 47 { FF_PROFILE_PRORES_LT, "apcs"},
|
/third_party/ffmpeg/libavformat/ |
D | mxfenc.c | 2009 …{ FF_PROFILE_PRORES_LT, { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x0d,0x04,0x01,0x02,0x02,0x03,0…
|