Merge "bug fix: close file pointer" into oc-dev am: 8735fb45a5
am: 51f04884ba
Change-Id: Ia0ec90fe324c7ec87eb42de42754f15bdc3fc0be
This commit is contained in:
commit
07674691a0
1 changed files with 1 additions and 0 deletions
|
@ -1230,6 +1230,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;
|
||||
|
|
Loading…
Reference in a new issue