Home
last modified time | relevance | path

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

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