HomeSort by relevance Sort by last modified time
    Searched refs:setValueLE (Results 1 - 2 of 2) sorted by null

  /frameworks/av/cmds/screenrecord/
FrameOutput.cpp 32 inline void FrameOutput::setValueLE(uint8_t* buf, uint32_t value) {
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);
FrameOutput.h 71 static void setValueLE(uint8_t* buf, uint32_t value);

Completed in 3604 milliseconds