Home | History | Annotate | Download | only in libexternal

Lines Matching refs:height

72 void ExternalDisplay::getAttributes(int& width, int& height) {
74 getAttrForMode(width, height, fps);
158 property_set("persist.sys.actionsafe.height", actionsafeHeight);
580 int width = 0, height = 0, fps = 0;
581 getAttrForMode(width, height, fps);
582 ALOGD("ExtDisplay setting xres = %d, yres = %d", width, height);
586 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].yres = height;
596 if(((priW * priH) > (width * height)) &&
615 void ExternalDisplay::getAttrForMode(int& width, int& height, int& fps) {
619 height = 480;
625 height = 480;
631 height = 576;
636 height = 720;
641 height = 720;
646 height = 1024;
651 height = 768;
656 height = 1080;
661 height = 1080;
666 height = 1080;
671 height = 1080;
676 height = 1080;
681 height = 1600;
686 height = 2160;
691 height = 2160;
696 height = 2160;
701 height = 2160;