Lines Matching refs:Overlay
40 Overlay::Overlay() { in Overlay() function in overlay::Overlay
49 Overlay::~Overlay() { in ~Overlay()
55 void Overlay::configBegin() { in configBegin()
65 void Overlay::configDone() { in configDone()
86 eDest Overlay::nextPipe(eMdpPipeType type, int dpy, int mixer) { in nextPipe()
126 bool Overlay::isPipeTypeAttached(eMdpPipeType type) { in isPipeTypeAttached()
136 bool Overlay::commit(utils::eDest dest) { in commit()
161 bool Overlay::queueBuffer(int fd, uint32_t offset, in queueBuffer()
173 void Overlay::setCrop(const utils::Dim& d, in setCrop()
180 void Overlay::setPosition(const utils::Dim& d, in setPosition()
187 void Overlay::setTransform(const int orient, in setTransform()
198 void Overlay::setSource(const utils::PipeArgs args, in setSource()
219 void Overlay::setVisualParams(const MetaData_t& metadata, utils::eDest dest) { in setVisualParams()
225 Overlay* Overlay::getInstance() { in getInstance()
227 sInstance = new Overlay(); in getInstance()
234 int Overlay::initOverlay() { in initOverlay()
320 bool Overlay::displayCommit(const int& fd) { in displayCommit()
332 void Overlay::dump() const { in dump()
340 void Overlay::getDump(char *buf, size_t len) { in getDump()
358 void Overlay::clear(int dpy) { in clear()
371 void Overlay::PipeBook::init() { in init()
377 void Overlay::PipeBook::destroy() { in destroy()
386 Overlay* Overlay::sInstance = 0;
387 int Overlay::sDpyFbMap[DPY_MAX] = {0, -1, -1};
388 int Overlay::sDMAMode = DMA_LINE_MODE;
389 int Overlay::sForceSetBitmap = 0;
390 int Overlay::PipeBook::NUM_PIPES = 0;
391 int Overlay::PipeBook::sPipeUsageBitmap = 0;
392 int Overlay::PipeBook::sLastUsageBitmap = 0;
393 int Overlay::PipeBook::sAllocatedBitmap = 0;
394 utils::eMdpPipeType Overlay::PipeBook::pipeTypeLUT[utils::OV_MAX] =