/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/ |
D | PlaneCapabilities.cpp | 171 int dstW, dstH; in isScalingSupported() local 176 dstH = dest.bottom - dest.top; in isScalingSupported() 179 if ((dstW - 1) <= 0 || (dstH - 1) <= 0 || in isScalingSupported() 181 (dstH - 1) >= SPRITE_PLANE_MAX_HEIGHT) { in isScalingSupported() 183 DLOGTRACE("invalid destination size: %d x %d, fall back to GLES", dstW, dstH); in isScalingSupported() 188 return ((srcW == dstW) && (srcH == dstH)) ? true : false; in isScalingSupported() 196 if (dstW <= 1 || dstH <= 1 || srcW <= 1 || srcH <= 1) { in isScalingSupported() 198 DLOGTRACE("invalid destination size: %dx%d, fall back to GLES", dstW, dstH); in isScalingSupported() 215 float scaleY = (float)srcH / dstH; in isScalingSupported()
|
D | AnnRGBPlane.cpp | 151 int dstX, dstY, dstW, dstH; in setDataBuffer() local 164 dstH = mPosition.h; in setDataBuffer() 166 checkPosition(dstX, dstY, dstW, dstH); in setDataBuffer() 231 …mContext.ctx.sp_ctx.pos = ((mode->vdisplay - dstY - dstH) & 0xfff) << 16 | ((mode->hdisplay - dstX… in setDataBuffer() 239 ((dstH - 1) & 0xfff) << 16 | ((dstW - 1) & 0xfff); in setDataBuffer()
|
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/ |
D | PlaneCapabilities.cpp | 191 int dstW, dstH; in isScalingSupported() local 196 dstH = dest.bottom - dest.top; in isScalingSupported() 200 return ((srcW == dstW) && (srcH == dstH)) ? true : false; in isScalingSupported() 216 if (dstW <= 100 || dstH <= 1 || srcW <= 100 || srcH <= 1) { in isScalingSupported() 218 DTRACE("invalid destination size: %dx%d, fall back to GLES", dstW, dstH); in isScalingSupported() 235 float scaleY = (float)srcH / dstH; in isScalingSupported() 241 if (trans == HAL_TRANSFORM_ROT_90 && (float)srcW / srcH != (float)dstW / dstH) { in isScalingSupported()
|
D | AnnRGBPlane.cpp | 92 int dstX, dstY, dstW, dstH; in setDataBuffer() local 105 dstH = mPosition.h; in setDataBuffer() 107 checkPosition(dstX, dstY, dstW, dstH); in setDataBuffer() 173 …mContext.ctx.sp_ctx.pos = ((mode->vdisplay - dstY - dstH) & 0xfff) << 16 | ((mode->hdisplay - dstX… in setDataBuffer() 181 ((dstH - 1) & 0xfff) << 16 | ((dstW - 1) & 0xfff); in setDataBuffer()
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | PlaneCapabilities.cpp | 177 int dstW, dstH; in isScalingSupported() local 182 dstH = dest.bottom - dest.top; in isScalingSupported() 186 return ((srcW == dstW) && (srcH == dstH)) ? true : false; in isScalingSupported() 194 if (dstW <= 1 || dstH <= 1 || srcW <= 1 || srcH <= 1) { in isScalingSupported()
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayRotator.h | 112 const int& dstW, const int& dstH, const uint32_t& mdpFormat, 180 const int& dstW, const int& dstH, const uint32_t& mdpFormat, 196 const int& dstW, const int& dstH, const uint32_t& mdpFormat, 257 const int& dstW, const int& dstH, const uint32_t& mdpFormat, 282 const int& dstW, const int& dstH, const uint32_t& mdpFormat,
|
D | overlayRotator.cpp | 58 const int& dstW, const int& dstH, const uint32_t& mdpFormat, in getDownscaleFactor() argument 61 return MdssRot::getDownscaleFactor(srcW, srcH, dstW, dstH, in getDownscaleFactor() 64 return MdpRot::getDownscaleFactor(srcW, srcH, dstW, dstH, in getDownscaleFactor()
|
D | overlayMdssRot.cpp | 381 const int& dstW, const int& dstH, const uint32_t& mdpFormat, in getDownscaleFactor() argument 383 if(not srcW or not srcH or not dstW or not dstH or isInterlaced) return 0; in getDownscaleFactor() 389 uint32_t downscale = min((adjCrop.w / dstW), (adjCrop.h / dstH)); in getDownscaleFactor()
|
/hardware/qcom/display/msm8909/liboverlay/ |
D | overlayRotator.h | 112 const int& dstW, const int& dstH, const uint32_t& mdpFormat, 180 const int& dstW, const int& dstH, const uint32_t& mdpFormat, 196 const int& dstW, const int& dstH, const uint32_t& mdpFormat, 257 const int& dstW, const int& dstH, const uint32_t& mdpFormat, 282 const int& dstW, const int& dstH, const uint32_t& mdpFormat,
|
D | overlayRotator.cpp | 58 const int& dstW, const int& dstH, const uint32_t& mdpFormat, in getDownscaleFactor() argument 61 return MdssRot::getDownscaleFactor(srcW, srcH, dstW, dstH, in getDownscaleFactor() 64 return MdpRot::getDownscaleFactor(srcW, srcH, dstW, dstH, in getDownscaleFactor()
|
D | overlayMdssRot.cpp | 381 const int& dstW, const int& dstH, const uint32_t& mdpFormat, in getDownscaleFactor() argument 383 if(not srcW or not srcH or not dstW or not dstH or isInterlaced) return 0; in getDownscaleFactor() 389 uint32_t downscale = min((adjCrop.w / dstW), (adjCrop.h / dstH)); in getDownscaleFactor()
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
D | TngSpritePlane.cpp | 41 int dstX, dstY, dstW, dstH; in setDataBuffer() local 53 dstH = mPosition.h; in setDataBuffer() 55 checkPosition(dstX, dstY, dstW, dstH); in setDataBuffer() 102 ((dstH - 1) & 0xfff) << 16 | ((dstW - 1) & 0xfff); in setDataBuffer()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
D | HwcLayerList.cpp | 168 int dstH = dest.bottom - dest.top; in checkRgbOverlaySupported() local 169 if (srcW != dstW || srcH != dstH) { in checkRgbOverlaySupported() 230 int dstH = dest.bottom - dest.top; in checkCursorSupported() local 231 if (srcW != dstW || srcH != dstH) { in checkCursorSupported() 233 srcW, srcH, dstW, dstH); in checkCursorSupported()
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
D | DisplayAnalyzer.cpp | 289 int dstH = layer.displayFrame.bottom - layer.displayFrame.top; in isVideoFullScreen() local 292 abs(dstH - height) > 1 && in isVideoFullScreen() 293 dstW * dstH * 10 < width * height * 9) { in isVideoFullScreen()
|
D | HwcLayerList.cpp | 171 int dstH = dest.bottom - dest.top; in checkCursorSupported() local 172 if (srcW != dstW || srcH != dstH) { in checkCursorSupported() 174 srcW, srcH, dstW, dstH); in checkCursorSupported()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_utils.h | 725 inline uint32_t getLayerClock(const uint32_t& dstW, const uint32_t& dstH, in getLayerClock() argument 727 return max(dstW, (srcH * dstW) / dstH); in getLayerClock()
|