HomeSort by relevance Sort by last modified time
    Searched defs:DisplayPlane (Results 1 - 2 of 2) sorted by null

  /hardware/intel/img/hwcomposer/common/planes/
DisplayPlane.cpp 18 #include <DisplayPlane.h>
25 DisplayPlane::DisplayPlane(int index, int type, int disp)
51 DisplayPlane::~DisplayPlane()
56 bool DisplayPlane::initialize(uint32_t bufferCount)
75 void DisplayPlane::deinitialize()
93 void DisplayPlane::checkPosition(int& x, int& y, int& w, int& h)
110 void DisplayPlane::setPosition(int x, int y, int w, int h)
129 void DisplayPlane::setSourceCrop(int x, int y, int w, int h
    [all...]
  /hardware/intel/img/hwcomposer/include/
DisplayPlane.h 47 class DisplayPlane {
75 DisplayPlane(int index, int type, int disp);
76 virtual ~DisplayPlane();

Completed in 1355 milliseconds