HomeSort by relevance Sort by last modified time
    Searched refs:kGlBytesPerPixel (Results 1 - 2 of 2) sorted by null

  /frameworks/av/cmds/screenrecord/
FrameOutput.cpp 29 static const int kGlBytesPerPixel = 4; // GL_RGBA
82 mPixelBuf = new uint8_t[width * height * kGlBytesPerPixel];
  /device/generic/goldfish/camera/
EmulatedFakeRotatingCameraDevice.cpp 531 int kGlBytesPerPixel = 4;
532 mPixelBuf = new uint8_t[width * height * kGlBytesPerPixel];

Completed in 111 milliseconds