Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Dheif_box.cpp43 if (!reader.CheckSize(UINT64_BYTES_NUM)) { in ParseHeader()
50 headerSize_ = UINT64_BYTES_NUM; in ParseHeader()
53 if (!reader.CheckSize(UINT64_BYTES_NUM)) { in ParseHeader()
57 headerSize_ += UINT64_BYTES_NUM; in ParseHeader()
75 int headerSize = UINT64_BYTES_NUM; in InferHeaderSize()
126 writer.Insert(UINT64_BYTES_NUM); in WriteHeader()
H A Ditem_data_box.cpp37 } else if (indexSize == UINT64_BYTES_NUM) { in ParseExtents()
46 } else if (offsetSize == UINT64_BYTES_NUM) { in ParseExtents()
54 } else if (lengthSize == UINT64_BYTES_NUM) { in ParseExtents()
89 } else if (baseOffsetSize == UINT64_BYTES_NUM) { in ParseContent()
226 writer.Write32((uint32_t) (idatTotalSize + UINT64_BYTES_NUM)); in Write()
272 writer.Write32((uint32_t) (mdatTotalSize + UINT64_BYTES_NUM)); in WriteMdatBox()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_stream.cpp139 if (!CheckSize(UINT64_BYTES_NUM)) { in Read64()
142 uint8_t buf[UINT64_BYTES_NUM]; in Read64()
144 bool success = stream->Read(buf, UINT64_BYTES_NUM); in Read64()
240 CheckSize(UINT64_BYTES_NUM); in Write64()
266 case UINT64_BYTES_NUM: in Write()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_constant.h33 const uint8_t UINT64_BYTES_NUM = 8; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_test.cpp185 heifWriter.Write(UINT64_BYTES_NUM, 0);