Home
last modified time | relevance | path

Searched refs:AV_HWACCEL_FLAG_IGNORE_LEVEL (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvdpau.c175 if (hwctx->flags & AV_HWACCEL_FLAG_IGNORE_LEVEL) in ff_vdpau_common_init()
195 if (avctx->hwaccel_flags & AV_HWACCEL_FLAG_IGNORE_LEVEL) in ff_vdpau_common_init()
459 if (flags & ~(AV_HWACCEL_FLAG_IGNORE_LEVEL|AV_HWACCEL_FLAG_ALLOW_HIGH_DEPTH)) in av_vdpau_bind_context()
Doptions_table.h464 …ags", NULL, OFFSET(hwaccel_flags), AV_OPT_TYPE_FLAGS, {.i64 = AV_HWACCEL_FLAG_IGNORE_LEVEL }, 0, U…
465 …orted by the hardware driver", 0, AV_OPT_TYPE_CONST, { .i64 = AV_HWACCEL_FLAG_IGNORE_LEVEL }, INT_…
Davcodec.h2614 #define AV_HWACCEL_FLAG_IGNORE_LEVEL (1 << 0) macro
/third_party/ffmpeg/doc/
DAPIchanges1141 Add AV_HWACCEL_FLAG_IGNORE_LEVEL flag to av_vdpau_bind_context().