Searched defs:bufferSize (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/drivers/external_device/ili9341/src/ |
A D | ili9341.c | 272 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 D | st7789.c | 264 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 D | SDL_coreaudio.h | 54 UInt32 bufferSize; member
|
/AliOS-Things-master/components/oss/src/external/tinyxml2/ |
A D | tinyxml2.cpp | 556 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 D | jsoncpp.cpp | 1849 const int bufferSize = 32; in decodeDouble() local
|
Completed in 22 milliseconds