Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_data_box.cpp22 const uint32_t MAX_HEIF_ITEM_COUNT = 2000; variable
72 if (itemCount > MAX_HEIF_ITEM_COUNT) { in ParseContent()