Searched refs:mOutBlock (Results 1 – 4 of 4) sorted by relevance
408 if (mOutBlock) { in onRelease()409 mOutBlock.reset(); in onRelease()569 if (mOutBlock) { in resetPlugin()570 mOutBlock.reset(); in resetPlugin()600 createGraphicBuffer(std::move(mOutBlock), C2Rect(mWidth, mHeight)); in finishWork()601 mOutBlock = nullptr; in finishWork()667 if (mOutBlock && (mOutBlock->width() != ALIGN2(mWidth) || in ensureDecoderState()668 mOutBlock->height() != mHeight)) { in ensureDecoderState()669 mOutBlock.reset(); in ensureDecoderState()671 if (!mOutBlock) { in ensureDecoderState()[all …]
104 std::shared_ptr<C2GraphicBlock> mOutBlock; variable
465 if (mOutBlock) { in onRelease()466 mOutBlock.reset(); in onRelease()623 if (mOutBlock) { in resetPlugin()624 mOutBlock.reset(); in resetPlugin()654 createGraphicBuffer(std::move(mOutBlock), C2Rect(mWidth, mHeight)); in finishWork()655 mOutBlock = nullptr; in finishWork()721 if (mOutBlock && (mOutBlock->width() != ALIGN2(mWidth) || in ensureDecoderState()722 mOutBlock->height() != mHeight)) { in ensureDecoderState()723 mOutBlock.reset(); in ensureDecoderState()725 if (!mOutBlock) { in ensureDecoderState()[all …]