Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrNbEnc.cpp214 std::shared_ptr<C2LinearBlock> outputBlock; in process() local
216 c2_status_t err = pool->fetchLinearBlock(outCapacity, usage, &outputBlock); in process()
222 C2WriteView wView = outputBlock->map().get(); in process()
274 createLinearBuffer(std::move(outputBlock), 0, outPos)); in process()
DC2SoftAmrWbEnc.cpp296 std::shared_ptr<C2LinearBlock> outputBlock; in process() local
298 c2_status_t err = pool->fetchLinearBlock(outCapacity, usage, &outputBlock); in process()
304 C2WriteView wView = outputBlock->map().get(); in process()
349 createLinearBuffer(std::move(outputBlock), 0, outPos)); in process()