Home
last modified time | relevance | path

Searched refs:HeifIspeBox (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_property_basic_box.h23 class HeifIspeBox : public HeifFullBox {
25 HeifIspeBox() : HeifFullBox(BOX_TYPE_ISPE) {} in HeifIspeBox() function
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_property_basic_box.cpp20 heif_error HeifIspeBox::ParseContent(HeifStreamReader &reader) in ParseContent()
28 heif_error HeifIspeBox::Write(HeifStreamWriter &writer) const in Write()
H A Dheif_box.cpp190 MAKE_BOX_CASE("ispe", HeifIspeBox); in MakeBox()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageheifimpl_fuzzer/src/
H A Dimage_heif_impl_fuzzer.cpp82 void ItemPropertyBasicBoxTest001(HeifIspeBox *heifispebox, HeifPixiBox *heifpixibox, in ItemPropertyBasicBoxTest001()
246 auto heifispebox = static_cast<HeifIspeBox*>(objHeiffullbox); in HeifImplFuzzTest001()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_parser.cpp400 auto ispe = GetProperty<HeifIspeBox>(itemId); in ExtractFragmentMetadata()
466 auto ispe = GetProperty<HeifIspeBox>(itemId); in ExtractImageProperties()
748 auto ispe = std::make_shared<HeifIspeBox>(); in AddIspeProperty()