Searched refs:mOutputBlock (Results 1 – 2 of 2) sorted by relevance
235 c2_status_t err = pool->fetchLinearBlock(outCapacity, usage, &mOutputBlock); in process()241 C2WriteView wView = mOutputBlock->map().get(); in process()269 mOutputBlock.reset(); in process()278 mOutputBlock.reset(); in process()283 …std::shared_ptr<C2Buffer> buffer = createLinearBuffer(std::move(mOutputBlock), 0, mEncoderReturned… in process()289 mOutputBlock = nullptr; in process()320 C2WriteView wView = mOutputBlock->map().get(); in onEncodedFlacAvailable()326 if (bytes + mEncoderReturnedNbBytes > mOutputBlock->capacity()) { in onEncodedFlacAvailable()
69 std::shared_ptr<C2LinearBlock> mOutputBlock; variable