Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:MDPComp

33 //==============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) {
49 MDPComp::MDPComp(int dpy):mDpy(dpy){};
51 void MDPComp::dump(android::String8& buf)
79 bool MDPComp::init(hwc_context_t *ctx) {
89 if((property_get("persist.hwc.mdpcomp.enable", property, NULL) > 0) &&
96 if(property_get("debug.mdpcomp.logs", property, NULL) > 0) {
102 if(property_get("debug.mdpcomp.maxpermixer", property, NULL) > 0) {
110 if(property_get("debug.mdpcomp.idletime", property, NULL) > 0) {
129 void MDPComp::timeout_handler(void *udata) {
146 void MDPComp::setMDPCompLayerFlags(hwc_context_t *ctx,
168 bool MDPComp::setupBasePipe(hwc_context_t *ctx) {
203 MDPComp::FrameInfo::FrameInfo() {
208 void MDPComp::FrameInfo::reset(const int& numLayers) {
229 void MDPComp::FrameInfo::map() {
240 MDPComp::LayerCache::LayerCache() {
244 void MDPComp::LayerCache::reset() {
252 void MDPComp::LayerCache::cacheAll(hwc_display_contents_1_t* list) {
259 void MDPComp::LayerCache::updateCounts(const FrameInfo& curFrame) {
266 bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) {
313 ovutils::eDest MDPComp::getMdpPipe(hwc_context_t *ctx, ePipeType type) {
344 bool MDPComp::isFrameDoable(hwc_context_t *ctx) {
364 bool MDPComp::isFullFrameDoable(hwc_context_t *ctx,
433 bool MDPComp::fullMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) {
458 bool MDPComp::partialMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list)
485 bool MDPComp::isOnlyVideoDoable(hwc_context_t *ctx,
529 bool MDPComp::isYUVDoable(hwc_context_t* ctx, hwc_layer_1_t* layer) {
555 void MDPComp::batchLayers() {
605 void MDPComp::updateLayerCache(hwc_context_t* ctx,
627 int MDPComp::getAvailablePipes(hwc_context_t* ctx) {
644 void MDPComp::updateYUV(hwc_context_t* ctx, hwc_display_contents_1_t* list) {
670 bool MDPComp::programMDP(hwc_context_t *ctx, hwc_display_contents_1_t* list) {
701 bool MDPComp::programYUV(hwc_context_t *ctx, hwc_display_contents_1_t* list) {
727 int MDPComp::prepare(hwc_context_t *ctx, hwc_display_contents_1_t* list) {