summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU. Artie Eoff <ullysses.a.eoff@intel.com>2018-01-22 20:25:31 -0800
committerXiang, Haihao <haihao.xiang@intel.com>2018-01-23 14:47:10 +0800
commit570dfe1e51b657211a8c38b98c862d78ac44f302 (patch)
tree21b075d8b9a336a8cd7942a96d7e81380fa8a106
parentcccf2a3c61b3cdc4836ee6a0a30db436fcc6ffe5 (diff)
downloadlibva-intel-driver-570dfe1e51b657211a8c38b98c862d78ac44f302.tar.gz
test/avce_context: update RC expectation for Stats entrypoint
Rate control attribute is unsupported for AVCE VAEntrypointStats. This fixes the following test regressions since 336d8913aa30: AVCEncode/AVCEContextTest.RateControl/3, where GetParam() = (VAProfileH264ConstrainedBaseline, VAEntrypointStats) AVCEncode/AVCEContextTest.RateControl/7, where GetParam() = (VAProfileH264Main, VAEntrypointStats) AVCEncode/AVCEContextTest.RateControl/11, where GetParam() = (VAProfileH264High, VAEntrypointStats) Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
-rw-r--r--test/i965_avce_context_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/i965_avce_context_test.cpp b/test/i965_avce_context_test.cpp
index cef8c1e8..db854b5b 100644
--- a/test/i965_avce_context_test.cpp
+++ b/test/i965_avce_context_test.cpp
@@ -100,7 +100,7 @@ TEST_P(AVCEContextTest, RateControl)
{VAEntrypointEncSlice, i965->codec_info->h264_brc_mode},
{VAEntrypointEncSliceLP, i965->codec_info->lp_h264_brc_mode},
{VAEntrypointFEI, VA_RC_CQP},
- {VAEntrypointStats, VA_RC_NONE},
+ {VAEntrypointStats, VA_ATTRIB_NOT_SUPPORTED},
};
for (auto rc : rateControls) {