Home
last modified time | relevance | path

Searched defs:bufferSize (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/drivers/external_device/ili9341/src/
A Dili9341.c272 uint32_t bufferSize = width * height * sizeof(uint16_t); in ili9341_draw_area() local
290 uint32_t bufferSize = width * height * sizeof(uint16_t); in ili9341_draw_rect() local
302 uint32_t bufferSize = ILI9341_HEIGHT * ILI9341_WIDTH * sizeof(uint16_t); in ili9341_draw_frame() local
/AliOS-Things-master/components/drivers/external_device/st7789/src/
A Dst7789.c264 uint32_t bufferSize = width * height * sizeof(uint16_t); in st7789_draw_area() local
282 uint32_t bufferSize = width * height * sizeof(uint16_t); in st7789_draw_rect() local
294 uint32_t bufferSize = ST7789_HEIGHT * ST7789_WIDTH * sizeof(uint16_t); in st7789_draw_frame() local
/AliOS-Things-master/components/SDL2/src/audio/coreaudio/
A DSDL_coreaudio.h54 UInt32 bufferSize; member
/AliOS-Things-master/components/oss/src/external/tinyxml2/
A Dtinyxml2.cpp556 void XMLUtil::ToStr( int v, char* buffer, int bufferSize ) in ToStr()
562 void XMLUtil::ToStr( unsigned v, char* buffer, int bufferSize ) in ToStr()
568 void XMLUtil::ToStr( bool v, char* buffer, int bufferSize ) in ToStr()
577 void XMLUtil::ToStr( float v, char* buffer, int bufferSize ) in ToStr()
583 void XMLUtil::ToStr( double v, char* buffer, int bufferSize ) in ToStr()
589 void XMLUtil::ToStr(int64_t v, char* buffer, int bufferSize) in ToStr()
/AliOS-Things-master/components/oss/src/external/json/
A Djsoncpp.cpp1849 const int bufferSize = 32; in decodeDouble() local

Completed in 22 milliseconds