/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayMdpRot.cpp | 53 int alW = 0, alH = 0; in getDstWhf() local 56 halFormat, alW, alH); in getDstWhf() 57 return utils::Whf(alW, alH, mRotImgInfo.dst.format); in getDstWhf() 62 int alW = 0, alH = 0; in getDstDimensions() local 65 halFormat, alW, alH); in getDstDimensions() 66 return utils::Dim(0, 0, alW, alH); in getDstDimensions()
|
D | overlayRotator.cpp | 48 int alW = 0, alH = 0; in calcOutputBufSize() local 52 destWhf.w, destWhf.h, halFormat, alW, alH); in calcOutputBufSize()
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayMdpRot.cpp | 62 int alW = 0, alH = 0; in getDstWhf() local 65 halFormat, alW, alH); in getDstWhf() 66 return utils::Whf(alW, alH, mRotImgInfo.dst.format); in getDstWhf() 71 int alW = 0, alH = 0; in getDstDimensions() local 74 halFormat, alW, alH); in getDstDimensions() 75 return utils::Dim(0, 0, alW, alH); in getDstDimensions()
|
D | overlayRotator.cpp | 70 int alW = 0, alH = 0; in calcOutputBufSize() local 74 destWhf.w, destWhf.h, halFormat, alW, alH); in calcOutputBufSize()
|
/hardware/qcom/display/msm8909/liboverlay/ |
D | overlayMdpRot.cpp | 62 int alW = 0, alH = 0; in getDstWhf() local 65 halFormat, alW, alH); in getDstWhf() 66 return utils::Whf(alW, alH, mRotImgInfo.dst.format); in getDstWhf() 71 int alW = 0, alH = 0; in getDstDimensions() local 74 halFormat, alW, alH); in getDstDimensions() 75 return utils::Dim(0, 0, alW, alH); in getDstDimensions()
|
D | overlayRotator.cpp | 70 int alW = 0, alH = 0; in calcOutputBufSize() local 74 destWhf.w, destWhf.h, halFormat, alW, alH); in calcOutputBufSize()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_virtual.cpp | 227 int alW = 0, alH = 0; in setMDPScalingMode() local 228 getBufferSizeAndDimensions(fbWidth, fbHeight, ohnd->format, alW, alH); in setMDPScalingMode() 229 if((getWidth(ohnd) != alW) || (getHeight(ohnd) != alH)) { in setMDPScalingMode() 235 __FUNCTION__, alW, alH, in setMDPScalingMode()
|
D | hwc_utils.cpp | 2406 int alW = 0, alH = 0; in dumpBuffer() local 2407 int size = getBufferSizeAndDimensions(width, height, format, alW, alH); in dumpBuffer()
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayRotator.cpp | 47 int alW = 0, alH = 0; in calcOutputBufSize() local 51 destWhf.w, destWhf.h, halFormat, alW, alH); in calcOutputBufSize()
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayRotator.cpp | 48 int alW = 0, alH = 0; in calcOutputBufSize() local 52 destWhf.w, destWhf.h, halFormat, alW, alH); in calcOutputBufSize()
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_utils.cpp | 2490 int alW = 0, alH = 0; in dumpBuffer() local 2491 int size = getBufferSizeAndDimensions(width, height, format, alW, alH); in dumpBuffer()
|