Home
last modified time | relevance | path

Searched refs:alW (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/display/msm8226/liboverlay/
DoverlayMdpRot.cpp53 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()
DoverlayRotator.cpp48 int alW = 0, alH = 0; in calcOutputBufSize() local
52 destWhf.w, destWhf.h, halFormat, alW, alH); in calcOutputBufSize()
/hardware/qcom/display/msm8994/liboverlay/
DoverlayMdpRot.cpp62 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()
DoverlayRotator.cpp70 int alW = 0, alH = 0; in calcOutputBufSize() local
74 destWhf.w, destWhf.h, halFormat, alW, alH); in calcOutputBufSize()
/hardware/qcom/display/msm8909/liboverlay/
DoverlayMdpRot.cpp62 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()
DoverlayRotator.cpp70 int alW = 0, alH = 0; in calcOutputBufSize() local
74 destWhf.w, destWhf.h, halFormat, alW, alH); in calcOutputBufSize()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_virtual.cpp227 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()
Dhwc_utils.cpp2406 int alW = 0, alH = 0; in dumpBuffer() local
2407 int size = getBufferSizeAndDimensions(width, height, format, alW, alH); in dumpBuffer()
/hardware/qcom/display/msm8084/liboverlay/
DoverlayRotator.cpp47 int alW = 0, alH = 0; in calcOutputBufSize() local
51 destWhf.w, destWhf.h, halFormat, alW, alH); in calcOutputBufSize()
/hardware/qcom/display/msm8960/liboverlay/
DoverlayRotator.cpp48 int alW = 0, alH = 0; in calcOutputBufSize() local
52 destWhf.w, destWhf.h, halFormat, alW, alH); in calcOutputBufSize()
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_utils.cpp2490 int alW = 0, alH = 0; in dumpBuffer() local
2491 int size = getBufferSizeAndDimensions(width, height, format, alW, alH); in dumpBuffer()