Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.h123 int32_t doAllocDstBufs(uint32_t mXres, uint32_t mYres);
DExynosResourceManager.cpp227 ret = doAllocDstBufs(display->mXres, display->mYres); in doPreProcessing()
299 mExynosResourceManager->doAllocDstBufs(mBufXres, mBufYres); in threadLoop()
312 int32_t ExynosResourceManager::doAllocDstBufs(uint32_t Xres, uint32_t Yres) in doAllocDstBufs() function in ExynosResourceManager