Home
last modified time | relevance | path

Searched refs:GetULong (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Ddata_buf_test.cpp121 uint32_t result = GetULong(buf, littleEndian);
125 result = GetULong(buf, bigEndian);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Ddata_buf.cpp114 return GetULong(&pData_[offset], byteOrder); in ReadUInt32()
185 uint32_t GetULong(const byte *buf, ByteOrder byteOrder) in GetULong() function
H A Dwebp_exif_metadata_accessor.cpp162 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()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/
H A Ddata_buf.h200 uint32_t GetULong(const byte *buf, ByteOrder byteOrder);