Searched refs:mCurrentBlock (Results 1 – 2 of 2) sorted by relevance
98 if (mCurrentBlock) { in process()129 if (mCurrentBlock) { in process()151 mCurrentBlock, in process()154 c2_status_t err = mBlockPool->fetchLinearBlock(frameSizeBytes, mUsage, &mCurrentBlock); in process()159 mWriteView = mCurrentBlock->map().get(); in process()185 mCurrentBlock.reset(); in flush()203 if (!mCurrentBlock) { in finishCurrentBlock()215 mCurrentBlock->share(0, mCurrentBlock->capacity(), C2Fence()))); in finishCurrentBlock()223 mCurrentBlock.reset(); in finishCurrentBlock()
63 std::shared_ptr<C2LinearBlock> mCurrentBlock; variable