Home
last modified time | relevance | path

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

/development/samples/VirtualDeviceManager/common/src/com/example/android/vdmdemo/common/
DVideoManager.java69 private DecoderThread mDecoderThread;
209 mDecoderThread = new DecoderThread(); in startDecoding()
263 private class DecoderThread extends Thread { class in VideoManager