Searched refs:encSurface (Results 1 – 1 of 1) sorted by relevance
899 InputSurface encSurface = new InputSurface(surface); in testLevel() local901 mMediaRecorder.setInputSurface(encSurface.getSurface()); in testLevel()925 encSurface.updateSize(width, height); in testLevel()932 encSurface.makeCurrent(); in testLevel()936 encSurface.setPresentationTime(time); in testLevel()937 encSurface.swapBuffers(); in testLevel()978 if (encSurface != null) { in testLevel()979 encSurface.release(); in testLevel()980 encSurface = null; in testLevel()