Home
last modified time | relevance | path

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

/external/webp/src/demux/
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()
452 const uint32_t fourcc = ReadLE32(mem); in ParseVP8XChunks()
453 const uint32_t chunk_size = ReadLE32(mem); in ParseVP8XChunks()
480 dmux->bgcolor_ = ReadLE32(mem); in ParseVP8XChunks()
542 vp8x_size = ReadLE32(mem); in ParseVP8X()