Searched refs:FF_PROFILE_DNXHR_HQX (Results 1 – 5 of 5) sorted by relevance
53 { FF_PROFILE_DNXHR_HQX, "DNXHR HQX"},
1121 case FF_PROFILE_DNXHR_HQX: in dnxhd_find_hr_cid()
164 return FF_PROFILE_DNXHR_HQX; in dnxhd_get_profile()263 if (ctx->avctx->profile == FF_PROFILE_DNXHR_HQX) in dnxhd_decode_header()
60 { "dnxhr_hqx", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = FF_PROFILE_DNXHR_HQX },380 if (ctx->profile == FF_PROFILE_DNXHR_HQX && avctx->pix_fmt != AV_PIX_FMT_YUV422P10) { in dnxhd_encode_init()436 if (ctx->is_444 || ctx->profile == FF_PROFILE_DNXHR_HQX) { in dnxhd_encode_init()
1877 #define FF_PROFILE_DNXHR_HQX 4 macro