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

/frameworks/av/cmds/screenrecord/
H A DFrameOutput.cpp32 inline void FrameOutput::setValueLE(uint8_t* buf, uint32_t value) { function in class:FrameOutput
162 setValueLE(&header[0], packetLen);
163 setValueLE(&header[4], width);
164 setValueLE(&header[8], height);
165 setValueLE(&header[12], width * kOutBytesPerPixel);
166 setValueLE(&header[16], HAL_PIXEL_FORMAT_RGB_888);
H A DFrameOutput.h71 static void setValueLE(uint8_t* buf, uint32_t value);

Completed in 55 milliseconds