Searched defs:GetLE16 (Results 1 - 2 of 2) sorted by relevance

/external/webp/src/utils/
H A Dutils.h80 static WEBP_INLINE int GetLE16(const uint8_t* const data) { function
85 return GetLE16(data) | (data[2] << 16);
89 return GetLE16(data) | ((uint32_t)GetLE16(data + 2) << 16);
/external/webrtc/webrtc/base/
H A Dbyteorder.h106 inline uint16_t GetLE16(const void* memory) { function in namespace:rtc

Completed in 68 milliseconds