Searched refs:mOutBlock (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 259 if (mOutBlock) { in onStop() 260 mOutBlock.reset(); in onStop() 272 if (mOutBlock) { in onRelease() 273 mOutBlock.reset(); in onRelease() 327 std::shared_ptr<C2Buffer> buffer = createGraphicBuffer(std::move(mOutBlock), in finishWork() 329 mOutBlock = nullptr; in finishWork() 361 if (mOutBlock && in ensureDecoderState() 362 (mOutBlock->width() != align(mWidth, 16) || mOutBlock->height() != mHeight)) { in ensureDecoderState() 363 mOutBlock.reset(); in ensureDecoderState() 365 if (!mOutBlock) { in ensureDecoderState() [all …]
|
D | C2SoftMpeg4Dec.h | 58 std::shared_ptr<C2GraphicBlock> mOutBlock; member
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 361 if (mOutBlock) { in onRelease() 362 mOutBlock.reset(); in onRelease() 740 if (mOutBlock) { in resetPlugin() 741 mOutBlock.reset(); in resetPlugin() 787 std::shared_ptr<C2Buffer> buffer = createGraphicBuffer(std::move(mOutBlock), in finishWork() 789 mOutBlock = nullptr; in finishWork() 854 if (mOutBlock && in ensureDecoderState() 855 (mOutBlock->width() != ALIGN128(mWidth) || mOutBlock->height() != mHeight)) { in ensureDecoderState() 856 mOutBlock.reset(); in ensureDecoderState() 858 if (!mOutBlock) { in ensureDecoderState() [all …]
|
D | C2SoftMpeg2Dec.h | 150 std::shared_ptr<C2GraphicBlock> mOutBlock; member
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.cpp | 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() [all …]
|
D | C2SoftHevcDec.h | 109 std::shared_ptr<C2GraphicBlock> mOutBlock; member
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.cpp | 380 if (mOutBlock) { in onRelease() 381 mOutBlock.reset(); in onRelease() 678 if (mOutBlock) { in resetPlugin() 679 mOutBlock.reset(); in resetPlugin() 718 std::shared_ptr<C2Buffer> buffer = createGraphicBuffer(std::move(mOutBlock), in finishWork() 720 mOutBlock = nullptr; in finishWork() 785 if (mOutBlock && in ensureDecoderState() 786 (mOutBlock->width() != ALIGN128(mWidth) || mOutBlock->height() != mHeight)) { in ensureDecoderState() 787 mOutBlock.reset(); in ensureDecoderState() 789 if (!mOutBlock) { in ensureDecoderState() [all …]
|
D | C2SoftAvcEnc.cpp | 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() [all …]
|
D | C2SoftAvcDec.h | 151 std::shared_ptr<C2GraphicBlock> mOutBlock; variable
|
D | C2SoftAvcEnc.h | 186 std::shared_ptr<C2LinearBlock> mOutBlock; member
|