Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Ddata_buf.cpp51 const size_t UINT32_SIZE = 4; variable
97 if (pData_.size() < UINT32_SIZE || offset > (pData_.size() - UINT32_SIZE)) { in WriteUInt32()
108 if (pData_.size() < UINT32_SIZE || offset > (pData_.size() - UINT32_SIZE)) { in ReadUInt32()
182 return UINT32_SIZE; in UL2Data()