Home
last modified time | relevance | path

Searched refs:mOutBlock (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.cpp408 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 …]
DC2GoldfishHevcDec.h104 std::shared_ptr<C2GraphicBlock> mOutBlock; variable
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.cpp465 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 …]
DC2GoldfishAvcDec.h104 std::shared_ptr<C2GraphicBlock> mOutBlock; variable