Searched refs:hwaccel_flags (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vdpau.c | 200 if (avctx->hwaccel_flags & AV_HWACCEL_FLAG_IGNORE_LEVEL) in ff_vdpau_common_init() 219 !(avctx->hwaccel_flags & AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH)) { in ff_vdpau_common_init()
|
H A D | avcodec.h | 1939 int hwaccel_flags; member
|
H A D | pthread_frame.c | 333 dst->hwaccel_flags = src->hwaccel_flags; in update_context_from_thread()
|
H A D | vaapi_decode.c | 504 if (avctx->hwaccel_flags & in vaapi_decode_make_config()
|
H A D | vdpau_hevc.c | 484 if (avctx->hwaccel_flags & AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH) { in vdpau_hevc_parse_rext_profile()
|
H A D | vaapi_hevc.c | 585 if (avctx->hwaccel_flags & AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH) { in ff_vaapi_parse_hevc_rext_profile()
|
H A D | dxva2.c | 200 if (mode->profiles && !(avctx->hwaccel_flags & AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH)) { in dxva_check_codec_compatibility()
|
H A D | options_table.h | 396 {"hwaccel_flags", NULL, OFFSET(hwaccel_flags), AV_OPT_TYPE_FLAGS, {.i64 = AV_HWACCEL_FLAG_IGNORE_LEVEL }, 0, UINT_MAX, V|D, "hwaccel_flags"}, 397 {"ignore_level", "ignore level even if the codec level used is unknown or higher than the maximum supported level reported by the hardware driver", 0, AV_OPT_TYPE_CONST, { .i64 = AV_HWACCEL_FLAG_IGNORE_LEVEL }, INT_MIN, INT_MAX, V | D, "hwaccel_flags" }, 398 {"allow_high_depth", "allow to output YUV pixel formats with a different chroma sampling than 4:2:0 and/or other than 8 bits per component", 0, AV_OPT_TYPE_CONST, {.i64 = AV_HWACCEL_FLAG_ALLOW_HIGH_DEPTH }, INT_MIN, INT_MAX, V | D, "hwaccel_flags"}, 399 {"allow_profile_mismatch", "attempt to decode anyway if HW accelerated decoder's supported profiles do not exactly match the stream", 0, AV_OPT_TYPE_CONST, {.i64 = AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH }, INT_MIN, INT_MAX, V | D, "hwaccel_flags"},
|
Completed in 18 milliseconds