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()
669 bool MDPComp::tryFullFrame(hwc_context_t *ctx, in tryFullFrame()
741 bool MDPComp::fullMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in fullMDPComp()
792 bool MDPComp::partialMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) in partialMDPComp()
811 bool MDPComp::cacheBasedComp(hwc_context_t *ctx, in cacheBasedComp()
866 bool MDPComp::loadBasedComp(hwc_context_t *ctx, in loadBasedComp()
956 bool MDPComp::isLoadBasedCompDoable(hwc_context_t *ctx) { in isLoadBasedCompDoable()
964 bool MDPComp::canPartialUpdate(hwc_context_t *ctx, in canPartialUpdate()
974 bool MDPComp::tryVideoOnly(hwc_context_t *ctx, in tryVideoOnly()
981 bool MDPComp::videoOnlyComp(hwc_context_t *ctx, in videoOnlyComp()
1023 bool MDPComp::isYUVDoable(hwc_context_t* ctx, hwc_layer_1_t* layer) { in isYUVDoable()
1058 bool MDPComp::canPushBatchToTop(const hwc_display_contents_1_t* list, in canPushBatchToTop()
1073 bool MDPComp::intersectingUpdatingLayers(const hwc_display_contents_1_t* list, in intersectingUpdatingLayers()
1086 int MDPComp::getBatch(hwc_display_contents_1_t* list, in getBatch()
1163 bool MDPComp::markLayersForCaching(hwc_context_t* ctx, in markLayersForCaching()
1219 void MDPComp::updateLayerCache(hwc_context_t* ctx, in updateLayerCache()
1244 void MDPComp::updateYUV(hwc_context_t* ctx, hwc_display_contents_1_t* list, in updateYUV()
1273 hwc_rect_t MDPComp::getUpdatingFBRect(hwc_context_t *ctx, in getUpdatingFBRect()
1289 bool MDPComp::postHeuristicsHandling(hwc_context_t *ctx, in postHeuristicsHandling()
1367 bool MDPComp::resourceCheck() { in resourceCheck()
1376 bool MDPComp::hwLimitationsCheck(hwc_context_t* ctx, in hwLimitationsCheck()
1418 int MDPComp::prepare(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in prepare()
1492 bool MDPComp::allocSplitVGPipesfor4k2k(hwc_context_t *ctx, int index) { in allocSplitVGPipesfor4k2k()