Home
last modified time | relevance | path

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

/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.cpp87 int idSize = ((GetVersion() == HEIF_BOX_VERSION_ZERO) ? UINT16_BYTES_NUM : UINT32_BYTES_NUM); in Write()
90 auto box_size = uint32_t(UINT32_BYTES_NUM + UINT32_BYTES_NUM + UINT16_BYTES_NUM + in Write()
H A Ditem_data_box.cpp242 nSkip += UINT16_BYTES_NUM; in Write()
243 nSkip += (GetVersion() < HEIF_BOX_VERSION_TWO) ? UINT16_BYTES_NUM : UINT32_BYTES_NUM; in Write()
245 nSkip += (GetVersion() < HEIF_BOX_VERSION_TWO) ? UINT16_BYTES_NUM : UINT32_BYTES_NUM; in Write()
246 nSkip += (GetVersion() >= HEIF_BOX_VERSION_ONE) ? UINT16_BYTES_NUM : 0; in Write()
H A Ditem_info_box.cpp44 …writer.Write(boxVersion > HEIF_BOX_VERSION_ZERO ? UINT32_BYTES_NUM : UINT16_BYTES_NUM, children_.s… in Write()
H A Ditem_property_hvcc_box.cpp223 for (int i = UINT16_BYTES_NUM; i < naluSize; ++i) { in ProcessBoxData()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_stream.cpp106 if (!CheckSize(UINT16_BYTES_NUM)) { in Read16()
109 uint8_t buf[UINT16_BYTES_NUM]; in Read16()
111 bool success = stream->Read(buf, UINT16_BYTES_NUM); in Read16()
224 CheckSize(UINT16_BYTES_NUM); in Write16()
258 case UINT16_BYTES_NUM: { in Write()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_constant.h31 const uint8_t UINT16_BYTES_NUM = 2; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_test.cpp183 heifWriter.Write(UINT16_BYTES_NUM, 0);