Lines Matching refs:MDPComp
37 IdleInvalidator *MDPComp::idleInvalidator = NULL;
38 bool MDPComp::sIdleFallBack = false;
39 bool MDPComp::sDebugLogs = false;
40 bool MDPComp::sEnabled = false;
41 bool MDPComp::sEnableMixedMode = true;
42 int MDPComp::sMaxPipesPerMixer = MAX_PIPES_PER_MIXER;
44 MDPComp* MDPComp::getObject(const int& width, const int& rightSplit, in getObject()
52 MDPComp::MDPComp(int dpy):mDpy(dpy){}; in MDPComp() function in qhwc::MDPComp
54 void MDPComp::dump(android::String8& buf) in dump()
83 bool MDPComp::init(hwc_context_t *ctx) { in init()
141 void MDPComp::reset(const int& numLayers, hwc_display_contents_1_t* list) { in reset()
147 void MDPComp::timeout_handler(void *udata) { in timeout_handler()
164 void MDPComp::setMDPCompLayerFlags(hwc_context_t *ctx, in setMDPCompLayerFlags()
181 MDPComp::FrameInfo::FrameInfo() { in FrameInfo()
186 void MDPComp::FrameInfo::reset(const int& numLayers) { in reset()
207 void MDPComp::FrameInfo::map() { in map()
218 MDPComp::LayerCache::LayerCache() { in LayerCache()
222 void MDPComp::LayerCache::reset() { in reset()
230 void MDPComp::LayerCache::cacheAll(hwc_display_contents_1_t* list) { in cacheAll()
237 void MDPComp::LayerCache::updateCounts(const FrameInfo& curFrame) { in updateCounts()
244 bool MDPComp::isSupportedForMDPComp(hwc_context_t *ctx, hwc_layer_1_t* layer) { in isSupportedForMDPComp()
255 bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) { in isValidDimension()
310 ovutils::eDest MDPComp::getMdpPipe(hwc_context_t *ctx, ePipeType type, in getMdpPipe()
341 bool MDPComp::isFrameDoable(hwc_context_t *ctx) { in isFrameDoable()
368 bool MDPComp::isFullFrameDoable(hwc_context_t *ctx, in isFullFrameDoable()
430 bool MDPComp::fullMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in fullMDPComp()
474 bool MDPComp::partialMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) in partialMDPComp()
493 bool MDPComp::cacheBasedComp(hwc_context_t *ctx, in cacheBasedComp()
547 bool MDPComp::loadBasedComp(hwc_context_t *ctx, in loadBasedComp()
609 bool MDPComp::isLoadBasedCompDoable(hwc_context_t *ctx, in isLoadBasedCompDoable()
618 bool MDPComp::isOnlyVideoDoable(hwc_context_t *ctx, in isOnlyVideoDoable()
662 bool MDPComp::isYUVDoable(hwc_context_t* ctx, hwc_layer_1_t* layer) { in isYUVDoable()
687 bool MDPComp::batchLayers(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in batchLayers()
745 void MDPComp::updateLayerCache(hwc_context_t* ctx, in updateLayerCache()
767 void MDPComp::updateYUV(hwc_context_t* ctx, hwc_display_contents_1_t* list) { in updateYUV()
793 bool MDPComp::programMDP(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in programMDP()
823 bool MDPComp::programYUV(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in programYUV()
849 int MDPComp::prepare(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in prepare()