Home
last modified time | relevance | path

Searched refs:mStopInput (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecTest.java942 CountDownLatch mStopInput = new CountDownLatch(1); field in MediaCodecTest.ReleaseAfterFlushCallback
971 mStopInput.countDown(); in onOutputBufferAvailable()
1004 } while (!mStopInput.await(TIMEOUT_USEC, TimeUnit.MICROSECONDS)); in run()