Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
DFrameOutput.cpp147 reduceRgbaToRgb(mPixelBuf, width * height); in copyFrame()
193 void FrameOutput::reduceRgbaToRgb(uint8_t* buf, unsigned int pixelCount) { in reduceRgbaToRgb() function in FrameOutput
DFrameOutput.h68 static void reduceRgbaToRgb(uint8_t* buf, unsigned int pixelCount);