Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/include/
DC2AllocatorGralloc.h77 virtual c2_status_t priorGraphicAllocation(
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp484 c2_status_t priorGraphicAllocation(
633 c2_status_t _C2BufferPoolAllocator::priorGraphicAllocation( in priorGraphicAllocation() function in _C2BufferPoolAllocator
636 return mAllocator->priorGraphicAllocation(handle, c2Allocation); in priorGraphicAllocation()
710 c2_status_t err = mAllocator->priorGraphicAllocation( in fetchGraphicBlock()
1111 c2_status_t err = sAllocator->priorGraphicAllocation(cHandle, &alloc); in CreateGraphicBlock()
DC2AllocatorGralloc.cpp889 c2_status_t priorGraphicAllocation(
1063 c2_status_t C2AllocatorGralloc::Impl::priorGraphicAllocation( in priorGraphicAllocation() function in android::C2AllocatorGralloc::Impl
1138 c2_status_t C2AllocatorGralloc::priorGraphicAllocation( in priorGraphicAllocation() function in android::C2AllocatorGralloc
1141 return mImpl->priorGraphicAllocation(handle, allocation); in priorGraphicAllocation()
/frameworks/av/media/codec2/vndk/platform/
DC2BqBuffer.cpp237 c2_status_t err = sAllocator->priorGraphicAllocation(handle, &alloc); in CreateGraphicBlock()
464 c2_status_t err = mAllocator->priorGraphicAllocation(c2Handle, &alloc); in fetchFromIgbp_l()
/frameworks/av/media/codec2/sfplugin/
DC2OMXNode.cpp364 c2_status_t err = mAllocator->priorGraphicAllocation(handle, &alloc); in emptyBuffer()
DCodec2Buffer.cpp586 c2_status_t err = mAlloc->priorGraphicAllocation(handle, &alloc); in asC2Buffer()
/frameworks/av/media/codec2/hidl/1.0/utils/
DInputSurfaceConnection.cpp201 c2_status_t err = mAllocator->priorGraphicAllocation(handle, &alloc); in submitBuffer()
/frameworks/av/media/codec2/core/include/
DC2Buffer.h729 virtual c2_status_t priorGraphicAllocation( in priorGraphicAllocation() function