HomeSort by relevance Sort by last modified time
    Searched defs:GetLE32 (Results 1 - 3 of 3) sorted by null

  /external/webp/src/utils/
utils.h 88 static WEBP_INLINE uint32_t GetLE32(const uint8_t* const data) {
  /external/webrtc/webrtc/base/
byteorder.h 110 inline uint32_t GetLE32(const void* memory) {
  /frameworks/ex/framesequence/jni/
FrameSequence_webp.cpp 31 static uint32_t GetLE32(const uint8_t* const data) {
102 uint32_t readSize = GetLE32(riff_header + TAG_SIZE);

Completed in 63 milliseconds