Searched refs:packedInput (Results 1 – 2 of 2) sorted by relevance
653 std::vector<std::vector<uint8_t>> &packedInput, size_t gridCount) in PreparePackedInput() argument658 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 …]
97 std::vector<std::vector<uint8_t>> &packedInput, size_t gridCount);