MCPcopy Create free account
hub / github.com/Tencent/libpag / GetLE32

Function GetLE32

src/codec/utils/WebpDecoder.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34static WEBP_INLINE uint32_t GetLE32(const uint8_t* const data) {
35 return GetLE16(data) | ((uint32_t)GetLE16(data + 2) << 16);
36}
37
38static VP8StatusCode ParseVP8X(const uint8_t** const data, size_t* const data_size,
39 int* const found_vp8x, int* const width_ptr, int* const height_ptr,

Callers 4

ParseVP8XFunction · 0.85
ParseRIFFFunction · 0.85
ParseOptionalChunksFunction · 0.85
ParseVP8HeaderFunction · 0.85

Calls 1

GetLE16Function · 0.85

Tested by

no test coverage detected