Searched refs:mEglWindow (Results 1 – 4 of 4) sorted by relevance
136 err = mEglWindow.createWindow(mOutputSurface); in setup_l()140 mEglWindow.makeCurrent(); in setup_l()142 int width = mEglWindow.getWidth(); in setup_l()143 int height = mEglWindow.getHeight(); in setup_l()195 mEglWindow.release(); in release_l()218 int width = mEglWindow.getWidth(); in processFrame_l()219 int height = mEglWindow.getHeight(); in processFrame_l()251 mEglWindow.presentationTime(monotonicNsec); in processFrame_l()252 mEglWindow.swapBuffers(); in processFrame_l()
47 err = mEglWindow.createPbuffer(width, height); in createInputSurface()51 mEglWindow.makeCurrent(); in createInputSurface()123 int width = mEglWindow.getWidth(); in copyFrame()124 int height = mEglWindow.getHeight(); in copyFrame()
52 mEglWindow.makeCurrent(); in prepareToCopy()85 EglWindow mEglWindow; variable
135 EglWindow mEglWindow; variable