Searched refs:newGraphicAllocation (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/codec2/vndk/include/ |
D | C2AllocatorGralloc.h | 103 virtual c2_status_t newGraphicAllocation( 153 virtual c2_status_t newGraphicAllocation(
|
/frameworks/av/media/codec2/vndk/ |
D | C2AllocatorGralloc.cpp | 1169 c2_status_t newGraphicAllocation( 1210 c2_status_t C2AllocatorGralloc::Impl::newGraphicAllocation( in newGraphicAllocation() function in android::C2AllocatorGralloc::Impl 1289 c2_status_t C2AllocatorGralloc::newGraphicAllocation( in newGraphicAllocation() function in android::C2AllocatorGralloc 1292 return mImpl->newGraphicAllocation(width, height, format, usage, allocation); in newGraphicAllocation() 1519 c2_status_t newGraphicAllocation( 1542 c2_status_t C2AllocatorAhwb::Impl::newGraphicAllocation( in newGraphicAllocation() function in android::C2AllocatorAhwb::Impl 1596 c2_status_t C2AllocatorAhwb::newGraphicAllocation( in newGraphicAllocation() function in android::C2AllocatorAhwb 1599 return mImpl->newGraphicAllocation(width, height, format, usage, allocation); in newGraphicAllocation()
|
D | C2AllocatorBlob.cpp | 184 c2_status_t status = mC2AllocatorGralloc->newGraphicAllocation( in newLinearAllocation()
|
D | C2Buffer.cpp | 689 status = mAllocator->newGraphicAllocation( in allocate() 1000 status = mAllocator->newGraphicAllocation( in allocate() 1531 c2_status_t err = mAllocator->newGraphicAllocation(width, height, format, usage, &alloc); in fetchGraphicBlock()
|
/frameworks/av/media/codec2/vndk/platform/ |
D | C2BqBuffer.cpp | 650 c2_status_t err = mAllocator->newGraphicAllocation( in fetchGraphicBlock()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 710 virtual c2_status_t newGraphicAllocation( in newGraphicAllocation() function
|
/frameworks/av/media/codec2/tests/vndk/ |
D | C2BufferTest.cpp | 290 c2_status_t err = mGraphicAllocator->newGraphicAllocation( in allocateGraphic()
|