Lines Matching refs:Overlay
40 Overlay::Overlay() { in Overlay() function in overlay::Overlay
49 Overlay::~Overlay() { in ~Overlay()
55 void Overlay::configBegin() { in configBegin()
64 void Overlay::configDone() { in configDone()
84 eDest Overlay::nextPipe(eMdpPipeType type, int dpy) { in nextPipe()
122 bool Overlay::commit(utils::eDest dest) { in commit()
140 bool Overlay::queueBuffer(int fd, uint32_t offset, in queueBuffer()
152 void Overlay::setCrop(const utils::Dim& d, in setCrop()
159 void Overlay::setPosition(const utils::Dim& d, in setPosition()
166 void Overlay::setTransform(const int orient, in setTransform()
177 void Overlay::setSource(const utils::PipeArgs args, in setSource()
198 void Overlay::setVisualParams(const MetaData_t& metadata, utils::eDest dest) { in setVisualParams()
204 Overlay* Overlay::getInstance() { in getInstance()
206 sInstance = new Overlay(); in getInstance()
213 int Overlay::initOverlay() { in initOverlay()
272 void Overlay::dump() const { in dump()
278 void Overlay::getDump(char *buf, size_t len) { in getDump()
296 void Overlay::PipeBook::init() { in init()
301 void Overlay::PipeBook::destroy() { in destroy()
309 Overlay* Overlay::sInstance = 0;
310 int Overlay::sExtFbIndex = 1;
311 int Overlay::PipeBook::NUM_PIPES = 0;
312 int Overlay::PipeBook::sPipeUsageBitmap = 0;
313 int Overlay::PipeBook::sLastUsageBitmap = 0;
314 int Overlay::PipeBook::sAllocatedBitmap = 0;
315 utils::eMdpPipeType Overlay::PipeBook::pipeTypeLUT[utils::OV_MAX] =