Searched refs:setValueLE (Results 1 – 2 of 2) sorted by relevance
32 inline void FrameOutput::setValueLE(uint8_t* buf, uint32_t value) { in setValueLE() function in FrameOutput162 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()
71 static void setValueLE(uint8_t* buf, uint32_t value);