Home
last modified time | relevance | path

Searched refs:AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Davcodec.h2251 #define AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH (1 << 2) macro
H A Dvdpau.c219 !(avctx->hwaccel_flags & AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH)) { in ff_vdpau_common_init()
H A Dvaapi_decode.c505 AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH) { in vaapi_decode_make_config()
H A Dvdpau_hevc.c484 if (avctx->hwaccel_flags & AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH) { in vdpau_hevc_parse_rext_profile()
H A Dvaapi_hevc.c585 if (avctx->hwaccel_flags & AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH) { in ff_vaapi_parse_hevc_rext_profile()
H A Ddxva2.c200 if (mode->profiles && !(avctx->hwaccel_flags & AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH)) { in dxva_check_codec_compatibility()
H A Doptions_table.h399 {"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 11 milliseconds