Home
last modified time | relevance | path

Searched refs:AV_HWACCEL_FLAG_ALLOW_HIGH_DEPTH (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvdpau.c183 if (!(hwctx->flags & AV_HWACCEL_FLAG_ALLOW_HIGH_DEPTH) && in ff_vdpau_common_init()
415 if (flags & ~(AV_HWACCEL_FLAG_IGNORE_LEVEL|AV_HWACCEL_FLAG_ALLOW_HIGH_DEPTH)) in av_vdpau_bind_context()
H A Davcodec.h2237 #define AV_HWACCEL_FLAG_ALLOW_HIGH_DEPTH (1 << 1) macro
H A Doptions_table.h398 {"allow_high_depth", "allow to output YUV pixel formats with a different chroma sampling than 4:2:0 and/or other than 8 bits per component", 0, AV_OPT_TYPE_CONST, {.i64 = AV_HWACCEL_FLAG_ALLOW_HIGH_DEPTH }, INT_MIN, INT_MAX, V | D, "hwaccel_flags"},

Completed in 7 milliseconds