summaryrefslogtreecommitdiff
path: root/test/i965_avce_context_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/i965_avce_context_test.cpp')
-rw-r--r--test/i965_avce_context_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/i965_avce_context_test.cpp b/test/i965_avce_context_test.cpp
index 494d51d5..039c05d5 100644
--- a/test/i965_avce_context_test.cpp
+++ b/test/i965_avce_context_test.cpp
@@ -276,10 +276,13 @@ INSTANTIATE_TEST_CASE_P(
AVCEncode, AVCEContextTest, ::testing::Values(
std::make_tuple(VAProfileH264ConstrainedBaseline, VAEntrypointEncSlice),
std::make_tuple(VAProfileH264ConstrainedBaseline, VAEntrypointEncSliceLP),
+ std::make_tuple(VAProfileH264ConstrainedBaseline, VAEntrypointFEI),
std::make_tuple(VAProfileH264Main, VAEntrypointEncSlice),
std::make_tuple(VAProfileH264Main, VAEntrypointEncSliceLP),
+ std::make_tuple(VAProfileH264Main, VAEntrypointFEI),
std::make_tuple(VAProfileH264High, VAEntrypointEncSlice),
std::make_tuple(VAProfileH264High, VAEntrypointEncSliceLP),
+ std::make_tuple(VAProfileH264High, VAEntrypointFEI),
std::make_tuple(VAProfileH264MultiviewHigh, VAEntrypointEncSlice),
std::make_tuple(VAProfileH264StereoHigh, VAEntrypointEncSlice)
)