summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
Diffstat (limited to 'media')
-rw-r--r--media/omx/1.0/vts/functional/video/VtsHalMediaOmxV1_0TargetVideoDecTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/omx/1.0/vts/functional/video/VtsHalMediaOmxV1_0TargetVideoDecTest.cpp b/media/omx/1.0/vts/functional/video/VtsHalMediaOmxV1_0TargetVideoDecTest.cpp
index 2bdb06d4..6e2e739c 100644
--- a/media/omx/1.0/vts/functional/video/VtsHalMediaOmxV1_0TargetVideoDecTest.cpp
+++ b/media/omx/1.0/vts/functional/video/VtsHalMediaOmxV1_0TargetVideoDecTest.cpp
@@ -1378,6 +1378,7 @@ TEST_F(VideoDecHidlTest, FlushTest) {
1378 Info.size() - index, portMode[1], false); 1378 Info.size() - index, portMode[1], false);
1379 } 1379 }
1380 // Note: Assumes 200 ms is enough to end any decode call that started 1380 // Note: Assumes 200 ms is enough to end any decode call that started
1381 eleStream.close();
1381 flushPorts(omxNode, observer, &iBuffer, &oBuffer, kPortIndexInput, 1382 flushPorts(omxNode, observer, &iBuffer, &oBuffer, kPortIndexInput,
1382 kPortIndexOutput, 200000); 1383 kPortIndexOutput, 200000);
1383 framesReceived = 0; 1384 framesReceived = 0;