Searched refs:chunkDataSize (Results 1 – 1 of 1) sorted by relevance
93 int64_t chunkDataSize = static_cast<int64_t>(chunkSize) - offset; in CheckFormat() local96 if (chunkDataSize < HEADER_LEAST_SIZE) { in CheckFormat()97 …AGE_LOGE("chunk data size [%{public}lld] less than eight.", static_cast<long long>(chunkDataSize)); in CheckFormat()100 uint32_t numCompatibleBrands = (chunkDataSize - OFFSET_SIZE) / sizeof(uint32_t); in CheckFormat()