Home
last modified time | relevance | path

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

/third_party/ffmpeg/tests/ref/fate/
Dapi-mjpeg-codec-param141 hwaccel_flags=0x00000001
284 hwaccel_flags=0x00000001
Dapi-png-codec-param141 hwaccel_flags=0x00000001
284 hwaccel_flags=0x00000001
/third_party/ffmpeg/libavcodec/
Dvdpau.c191 if (avctx->hwaccel_flags & AV_HWACCEL_FLAG_IGNORE_LEVEL) in ff_vdpau_common_init()
210 !(avctx->hwaccel_flags & AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH)) { in ff_vdpau_common_init()
Dpthread_frame.c298 dst->hwaccel_flags = src->hwaccel_flags; in update_context_from_thread()
Dvaapi_hevc.c562 if (avctx->hwaccel_flags & AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH) { in ff_vaapi_parse_hevc_rext_profile()
Dvaapi_decode.c497 if (avctx->hwaccel_flags & in vaapi_decode_make_config()
Davcodec.h2287 int hwaccel_flags; member
Ddxva2.c194 if (mode->profiles && !(avctx->hwaccel_flags & AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH)) { in dxva_check_codec_compatibility()
Doptions_table.h465 {"hwaccel_flags", NULL, OFFSET(hwaccel_flags), AV_OPT_TYPE_FLAGS, {.i64 = AV_HWACCEL_FLAG_IGNORE_LE…
/third_party/ffmpeg/doc/
DAPIchanges487 Add AVCodecContext.hwaccel_flags field. This will control some hwaccels at