Home
last modified time | relevance | path

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

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