Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_ref_box.cpp25 ref.fromItemId = reader.Read16(); in ParseItemRef()
34 ref.fromItemId = reader.Read32(); in ParseItemRef()
65 if ((ref.fromItemId >> TWO_BYTES_SHIFT) > 0) { in InferFullBoxVersion()
96 writer.Write(idSize, ref.fromItemId); in Write()
111 return ref.fromItemId == itemId; in HasReferences()
120 if (ref.fromItemId == itemId) { in GetReferencesFrom()
132 return ref.fromItemId == itemId && ref.box.GetBoxType() == ref_type; in GetReferences()
142 ref.fromItemId = from_id; in AddReferences()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_box_test.cpp222 struct HeifIrefBox::Reference ref {.fromItemId = 0xFFFFFFFF};
227 ref.fromItemId = 0x00000000;
245 struct HeifIrefBox::Reference ref {.fromItemId = 0};
249 ref.fromItemId = 1;
H A Dheif_parser_test.cpp348 struct HeifIrefBox::Reference ref {.fromItemId = 1};
394 .fromItemId = 1,
469 heif_item_id fromItemId = 0; variable
478 heifParser.AddReference(fromItemId, type, toItemIds);
484 heifParser.AddReference(fromItemId, type, toItemIds);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_ref_box.h29 heif_item_id fromItemId; member
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_parser.cpp605 heif_item_id fromItemId = ref.fromItemId; in ExtractGainmapImage() local
606 auto fromItemInfeBox = GetInfeBox(fromItemId); in ExtractGainmapImage()
812 void HeifParser::AddReference(heif_item_id fromItemId, uint32_t type, const std::vector<heif_item_i… in AddReference() argument
818 irefBox_->AddReferences(fromItemId, type, toItemIds); in AddReference()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_parser.h181 …void AddReference(heif_item_id fromItemId, uint32_t type, const std::vector<heif_item_id> &toItemI…