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

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

Completed in 136 milliseconds