Merge "bug fix: close file pointer" into oreo-vts-dev

This commit is contained in:
Treehugger Robot
2018-01-24 18:54:01 +00:00
committed by Gerrit Code Review

View File

@@ -1378,6 +1378,7 @@ TEST_F(VideoDecHidlTest, FlushTest) {
Info.size() - index, portMode[1], false);
}
// Note: Assumes 200 ms is enough to end any decode call that started
eleStream.close();
flushPorts(omxNode, observer, &iBuffer, &oBuffer, kPortIndexInput,
kPortIndexOutput, 200000);
framesReceived = 0;