Home
last modified time | relevance | path

Searched refs:GetBoxType (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.cpp76 if (GetBoxType() == BOX_TYPE_UUID) { in InferHeaderSize()
132 writer.Write32(GetBoxType()); in WriteHeader()
138 if (GetBoxType() == BOX_TYPE_UUID) { in WriteHeader()
207 return box->GetBoxType() == BOX_TYPE_IPRP || box->GetBoxType() == BOX_TYPE_IPCO || in BoxContentChildren()
208 box->GetBoxType() == BOX_TYPE_META || box->GetBoxType() == BOX_TYPE_IINF; in BoxContentChildren()
222 std::shared_ptr<HeifBox> box = HeifBox::MakeBox(headerBox.GetBoxType()); in MakeFromReader()
H A Ditem_ref_box.cpp94 writer.Write32(ref.box.GetBoxType()); in Write()
132 return ref.fromItemId == itemId && ref.box.GetBoxType() == ref_type; in GetReferences()
H A Ditem_property_box.cpp82 if (property->GetBoxType() == boxType) { in GetProperty()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Dheif_box.h43 uint32_t GetBoxType() const { return boxType_; } in GetBoxType() function
65 if (box->GetBoxType() == boxType) { in GetChild()
79 if (box->GetBoxType() == boxType) { in GetChildren()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_parser.cpp110 if (box->GetBoxType() == BOX_TYPE_META) { in AssembleBoxes()
113 if (box->GetBoxType() == BOX_TYPE_FTYP) { in AssembleBoxes()
601 uint32_t type = ref.box.GetBoxType(); in ExtractGainmapImage()
645 uint32_t type = ref.box.GetBoxType(); in ExtractNonMasterImages()