Searched refs:mStopInput (Results 1 – 1 of 1) sorted by relevance
942 CountDownLatch mStopInput = new CountDownLatch(1); field in MediaCodecTest.ReleaseAfterFlushCallback971 mStopInput.countDown(); in onOutputBufferAvailable()1004 } while (!mStopInput.await(TIMEOUT_USEC, TimeUnit.MICROSECONDS)); in run()