Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp656 size_t gridLength = 0; in PreparePackedInput() local
668 if (packedInput[inputIndex].size() + gridLength >= MAX_INPUT_BUFFER_SIZE) { in PreparePackedInput()
674 gridLength = 0; in PreparePackedInput()
677 parser_->GetGridLength(nextTileImage->GetItemId(), gridLength); in PreparePackedInput()