Searched refs:decodingThread (Results 1 – 2 of 2) sorted by relevance
421 Thread decodingThread = new Thread(new Runnable() { in playAV() local428 decodingThread.start(); in playAV()429 decodingThread.join(timeOutMs); in playAV()
867 Thread decodingThread = new Thread(new Runnable() { in testDecodeAfterFlush() local916 decodingThread.start(); in testDecodeAfterFlush()917 decodingThread.join(DECODING_TIMEOUT_MS); in testDecodeAfterFlush()919 decodingThread.interrupt(); in testDecodeAfterFlush()