Home
last modified time | relevance | path

Searched refs:HEIF_BOX_VERSION_THREE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_info_box.cpp88 version = std::max(version, (uint8_t)HEIF_BOX_VERSION_THREE); in InferFullBoxVersion()
116 } else if (boxVersion == HEIF_BOX_VERSION_THREE) { in Write()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_type.h74 HEIF_BOX_VERSION_THREE = 3, enumerator
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_box_test.cpp305 heifInfeBox.version_ = HEIF_BOX_VERSION_THREE;