Lines Matching refs:MDPComp
39 IdleInvalidator *MDPComp::idleInvalidator = NULL;
40 bool MDPComp::sIdleFallBack = false;
41 bool MDPComp::sHandleTimeout = false;
42 bool MDPComp::sDebugLogs = false;
43 bool MDPComp::sEnabled = false;
44 bool MDPComp::sEnableMixedMode = true;
45 int MDPComp::sSimulationFlags = 0;
46 int MDPComp::sMaxPipesPerMixer = MAX_PIPES_PER_MIXER;
47 bool MDPComp::sEnable4k2kYUVSplit = false;
48 bool MDPComp::sSrcSplitEnabled = false;
49 MDPComp* MDPComp::getObject(hwc_context_t *ctx, const int& dpy) { in getObject()
59 MDPComp::MDPComp(int dpy):mDpy(dpy){}; in MDPComp() function in qhwc::MDPComp
61 void MDPComp::dump(android::String8& buf, hwc_context_t *ctx) in dump()
106 bool MDPComp::init(hwc_context_t *ctx) { in init()
171 void MDPComp::reset(hwc_context_t *ctx) { in reset()
178 void MDPComp::timeout_handler(void *udata) { in timeout_handler()
200 void MDPComp::setMDPCompLayerFlags(hwc_context_t *ctx, in setMDPCompLayerFlags()
220 void MDPComp::setRedraw(hwc_context_t *ctx, in setRedraw()
230 MDPComp::FrameInfo::FrameInfo() { in FrameInfo()
235 void MDPComp::FrameInfo::reset(const int& numLayers) { in reset()
256 void MDPComp::FrameInfo::map() { in map()
267 MDPComp::LayerCache::LayerCache() { in LayerCache()
271 void MDPComp::LayerCache::reset() { in reset()
277 void MDPComp::LayerCache::updateCounts(const FrameInfo& curFrame) { in updateCounts()
283 bool MDPComp::LayerCache::isSameFrame(const FrameInfo& curFrame, in isSameFrame()
300 bool MDPComp::isSupportedForMDPComp(hwc_context_t *ctx, hwc_layer_1_t* layer) { in isSupportedForMDPComp()
311 bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) { in isValidDimension()
396 bool MDPComp::isFrameDoable(hwc_context_t *ctx) { in isFrameDoable()
421 hwc_rect_t MDPComp::calculateDirtyRect(const hwc_layer_1_t* layer, in calculateDirtyRect()
664 bool MDPComp::tryFullFrame(hwc_context_t *ctx, in tryFullFrame()
736 bool MDPComp::fullMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in fullMDPComp()
787 bool MDPComp::partialMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) in partialMDPComp()
806 bool MDPComp::cacheBasedComp(hwc_context_t *ctx, in cacheBasedComp()
861 bool MDPComp::loadBasedComp(hwc_context_t *ctx, in loadBasedComp()
951 bool MDPComp::isLoadBasedCompDoable(hwc_context_t *ctx) { in isLoadBasedCompDoable()
959 bool MDPComp::canPartialUpdate(hwc_context_t *ctx, in canPartialUpdate()
969 bool MDPComp::tryVideoOnly(hwc_context_t *ctx, in tryVideoOnly()
976 bool MDPComp::videoOnlyComp(hwc_context_t *ctx, in videoOnlyComp()
1018 bool MDPComp::isYUVDoable(hwc_context_t* ctx, hwc_layer_1_t* layer) { in isYUVDoable()
1053 bool MDPComp::canPushBatchToTop(const hwc_display_contents_1_t* list, in canPushBatchToTop()
1068 bool MDPComp::intersectingUpdatingLayers(const hwc_display_contents_1_t* list, in intersectingUpdatingLayers()
1081 int MDPComp::getBatch(hwc_display_contents_1_t* list, in getBatch()
1158 bool MDPComp::markLayersForCaching(hwc_context_t* ctx, in markLayersForCaching()
1214 void MDPComp::updateLayerCache(hwc_context_t* ctx, in updateLayerCache()
1239 void MDPComp::updateYUV(hwc_context_t* ctx, hwc_display_contents_1_t* list, in updateYUV()
1268 hwc_rect_t MDPComp::getUpdatingFBRect(hwc_context_t *ctx, in getUpdatingFBRect()
1284 bool MDPComp::postHeuristicsHandling(hwc_context_t *ctx, in postHeuristicsHandling()
1362 bool MDPComp::resourceCheck() { in resourceCheck()
1371 bool MDPComp::hwLimitationsCheck(hwc_context_t* ctx, in hwLimitationsCheck()
1413 int MDPComp::prepare(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in prepare()
1487 bool MDPComp::allocSplitVGPipesfor4k2k(hwc_context_t *ctx, int index) { in allocSplitVGPipesfor4k2k()