Searched refs:createInputSurface (Results 1 – 3 of 3) sorted by relevance
178 public Surface createInputSurface(int width, int height, int frameRate) { in createInputSurface() method in VideoManager189 return mMediaCodec.createInputSurface(); in createInputSurface()
213 mSurface = mVideoManager.createInputSurface(CAMERA_WIDTH, CAMERA_HEIGHT,
190 Surface surface = mVideoManager.createInputSurface(mWidth, mHeight, DISPLAY_FPS); in reset()