Searched refs:outputBlock (Results 1 – 2 of 2) sorted by relevance
214 std::shared_ptr<C2LinearBlock> outputBlock; in process() local216 c2_status_t err = pool->fetchLinearBlock(outCapacity, usage, &outputBlock); in process()222 C2WriteView wView = outputBlock->map().get(); in process()274 createLinearBuffer(std::move(outputBlock), 0, outPos)); in process()
296 std::shared_ptr<C2LinearBlock> outputBlock; in process() local298 c2_status_t err = pool->fetchLinearBlock(outCapacity, usage, &outputBlock); in process()304 C2WriteView wView = outputBlock->map().get(); in process()349 createLinearBuffer(std::move(outputBlock), 0, outPos)); in process()