Home
last modified time | relevance | path

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

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