summaryrefslogtreecommitdiff
path: root/src/i965_drv_video.h
diff options
context:
space:
mode:
authorpeng.chen <peng.c.chen@intel.com>2016-01-27 15:13:43 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2016-01-29 14:52:33 +0800
commitc4deca0af3b14d13a303a5e761a9b5d15a56f1dc (patch)
tree3e2dc235ae1dc68d2eaf2ac3fc55abe532528f96 /src/i965_drv_video.h
parenteb39a3d574d10684e6e6ade13798acc59aa45432 (diff)
downloadlibva-intel-driver-v1.6-branch.tar.gz
support VP9 profile2 10bits decodingkbl-alpha-rc1kbl-alphav1.6-branch
v2: ignore bit_depth for profile0,1 add the support of enum VAProfileVP9Profile2 v1: initial Signed-off-by: peng.chen <peng.c.chen@intel.com> (cherry picked from commit f6fe8428cc395771659a010222d0e3774b876535)
Diffstat (limited to 'src/i965_drv_video.h')
-rw-r--r--src/i965_drv_video.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i965_drv_video.h b/src/i965_drv_video.h
index 36a90392..c86ace7e 100644
--- a/src/i965_drv_video.h
+++ b/src/i965_drv_video.h
@@ -362,10 +362,13 @@ struct hw_codec_info
int min_linear_hpitch;
unsigned int h264_mvc_dec_profiles;
+ unsigned int vp9_dec_profiles;
+
unsigned int h264_dec_chroma_formats;
unsigned int jpeg_dec_chroma_formats;
unsigned int jpeg_enc_chroma_formats;
unsigned int hevc_dec_chroma_formats;
+ unsigned int vp9_dec_chroma_formats;
unsigned int has_mpeg2_decoding:1;
unsigned int has_mpeg2_encoding:1;