Home
last modified time | relevance | path

Searched refs:outputBlock (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/media/codecs/amr_nb_wb/
DC2SoftAmrNbEnc.cpp221 std::shared_ptr<C2LinearBlock> outputBlock; in process() local
223 c2_status_t err = pool->fetchLinearBlock(outCapacity, usage, &outputBlock); in process()
229 C2WriteView wView = outputBlock->map().get(); in process()
281 createLinearBuffer(std::move(outputBlock), 0, outPos)); in process()
DC2SoftAmrWbEnc.cpp304 std::shared_ptr<C2LinearBlock> outputBlock; in process() local
306 c2_status_t err = pool->fetchLinearBlock(outCapacity, usage, &outputBlock); in process()
312 C2WriteView wView = outputBlock->map().get(); in process()
357 createLinearBuffer(std::move(outputBlock), 0, outPos)); in process()