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

  /external/chromium_org/third_party/webrtc/modules/media_file/source/
avi_file.cc 506 _bytesRead += GetLE32(tag);
507 _bytesRead += GetLE32(size);
    [all...]
avi_file.h 172 size_t GetLE32(uint32_t& word);
  /external/chromium_org/third_party/libwebp/utils/
utils.h 58 static WEBP_INLINE uint32_t GetLE32(const uint8_t* const data) {
  /external/webp/src/utils/
utils.h 58 static WEBP_INLINE uint32_t GetLE32(const uint8_t* const data) {
  /external/chromium_org/third_party/webrtc/base/
byteorder_unittest.cc 77 EXPECT_EQ(0x67452301u, GetLE32(buf));
byteorder.h 112 inline uint32 GetLE32(const void* memory) {
md5.cc 35 buf[i] = rtc::GetLE32(&buf[i]);
  /frameworks/ex/framesequence/jni/
FrameSequence_webp.cpp 31 static uint32_t GetLE32(const uint8_t* const data) {
94 mData.size = CHUNK_HEADER_SIZE + GetLE32(riff_header + TAG_SIZE);
  /external/chromium_org/third_party/libwebp/demux/
demux.c 170 const uint32_t val = GetLE32(data);
405 riff_size = GetLE32(GetBuffer(mem) + TAG_SIZE);
    [all...]
  /external/webp/src/demux/
demux.c 170 const uint32_t val = GetLE32(data);
405 riff_size = GetLE32(GetBuffer(mem) + TAG_SIZE);
    [all...]

Completed in 337 milliseconds