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

/frameworks/av/cmds/screenrecord/
H A DFrameOutput.cpp29 static const int kGlBytesPerPixel = 4; // GL_RGBA variable
82 mPixelBuf = new uint8_t[width * height * kGlBytesPerPixel];

Completed in 71 milliseconds