Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/codec2/vndk/
H A DC2AllocatorGralloc.cpp974 class C2AllocationGralloc : public C2GraphicAllocation { class
976 virtual ~C2AllocationGralloc() override;
990 C2AllocationGralloc(
1016 C2AllocationGralloc::C2AllocationGralloc( in C2AllocationGralloc() function in android::C2AllocationGralloc
1038 C2AllocationGralloc::~C2AllocationGralloc() { in ~C2AllocationGralloc()
1061 c2_status_t C2AllocationGralloc::map( in map()
1129 c2_status_t C2AllocationGralloc::unmap( in unmap()
1148 bool C2AllocationGralloc::equals(const std::shared_ptr<const C2GraphicAllocation> &other) const { in equals()
1231 allocation->reset(new C2AllocationGralloc( in newGraphicAllocation()
1266 allocation->reset(new C2AllocationGralloc( in priorGraphicAllocation()