Home
last modified time | relevance | path

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

/development/samples/VirtualDeviceManager/common/src/com/example/android/vdmdemo/common/
DVideoManager.java69 private DecoderThread mDecoderThread; field in VideoManager
158 mDecoderThread.exit(); in stop()
209 mDecoderThread = new DecoderThread(); in startDecoding()
210 mDecoderThread.start(); in startDecoding()