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

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

Completed in 58 milliseconds