Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h582 int32_t allocOutBuf(uint32_t w, uint32_t h, uint32_t format, uint64_t usage, uint32_t index);
DExynosMPP.cpp927 int32_t ExynosMPP::allocOutBuf(uint32_t w, uint32_t h, uint32_t format, uint64_t usage, uint32_t in… in allocOutBuf() function in ExynosMPP
1724 ret = allocOutBuf(ALIGN_UP(mAssignedDisplay->mXres, bufAlign), in doPostProcessing()
DExynosResourceManager.cpp326 ret = mM2mMPPs[i]->allocOutBuf(ALIGN_UP(Xres, bufAlign), in doAllocDstBufs()