Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_stream.cpp91 if (!CheckSize(UINT8_BYTES_NUM)) { in Read8()
96 bool success = stream->Read(&buf, UINT8_BYTES_NUM); in Read8()
178 char strChar = UINT8_BYTES_NUM; in ReadString()
180 if (!CheckSize(UINT8_BYTES_NUM)) { in ReadString()
183 bool res = stream->Read(&strChar, UINT8_BYTES_NUM); in ReadString()
254 case UINT8_BYTES_NUM: { in Write()
276 CheckSize(str.size() + UINT8_BYTES_NUM); in Write()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_constant.h30 const uint8_t UINT8_BYTES_NUM = 1; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_property_color_box.cpp37 … if (!reader.CheckSize(UINT16_BYTES_NUM + UINT16_BYTES_NUM + UINT16_BYTES_NUM + UINT8_BYTES_NUM)) { in ParseContent()
H A Ditem_ref_box.cpp91 … static_cast<size_t>(idSize) * (UINT8_BYTES_NUM + ref.toItemIds.size())); in Write()
H A Ditem_property_hvcc_box.cpp224 if (nalu[i - UINT8_BYTES_NUM] == 0x00 && in ProcessBoxData()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_test.cpp182 heifWriter.Write(UINT8_BYTES_NUM, 0);