• Home
  • Raw
  • Download

Lines Matching refs:MDPComp

35 IdleInvalidator *MDPComp::idleInvalidator = NULL;
36 bool MDPComp::sIdleFallBack = false;
37 bool MDPComp::sDebugLogs = false;
38 bool MDPComp::sEnabled = false;
39 int MDPComp::sMaxPipesPerMixer = MAX_PIPES_PER_MIXER;
41 MDPComp* MDPComp::getObject(const int& width, int dpy) { in getObject()
49 MDPComp::MDPComp(int dpy):mDpy(dpy){}; in MDPComp() function in qhwc::MDPComp
51 void MDPComp::dump(android::String8& buf) in dump()
79 bool MDPComp::init(hwc_context_t *ctx) { in init()
129 void MDPComp::timeout_handler(void *udata) { in timeout_handler()
146 void MDPComp::setMDPCompLayerFlags(hwc_context_t *ctx, in setMDPCompLayerFlags()
168 bool MDPComp::setupBasePipe(hwc_context_t *ctx) { in setupBasePipe()
203 MDPComp::FrameInfo::FrameInfo() { in FrameInfo()
208 void MDPComp::FrameInfo::reset(const int& numLayers) { in reset()
229 void MDPComp::FrameInfo::map() { in map()
240 MDPComp::LayerCache::LayerCache() { in LayerCache()
244 void MDPComp::LayerCache::reset() { in reset()
252 void MDPComp::LayerCache::cacheAll(hwc_display_contents_1_t* list) { in cacheAll()
259 void MDPComp::LayerCache::updateCounts(const FrameInfo& curFrame) { in updateCounts()
266 bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) { in isValidDimension()
313 ovutils::eDest MDPComp::getMdpPipe(hwc_context_t *ctx, ePipeType type) { in getMdpPipe()
344 bool MDPComp::isFrameDoable(hwc_context_t *ctx) { in isFrameDoable()
364 bool MDPComp::isFullFrameDoable(hwc_context_t *ctx, in isFullFrameDoable()
433 bool MDPComp::fullMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in fullMDPComp()
458 bool MDPComp::partialMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) in partialMDPComp()
485 bool MDPComp::isOnlyVideoDoable(hwc_context_t *ctx, in isOnlyVideoDoable()
529 bool MDPComp::isYUVDoable(hwc_context_t* ctx, hwc_layer_1_t* layer) { in isYUVDoable()
555 void MDPComp::batchLayers() { in batchLayers()
605 void MDPComp::updateLayerCache(hwc_context_t* ctx, in updateLayerCache()
627 int MDPComp::getAvailablePipes(hwc_context_t* ctx) { in getAvailablePipes()
644 void MDPComp::updateYUV(hwc_context_t* ctx, hwc_display_contents_1_t* list) { in updateYUV()
670 bool MDPComp::programMDP(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in programMDP()
701 bool MDPComp::programYUV(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in programYUV()
727 int MDPComp::prepare(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in prepare()