Home
last modified time | relevance | path

Searched refs:mPixelBuf (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/cmds/screenrecord/
DFrameOutput.h35 mPixelBuf(NULL) in FrameOutput()
61 delete[] mPixelBuf; in ~FrameOutput()
94 uint8_t* mPixelBuf; variable
DFrameOutput.cpp82 mPixelBuf = new uint8_t[width * height * kGlBytesPerPixel]; in createInputSurface()
139 glReadPixels(0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, mPixelBuf); in copyFrame()
147 reduceRgbaToRgb(mPixelBuf, width * height); in copyFrame()
176 fwrite(mPixelBuf, 1, rgbDataLen, fp); in copyFrame()