Lines Matching refs:mOutBlock
611 mOutBlock(nullptr), in C2SoftAvcEnc()
637 if (mOutBlock) { in onReset()
638 mOutBlock.reset(); in onReset()
645 if (mOutBlock) { in onRelease()
646 mOutBlock.reset(); in onRelease()
1655 createLinearBuffer(mOutBlock, 0, ps_encode_op->s_out_buf.u4_bytes); in finishWork()
1661 mOutBlock = nullptr; in finishWork()
1823 if (!mOutBlock) { in process()
1828 pool->fetchLinearBlock(mOutBufferSize, usage, &mOutBlock); in process()
1836 C2WriteView wView = mOutBlock->map().get(); in process()
1868 mOutBlock.reset(); in process()
1936 if (!mOutBlock) { in drainInternal()
1941 pool->fetchLinearBlock(mOutBufferSize, usage, &mOutBlock); in drainInternal()
1949 C2WriteView wView = mOutBlock->map().get(); in drainInternal()