hardware/intel/intel-driver
Revision | 3d94c80a04daa983ea7f5d3ba3d286c876327955 (tree) |
---|---|
Time | 2016-05-09 17:52:22 |
Author | Xiang, Haihao <haihao.xiang@inte...> |
Commiter | Xiang, Haihao |
Export Low power encoding for H.264 on SKL
Only CQP mode is supported by now
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Reviewed-By: Sean V Kelley <sean.v.kelley@intel.com>
@@ -357,6 +357,9 @@ static struct hw_codec_info skl_hw_codec_info = { | ||
357 | 357 | .has_h264_mvc_encoding = 1, |
358 | 358 | .has_hevc_decoding = 1, |
359 | 359 | .has_hevc_encoding = 1, |
360 | + .has_lp_h264_encoding = 1, | |
361 | + | |
362 | + .lp_h264_brc_mode = VA_RC_CQP, | |
360 | 363 | |
361 | 364 | .num_filters = 5, |
362 | 365 | .filters = { |