Searched refs:aWidth (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/qcom/display/msm8084/liboverlay/ |
H A D | overlayMdssRot.cpp | 271 int aWidth = ovutils::align(destWhf.w, 64); in calcCompressedBufSize() local 291 int yRauCount = aWidth / 64; //Y in calcCompressedBufSize() 292 int cRauCount = aWidth / 32; //C in calcCompressedBufSize() 303 int rauCount = aWidth / 32; in calcCompressedBufSize() 314 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize); in calcCompressedBufSize()
|
/aosp12/hardware/qcom/display/msm8226/liboverlay/ |
H A D | overlayMdssRot.cpp | 295 int aWidth = ovutils::align(destWhf.w, 64); in calcCompressedBufSize() local 315 int yRauCount = aWidth / 64; //Y in calcCompressedBufSize() 316 int cRauCount = aWidth / 32; //C in calcCompressedBufSize() 327 int rauCount = aWidth / 32; in calcCompressedBufSize() 338 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize); in calcCompressedBufSize()
|
/aosp12/hardware/qcom/display/msm8994/liboverlay/ |
H A D | overlayMdssRot.cpp | 332 int aWidth = ovutils::align(destWhf.w, 64); in calcCompressedBufSize() local 352 int yRauCount = aWidth / 64; //Y in calcCompressedBufSize() 353 int cRauCount = aWidth / 32; //C in calcCompressedBufSize() 364 int rauCount = aWidth / 32; in calcCompressedBufSize() 375 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize); in calcCompressedBufSize()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
H A D | TaskImageContainer.java | 78 TaskImage(OrientationManager.DeviceOrientation anOrientation, int aWidth, int aHeight, in TaskImage() argument 82 width = aWidth; in TaskImage()
|