Searched refs:outputBlock (Results 1 – 2 of 2) sorted by relevance
221 std::shared_ptr<C2LinearBlock> outputBlock; in process() local223 c2_status_t err = pool->fetchLinearBlock(outCapacity, usage, &outputBlock); in process()229 C2WriteView wView = outputBlock->map().get(); in process()281 createLinearBuffer(std::move(outputBlock), 0, outPos)); in process()
304 std::shared_ptr<C2LinearBlock> outputBlock; in process() local306 c2_status_t err = pool->fetchLinearBlock(outCapacity, usage, &outputBlock); in process()312 C2WriteView wView = outputBlock->map().get(); in process()357 createLinearBuffer(std::move(outputBlock), 0, outPos)); in process()