Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2AllocatorBlob.cpp54 C2AllocationBlob(std::shared_ptr<C2GraphicAllocation> graphicAllocation, size_t capacity,
73 std::shared_ptr<C2GraphicAllocation> graphicAllocation, size_t capacity, in C2AllocationBlob() argument
76 mGraphicAllocation(std::move(graphicAllocation)), in C2AllocationBlob()
121 std::shared_ptr<C2GraphicAllocation> graphicAllocation; in newLinearAllocation() local
123 capacity, kLinearBufferHeight, kLinearBufferFormat, usage, &graphicAllocation); in newLinearAllocation()
129 allocation->reset(new C2AllocationBlob(std::move(graphicAllocation), in newLinearAllocation()
146 std::shared_ptr<C2GraphicAllocation> graphicAllocation; in priorLinearAllocation() local
147 c2_status_t status = mC2AllocatorGralloc->priorGraphicAllocation(handle, &graphicAllocation); in priorLinearAllocation()
153 const C2Handle* const grallocHandle = graphicAllocation->handle(); in priorLinearAllocation()
161 allocation->reset(new C2AllocationBlob(std::move(graphicAllocation), capacity, mTraits->id)); in priorLinearAllocation()