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

/frameworks/av/cmds/screenrecord/
H A DFrameOutput.cpp30 static const int kOutBytesPerPixel = 3; // RGB only variable
155 size_t rgbDataLen = width * height * kOutBytesPerPixel;
165 setValueLE(&header[12], width * kOutBytesPerPixel);

Completed in 29 milliseconds