Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2AllocatorBlob.cpp35 c2_status_t GetCapacityFromHandle(const C2Handle* const grallocHandle, size_t* capacity) { in GetCapacityFromHandle() function
155 status = GetCapacityFromHandle(grallocHandle, &capacity); in priorLinearAllocation()
183 return C2AllocatorGralloc::isValid(o) && GetCapacityFromHandle(o, &capacity) == C2_OK; in isValid()