Searched refs:decodingThread (Results 1 – 2 of 2) sorted by relevance
424 Thread decodingThread = new Thread(new Runnable() { in playAV() local431 decodingThread.start(); in playAV()432 decodingThread.join(timeOutMs); in playAV()
1283 Thread decodingThread = new Thread(new Runnable() { in testDecodeAfterFlush() local1379 decodingThread.start(); in testDecodeAfterFlush()1380 decodingThread.join(DECODING_TIMEOUT_MS); in testDecodeAfterFlush()1382 decodingThread.interrupt(); in testDecodeAfterFlush()