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:
commit
ac6175ee79
1 changed files with 2 additions and 0 deletions
|
@ -2896,6 +2896,8 @@ TEST_F(CameraHidlTest, configureStreamsWithSessionParameters) {
|
|||
continue;
|
||||
}
|
||||
|
||||
outputPreviewStreams.clear();
|
||||
|
||||
ASSERT_EQ(Status::OK, getAvailableOutputStreams(staticMetaBuffer, outputPreviewStreams,
|
||||
&previewThreshold));
|
||||
ASSERT_NE(0u, outputPreviewStreams.size());
|
||||
|
|
Loading…
Reference in a new issue