Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp653 std::vector<std::vector<uint8_t>> &packedInput, size_t gridCount) in PreparePackedInput() argument
658 packedInput.resize(GRID_NUM_2); in PreparePackedInput()
665 ProcessChunkHead(packedInput[inputIndex].data(), packedInput[inputIndex].size()); in PreparePackedInput()
669 ProcessChunkHead(packedInput[inputIndex].data(), packedInput[inputIndex].size()); in PreparePackedInput()
671 packedInput.emplace_back(std::vector<uint8_t>()); in PreparePackedInput()
680 ProcessChunkHead(packedInput[inputIndex].data(), packedInput[inputIndex].size()); in PreparePackedInput()
682 packedInput.resize(gridCount + 1); in PreparePackedInput()
688 ProcessChunkHead(packedInput[index].data(), packedInput[index].size()); in PreparePackedInput()
691 ProcessChunkHead(packedInput[index + 1].data(), packedInput[index + 1].size()); in PreparePackedInput()
714 std::vector<std::vector<uint8_t>> packedInput; in HwDecodeGrids() local
[all …]
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/
H A DHeifDecoderImpl.h97 std::vector<std::vector<uint8_t>> &packedInput, size_t gridCount);