Searched refs:HeifIspeBox (Results 1 – 5 of 5) sorted by relevance
23 class HeifIspeBox : public HeifFullBox {25 HeifIspeBox() : HeifFullBox(BOX_TYPE_ISPE) {} in HeifIspeBox() function
20 heif_error HeifIspeBox::ParseContent(HeifStreamReader &reader) in ParseContent()28 heif_error HeifIspeBox::Write(HeifStreamWriter &writer) const in Write()
190 MAKE_BOX_CASE("ispe", HeifIspeBox); in MakeBox()
82 void ItemPropertyBasicBoxTest001(HeifIspeBox *heifispebox, HeifPixiBox *heifpixibox, in ItemPropertyBasicBoxTest001()246 auto heifispebox = static_cast<HeifIspeBox*>(objHeiffullbox); in HeifImplFuzzTest001()
400 auto ispe = GetProperty<HeifIspeBox>(itemId); in ExtractFragmentMetadata()466 auto ispe = GetProperty<HeifIspeBox>(itemId); in ExtractImageProperties()748 auto ispe = std::make_shared<HeifIspeBox>(); in AddIspeProperty()