Home
last modified time | relevance | path

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

/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/
DDisplayController.java82 mVideoManager.startDecoding(surface, width, height); in setSurface()
/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/
DRemoteCameraManager.java103 mVideoManager.startDecoding(surface, width, height); in onStreamConfigured()
/development/samples/VirtualDeviceManager/common/src/com/example/android/vdmdemo/common/
DVideoManager.java201 public void startDecoding(Surface surface, int width, int height) { in startDecoding() method in VideoManager