Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvdpau.c178 if (!(hwctx->flags & AV_HWACCEL_FLAG_ALLOW_HIGH_DEPTH) && in ff_vdpau_common_init()
459 if (flags & ~(AV_HWACCEL_FLAG_IGNORE_LEVEL|AV_HWACCEL_FLAG_ALLOW_HIGH_DEPTH)) in av_vdpau_bind_context()
Davcodec.h2620 #define AV_HWACCEL_FLAG_ALLOW_HIGH_DEPTH (1 << 1) macro
Doptions_table.h466 …r than 8 bits per component", 0, AV_OPT_TYPE_CONST, {.i64 = AV_HWACCEL_FLAG_ALLOW_HIGH_DEPTH }, IN…
/third_party/ffmpeg/doc/
DAPIchanges1108 Add AV_HWACCEL_FLAG_ALLOW_HIGH_DEPTH flag to av_vdpau_bind_context().