Home
last modified time | relevance | path

Searched refs:AVSurfaceAllocator (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/media_foundation/src/buffer/avbuffer/include/
H A Dav_surface_allocator.h27 class AVSurfaceAllocator : public AVAllocator { class
30 ~AVSurfaceAllocator() override = default;
37 AVSurfaceAllocator();
/foundation/multimedia/media_foundation/src/buffer/avbuffer/
H A Dav_surface_memory.cpp34 auto allocator = std::shared_ptr<AVSurfaceAllocator>(new AVSurfaceAllocator()); in CreateSurfaceAllocator()
35 FALSE_RETURN_V_MSG_E(allocator != nullptr, nullptr, "Create AVSurfaceAllocator failed, no memory"); in CreateSurfaceAllocator()
40 AVSurfaceAllocator::AVSurfaceAllocator() in AVSurfaceAllocator() function in OHOS::Media::AVSurfaceAllocator
52 void *AVSurfaceAllocator::Alloc(int32_t capacity) in Alloc()
64 bool AVSurfaceAllocator::Free(void *ptr) in Free()
76 MemoryType AVSurfaceAllocator::GetMemoryType() in GetMemoryType()

Completed in 2 milliseconds