Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp688 std::shared_ptr<C2GraphicAllocation> c2Graphic; in allocate() local
693 c2Params.data.usage, &c2Graphic); in allocate()
694 if (status == C2_OK && c2Graphic) { in allocate()
696 new bufferpool_impl::BufferPoolAllocation(c2Graphic->handle()); in allocate()
699 ptr, GraphicAllocationDtor(c2Graphic)); in allocate()
999 std::shared_ptr<C2GraphicAllocation> c2Graphic; in allocate() local
1004 c2Params.data.usage, &c2Graphic); in allocate()
1005 if (status == C2_OK && c2Graphic) { in allocate()
1007 new bufferpool2_impl::BufferPoolAllocation(c2Graphic->handle()); in allocate()
1010 ptr, GraphicAllocationDtor2(c2Graphic)); in allocate()