Lines Matching refs:mOutBlock
369 if (mOutBlock) { in onRelease()
370 mOutBlock.reset(); in onRelease()
671 if (mOutBlock) { in resetPlugin()
672 mOutBlock.reset(); in resetPlugin()
711 std::shared_ptr<C2Buffer> buffer = createGraphicBuffer(std::move(mOutBlock), in finishWork()
713 mOutBlock = nullptr; in finishWork()
778 if (mOutBlock && in ensureDecoderState()
779 (mOutBlock->width() != ALIGN128(mWidth) || mOutBlock->height() != mHeight)) { in ensureDecoderState()
780 mOutBlock.reset(); in ensureDecoderState()
782 if (!mOutBlock) { in ensureDecoderState()
786 pool->fetchGraphicBlock(ALIGN128(mWidth), mHeight, format, usage, &mOutBlock); in ensureDecoderState()
792 mOutBlock->width(), mOutBlock->height(), ALIGN128(mWidth), mHeight); in ensureDecoderState()
845 C2GraphicView wView = mOutBlock->map().get(); in process()
998 C2GraphicView wView = mOutBlock->map().get(); in drainInternal()