Searched refs:GetULong (Results 1 – 4 of 4) sorted by relevance
121 uint32_t result = GetULong(buf, littleEndian);125 result = GetULong(buf, bigEndian);
114 return GetULong(&pData_[offset], byteOrder); in ReadUInt32()185 uint32_t GetULong(const byte *buf, ByteOrder byteOrder) in GetULong() function
162 const uint32_t size = GetULong(chunkSize, littleEndian); in CheckChunkVp8x()432 width = GetULong(sizeBuf, littleEndian) + 1; in GetWidthAndHeightFormChunk()435 height = GetULong(sizeBuf, littleEndian) + 1; in GetWidthAndHeightFormChunk()464 uint32_t fileSize = GetULong(headInfo.Data(WEBP_RIFF_SIZE), littleEndian) + size; in WriteHeader()
200 uint32_t GetULong(const byte *buf, ByteOrder byteOrder);