• Home
  • Raw
  • Download

Lines Matching refs:Overlay

42 Overlay::Overlay() {  in Overlay()  function in overlay::Overlay
54 Overlay::~Overlay() { in ~Overlay()
61 void Overlay::configBegin() { in configBegin()
70 void Overlay::configDone() { in configDone()
92 int Overlay::getPipeId(utils::eDest dest) { in getPipeId()
96 eDest Overlay::getDest(int pipeid) { in getDest()
107 eDest Overlay::reservePipe(int pipeid) { in reservePipe()
113 eDest Overlay::nextPipe(eMdpPipeType type, int dpy, int mixer) { in nextPipe()
156 utils::eDest Overlay::getPipe(const PipeSpecs& pipeSpecs) { in getPipe()
194 utils::eDest Overlay::getPipe_8x26(const PipeSpecs& pipeSpecs) { in getPipe_8x26()
225 utils::eDest Overlay::getPipe_8x16(const PipeSpecs& pipeSpecs) { in getPipe_8x16()
253 void Overlay::endAllSessions() { in endAllSessions()
260 bool Overlay::isPipeTypeAttached(eMdpPipeType type) { in isPipeTypeAttached()
270 int Overlay::comparePipePriority(utils::eDest pipe1Index, in comparePipePriority()
283 bool Overlay::commit(utils::eDest dest) { in commit()
303 bool Overlay::queueBuffer(int fd, uint32_t offset, in queueBuffer()
315 void Overlay::setCrop(const utils::Dim& d, in setCrop()
322 void Overlay::setColor(const uint32_t color, in setColor()
329 void Overlay::setPosition(const utils::Dim& d, in setPosition()
336 void Overlay::setTransform(const int orient, in setTransform()
347 void Overlay::setSource(const utils::PipeArgs args, in setSource()
368 void Overlay::setVisualParams(const MetaData_t& metadata, utils::eDest dest) { in setVisualParams()
374 Overlay* Overlay::getInstance() { in getInstance()
376 sInstance = new Overlay(); in getInstance()
383 int Overlay::initOverlay() { in initOverlay()
472 bool Overlay::displayCommit(const int& fd) { in displayCommit()
477 bool Overlay::displayCommit(const int& fd, const utils::Dim& lRoi, in displayCommit()
499 void Overlay::dump() const { in dump()
507 void Overlay::getDump(char *buf, size_t len) { in getDump()
525 void Overlay::clear(int dpy) { in clear()
535 bool Overlay::validateAndSet(const int& dpy, const int& fbFd) { in validateAndSet()
551 void Overlay::initScalar() { in initScalar()
561 void Overlay::destroyScalar() { in destroyScalar()
568 void Overlay::PipeBook::init() { in init()
574 void Overlay::PipeBook::destroy() { in destroy()
584 Overlay* Overlay::sInstance = 0;
585 int Overlay::sDpyFbMap[DPY_MAX] = {0, -1, -1};
586 int Overlay::sDMAMode = DMA_LINE_MODE;
587 bool Overlay::sDMAMultiplexingSupported = false;
588 int Overlay::PipeBook::NUM_PIPES = 0;
589 int Overlay::PipeBook::sPipeUsageBitmap = 0;
590 int Overlay::PipeBook::sLastUsageBitmap = 0;
591 int Overlay::PipeBook::sAllocatedBitmap = 0;
592 utils::eMdpPipeType Overlay::PipeBook::pipeTypeLUT[utils::OV_MAX] =
594 void *Overlay::sLibScaleHandle = NULL;
595 int (*Overlay::sFnProgramScale)(struct mdp_overlay_list *) = NULL;