Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaSyncTest.java423 Thread decodingThread = new Thread(new Runnable() { in playAV() local
430 decodingThread.start(); in playAV()
431 decodingThread.join(timeOutMs); in playAV()
DMediaCodecTest.java1228 Thread decodingThread = new Thread(new Runnable() { in testDecodeAfterFlush() local
1324 decodingThread.start(); in testDecodeAfterFlush()
1325 decodingThread.join(DECODING_TIMEOUT_MS); in testDecodeAfterFlush()
1327 decodingThread.interrupt(); in testDecodeAfterFlush()