Searched refs:AVSurfaceAllocator (Results 1 – 2 of 2) sorted by relevance
34 auto allocator = std::shared_ptr<AVSurfaceAllocator>(new AVSurfaceAllocator()); in CreateSurfaceAllocator()40 AVSurfaceAllocator::AVSurfaceAllocator() in AVSurfaceAllocator() function in OHOS::Media::AVSurfaceAllocator52 void *AVSurfaceAllocator::Alloc(int32_t capacity) in Alloc()64 bool AVSurfaceAllocator::Free(void *ptr) in Free()76 MemoryType AVSurfaceAllocator::GetMemoryType() in GetMemoryType()
27 class AVSurfaceAllocator : public AVAllocator {30 ~AVSurfaceAllocator() override = default;37 AVSurfaceAllocator();