Home
last modified time | relevance | path

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

/development/samples/VirtualDeviceManager/common/src/com/example/android/vdmdemo/common/
DVideoManager.java178 public Surface createInputSurface(int width, int height, int frameRate) { in createInputSurface() method in VideoManager
189 return mMediaCodec.createInputSurface(); in createInputSurface()
/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/
DVirtualCameraController.java213 mSurface = mVideoManager.createInputSurface(CAMERA_WIDTH, CAMERA_HEIGHT,
/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/
DRemoteDisplay.java190 Surface surface = mVideoManager.createInputSurface(mWidth, mHeight, DISPLAY_FPS); in reset()