Searched refs:FF_PROFILE_DNXHD (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | profiles.c | 49 { FF_PROFILE_DNXHD, "DNXHD"},
|
H A D | dnxhdenc.c | 57 { .i64 = FF_PROFILE_DNXHD }, 58 FF_PROFILE_DNXHD, FF_PROFILE_DNXHR_444, VE, "profile" }, 59 { "dnxhd", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = FF_PROFILE_DNXHD }, 429 if (ctx->profile != FF_PROFILE_DNXHD) in dnxhd_encode_init() 460 if (ctx->interlaced && ctx->profile != FF_PROFILE_DNXHD) { in dnxhd_encode_init()
|
H A D | dnxhddata.c | 1132 if (avctx->profile != FF_PROFILE_DNXHD) in ff_dnxhd_find_cid()
|
H A D | avcodec.h | 1562 #define FF_PROFILE_DNXHD 0 macro
|
H A D | dnxhddec.c | 173 return FF_PROFILE_DNXHD; in dnxhd_get_profile()
|
/third_party/ffmpeg/libavformat/ |
H A D | movenc.c | 1685 track->par->profile != FF_PROFILE_DNXHD) in mov_get_dnxhd_codec_tag()
|
Completed in 23 milliseconds