Searched refs:fullHeight (Results 1 – 5 of 5) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosLayer.cpp | 818 src_img->fullHeight = src_img->h = mDisplay->mYres; in setSrcExynosImage() 821 src_img->fullHeight = src_img->h = 2560; in setSrcExynosImage() 840 src_img->fullHeight = 0; in setSrcExynosImage() 851 src_img->fullHeight = pixel_align_down((gmeta.vstride / 2), 2); in setSrcExynosImage() 856 src_img->fullHeight = (isAFBC32x8(mCompressionInfo) && in setSrcExynosImage() 876 (src_img->h > src_img->fullHeight)) { in setSrcExynosImage() 936 dst_img->fullHeight = mDisplay->mYres; in setDstExynosImage()
|
D | ExynosDisplay.cpp | 2031 cfg.src.f_h = mpp_dst_img.fullHeight; in configureHandle() 2094 cfg.src.f_h = src_img.fullHeight; in configureHandle() 5210 src_img->fullHeight = mYres; in setCompositionTargetExynosImage() 5247 dst_img->fullHeight = mYres; in setCompositionTargetExynosImage()
|
/hardware/google/graphics/common/libhwc2.1/libresource/ |
D | ExynosMPP.cpp | 1114 (int)(getAlignedDstFullWidth(dst) * dst.fullHeight)) || in needDstBufRealloc() 1210 …(srcHandle, MAX_HW2D_PLANES, bufLength, gmeta.format, src.fullWidth, src.fullHeight) != NO_ERROR) { in setupLayer() 1253 src.fullWidth, src.fullHeight, in setupLayer() 1262 srcImgInfo->mppLayer->setImageDimension(src.fullWidth, src.fullHeight); in setupLayer() 1544 mAssignedSources[i]->mSrcImg.fullWidth, mAssignedSources[i]->mSrcImg.fullHeight, in doPostProcessingInternal() 1822 img->fullHeight = gmeta.vstride; in getDstImageInfo() 2116 else if (src.fullHeight < minSrcHeight) in isSupported() 2145 if (src.fullHeight > maxSrcHeight) in isSupported() 2147 else if (src.fullHeight % srcHeightAlign != 0) in isSupported()
|
/hardware/google/graphics/common/libhwc2.1/libhwchelper/ |
D | ExynosHWCHelper.h | 388 uint32_t fullHeight = 0; member
|
D | ExynosHWCHelper.cpp | 561 img.bufferHandle, img.fullWidth, img.fullHeight, img.x, img.y, img.w, img.h, in dumpExynosImage()
|