Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DEncodeVirtualDisplayWithCompositionTest.java490 private Thread mEncodingThread; field in EncodeVirtualDisplayWithCompositionTest.EncodingHelper
499 mEncodingThread = new Thread(new Runnable() { in startEncoding()
510 mEncodingThread.start(); in startEncoding()
528 mEncodingThread.join(); in stopEncoding()
532 mEncodingThread = null; in stopEncoding()