Searched refs:mEglWindow (Results 1 – 4 of 4) sorted by relevance
137 err = mEglWindow.createWindow(mOutputSurface); in setup_l()141 mEglWindow.makeCurrent(); in setup_l()143 int width = mEglWindow.getWidth(); in setup_l()144 int height = mEglWindow.getHeight(); in setup_l()196 mEglWindow.release(); in release_l()220 int width = mEglWindow.getWidth(); in processFrame_l()221 int height = mEglWindow.getHeight(); in processFrame_l()253 mEglWindow.presentationTime(monotonicNsec); in processFrame_l()254 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
134 EglWindow mEglWindow; variable