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()
1291 Thread decodingThread = new Thread(new Runnable() { in testDecodeAfterFlush() local1387 decodingThread.start(); in testDecodeAfterFlush()1388 decodingThread.join(DECODING_TIMEOUT_MS); in testDecodeAfterFlush()1390 decodingThread.interrupt(); in testDecodeAfterFlush()