Home
last modified time | relevance | path

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

/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecTest.java1478 Thread videoDecodingThread = new Thread(new Runnable() { in testDecodeShortInput() local
1484 videoDecodingThread.start(); in testDecodeShortInput()
1485 videoDecodingThread.join(DECODING_TIMEOUT_MS); in testDecodeShortInput()