Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DFrameReassembler.cpp98 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()
DFrameReassembler.h63 std::shared_ptr<C2LinearBlock> mCurrentBlock; variable