Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/include/
DC2AllocatorGralloc.h67 virtual c2_status_t priorGraphicAllocation(
/hardware/google/av/codec2/vndk/
DC2AllocatorGralloc.cpp608 c2_status_t priorGraphicAllocation(
708 c2_status_t C2AllocatorGralloc::Impl::priorGraphicAllocation( in priorGraphicAllocation() function in android::C2AllocatorGralloc::Impl
755 c2_status_t C2AllocatorGralloc::priorGraphicAllocation( in priorGraphicAllocation() function in android::C2AllocatorGralloc
758 return mImpl->priorGraphicAllocation(handle, allocation); in priorGraphicAllocation()
DC2Buffer.cpp487 c2_status_t priorGraphicAllocation(
636 c2_status_t _C2BufferPoolAllocator::priorGraphicAllocation( in priorGraphicAllocation() function in _C2BufferPoolAllocator
639 return mAllocator->priorGraphicAllocation(handle, c2Allocation); in priorGraphicAllocation()
718 c2_status_t err = mAllocator->priorGraphicAllocation( in fetchGraphicBlock()
1122 c2_status_t err = sAllocator->priorGraphicAllocation(handle, &alloc); in CreateGraphicBlock()
/hardware/google/av/codec2/vndk/platform/
DC2BqBuffer.cpp159 c2_status_t err = sAllocator->priorGraphicAllocation(handle, &alloc); in CreateGraphicBlock()
284 c2_status_t err = mAllocator->priorGraphicAllocation(c2Handle, &alloc); in fetchFromIgbp_l()
/hardware/google/av/media/sfplugin/
DC2OMXNode.cpp235 c2_status_t err = mAllocator->priorGraphicAllocation(handle, &alloc); in emptyBuffer()
DCodec2Buffer.cpp588 c2_status_t err = mAlloc->priorGraphicAllocation(handle, &alloc); in asC2Buffer()
/hardware/google/av/codec2/hidl/1.0/utils/
DInputSurfaceConnection.cpp175 c2_status_t err = mAllocator->priorGraphicAllocation(handle, &alloc); in submitBuffer()
/hardware/google/av/codec2/include/
DC2Buffer.h729 virtual c2_status_t priorGraphicAllocation( in priorGraphicAllocation() function