Home
last modified time | relevance | path

Searched refs:hwaccel_flags (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvdpau.c195 if (avctx->hwaccel_flags & AV_HWACCEL_FLAG_IGNORE_LEVEL) in ff_vdpau_common_init()
214 !(avctx->hwaccel_flags & AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH)) { in ff_vdpau_common_init()
Dpthread_frame.c326 dst->hwaccel_flags = src->hwaccel_flags; in update_context_from_thread()
Dvdpau_hevc.c485 if (avctx->hwaccel_flags & AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH) { in vdpau_hevc_parse_rext_profile()
Dvaapi_decode.c502 if (avctx->hwaccel_flags & in vaapi_decode_make_config()
Dvaapi_hevc.c562 if (avctx->hwaccel_flags & AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH) { in ff_vaapi_parse_hevc_rext_profile()
Davcodec.h2279 int hwaccel_flags; member
Ddxva2.c200 if (mode->profiles && !(avctx->hwaccel_flags & AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH)) { in dxva_check_codec_compatibility()
Doptions_table.h464 {"hwaccel_flags", NULL, OFFSET(hwaccel_flags), AV_OPT_TYPE_FLAGS, {.i64 = AV_HWACCEL_FLAG_IGNORE_LE…
/third_party/ffmpeg/doc/
DAPIchanges615 Add AVCodecContext.hwaccel_flags field. This will control some hwaccels at