Home | History | Annotate | Download | only in liboverlay

Lines Matching refs:Overlay

30 #include "overlay.h"
37 namespace overlay {
40 Overlay::Overlay() {
49 Overlay::~Overlay() {
55 void Overlay::configBegin() {
64 void Overlay::configDone() {
84 eDest Overlay::nextPipe(eMdpPipeType type, int dpy) {
122 bool Overlay::commit(utils::eDest dest) {
140 bool Overlay::queueBuffer(int fd, uint32_t offset,
152 void Overlay::setCrop(const utils::Dim& d,
159 void Overlay::setPosition(const utils::Dim& d,
166 void Overlay::setTransform(const int orient,
177 void Overlay::setSource(const utils::PipeArgs args,
198 void Overlay::setVisualParams(const MetaData_t& metadata, utils::eDest dest) {
204 Overlay* Overlay::getInstance() {
206 sInstance = new Overlay();
213 int Overlay::initOverlay() {
257 ALOGD("Unset overlay with index: %d at mixer %d", index, i);
272 void Overlay::dump() const {
278 void Overlay::getDump(char *buf, size_t len) {
296 void Overlay::PipeBook::init() {
301 void Overlay::PipeBook::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] =
318 }; // namespace overlay