HomeSort by relevance Sort by last modified time
    Searched refs:extH (Results 1 - 7 of 7) sorted by null

  /hardware/qcom/display/msm8084/libvirtual/
virtual.h 55 void initResolution(uint32_t &extW, uint32_t &extH);
57 uint32_t &extW, uint32_t &extH);
virtual.cpp 106 void VirtualDisplay::initResolution(uint32_t &extW, uint32_t &extH) {
108 if(extW == 0 || extH == 0){
110 extH = mVInfo.yres;
123 uint32_t &extH) {
131 extH = priH;
136 extH = priW;
164 uint32_t &extH = mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].yres;
168 initResolution(extW, extH);
173 bool isDRC = (extW > 0) && (extH > 0);
180 uint32_t maxArea = max((extW * extH), (priW * priH))
    [all...]
  /hardware/qcom/display/msm8226/libvirtual/
virtual.h 55 void initResolution(uint32_t &extW, uint32_t &extH);
57 uint32_t &extW, uint32_t &extH);
virtual.cpp 106 void VirtualDisplay::initResolution(uint32_t &extW, uint32_t &extH) {
108 if(extW == 0 || extH == 0){
110 extH = mVInfo.yres;
123 uint32_t &extH) {
146 getAspectRatioPosition(tmpW, tmpH, extW, extH, r);
148 extH = r.bottom - r.top;
175 uint32_t &extH = mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].yres;
182 bool isDRC = (extW > mVInfo.xres) && (extH > mVInfo.yres);
184 initResolution(extW, extH);
191 uint32_t maxArea = max((extW * extH), (priW * priH))
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 699 uint32_t extW = 0, extH = 0;
701 ctx->mHDMIDisplay->getAttributes(extW, extH);
704 extH = ctx->mHWCVirtual->getScalingHeight();
706 ALOGD_IF(HWC_UTILS_DEBUG, "%s: Scaling mode extW=%d extH=%d",
707 __FUNCTION__, extW, extH);
718 outPos.y = uint32_t(yRatio * (float)extH);
720 outPos.h = uint32_t(hRatio * (float)extH);
780 uint32_t extW = 0, extH = 0;
787 ctx->mHDMIDisplay->getAttributes(extW, extH);
790 extH = ctx->mHWCVirtual->getScalingHeight()
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 551 int extW, extH;
553 ctx->mExtDisplay->getAttributes(extW, extH);
555 ctx->mVirtualDisplay->getAttributes(extW, extH);
565 outPos.y = uint32_t(yRatio * (float)extH);
567 outPos.h = uint32_t(hRatio * (float)extH);
627 int extW, extH;
634 ctx->mExtDisplay->getAttributes(extW, extH);
636 ctx->mVirtualDisplay->getAttributes(extW, extH);
639 float hRatio = ((float)extH)/fbHeight;
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 538 int extW, extH;
540 ctx->mExtDisplay->getAttributes(extW, extH);
542 ctx->mVirtualDisplay->getAttributes(extW, extH);
552 outPos.y = uint32_t(yRatio * (float)extH);
554 outPos.h = uint32_t(hRatio * (float)extH);
614 int extW, extH;
621 ctx->mExtDisplay->getAttributes(extW, extH);
623 ctx->mVirtualDisplay->getAttributes(extW, extH);
626 float hRatio = ((float)extH)/fbHeight;
    [all...]

Completed in 135 milliseconds