Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/demux/
A Ddemux.c167 static WEBP_INLINE uint32_t ReadLE32(MemBuffer* const mem) { in ReadLE32() function
222 const uint32_t fourcc = ReadLE32(mem); in StoreFrame()
223 const uint32_t payload_size = ReadLE32(mem); in StoreFrame()
447 const uint32_t fourcc = ReadLE32(mem); in ParseVP8XChunks()
448 const uint32_t chunk_size = ReadLE32(mem); in ParseVP8XChunks()
475 dmux->bgcolor_ = ReadLE32(mem); in ParseVP8XChunks()
537 vp8x_size = ReadLE32(mem); in ParseVP8X()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dwebpinfo.c165 static uint32_t ReadLE32(const uint8_t** data) { in ReadLE32() function
720 webp_info->bgcolor_ = ReadLE32(&data); in ProcessANIMChunk()

Completed in 10 milliseconds