Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ISV/include/
Disv_worker.h125 status_t allocSurface(uint32_t* width, uint32_t* height,
/hardware/intel/common/utils/ISV/base/
Disv_bufmanager.cpp107 …if (STATUS_OK != mWorker->allocSurface(&mWidth, &mHeight, mStride, mColorFormat, mGrallocHandle, &… in initBufferInfo()
Disv_worker.cpp217 status_t ISVWorker::allocSurface(uint32_t* width, uint32_t* height, in allocSurface() function in ISVWorker