Searched refs:decodingThread (Results 1 – 2 of 2) sorted by relevance
423 Thread decodingThread = new Thread(new Runnable() { in playAV() local430 decodingThread.start(); in playAV()431 decodingThread.join(timeOutMs); in playAV()
1228 Thread decodingThread = new Thread(new Runnable() { in testDecodeAfterFlush() local1324 decodingThread.start(); in testDecodeAfterFlush()1325 decodingThread.join(DECODING_TIMEOUT_MS); in testDecodeAfterFlush()1327 decodingThread.interrupt(); in testDecodeAfterFlush()