Home
last modified time | relevance | path

Searched refs:mEglWindow (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/cmds/screenrecord/
DOverlay.cpp136 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()
DFrameOutput.cpp47 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()
DFrameOutput.h52 mEglWindow.makeCurrent(); in prepareToCopy()
85 EglWindow mEglWindow; variable
DOverlay.h135 EglWindow mEglWindow; variable