Merge "The test failed when one of the three cameras was configured with a maximum android.scaler.availableStreamConfiguration size of 1600*1200"

This commit is contained in:
Treehugger Robot 2019-01-22 04:12:43 +00:00 committed by Gerrit Code Review
commit ac6175ee79

View file

@ -2896,6 +2896,8 @@ TEST_F(CameraHidlTest, configureStreamsWithSessionParameters) {
continue;
}
outputPreviewStreams.clear();
ASSERT_EQ(Status::OK, getAvailableOutputStreams(staticMetaBuffer, outputPreviewStreams,
&previewThreshold));
ASSERT_NE(0u, outputPreviewStreams.size());