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/
DEncodeVirtualDisplayWithCompositionTestImpl.java517 private Thread mEncodingThread; field in EncodeVirtualDisplayWithCompositionTestImpl.EncodingHelper
527 mEncodingThread = new Thread(new Runnable() { in startEncoding()
538 mEncodingThread.start(); in startEncoding()
556 mEncodingThread.join(); in stopEncoding()
560 mEncodingThread = null; in stopEncoding()