Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/formatagentplugin/src/
H A Dheif_format_agent.cpp100 uint32_t numCompatibleBrands = (chunkDataSize - OFFSET_SIZE) / sizeof(uint32_t); in CheckFormat() local
101 if (numCompatibleBrands != 0 && numCompatibleBrands + TIMES_TWO < HEADER_SIZE) { in CheckFormat()
102 for (size_t i = 0; i < numCompatibleBrands + 2; ++i) { // need next 2 item in CheckFormat()
112 auto *brandPtr = static_cast<const uint32_t *>(tmpBuff) + (numCompatibleBrands + i); in CheckFormat()