Searched refs:fullWidth (Results 1 – 5 of 5) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosLayer.cpp | 817 src_img->fullWidth = src_img->w = mDisplay->mXres; in setSrcExynosImage() 820 src_img->fullWidth = src_img->w = 1440; in setSrcExynosImage() 839 src_img->fullWidth = 0; in setSrcExynosImage() 850 src_img->fullWidth = (gmeta.stride * 2); in setSrcExynosImage() 853 src_img->fullWidth = gmeta.stride; in setSrcExynosImage() 935 dst_img->fullWidth = mDisplay->mXres; in setDstExynosImage()
|
D | ExynosDisplay.cpp | 2030 cfg.src.f_w = mpp_dst_img.fullWidth; in configureHandle() 2093 cfg.src.f_w = src_img.fullWidth; in configureHandle() 5209 src_img->fullWidth = mXres; in setCompositionTargetExynosImage() 5246 dst_img->fullWidth = mXres; in setCompositionTargetExynosImage()
|
/hardware/google/graphics/common/libhwc2.1/libresource/ |
D | ExynosMPP.cpp | 1065 return pixel_align(dst.fullWidth, getDstStrideAlignment(dst.format)); in getAlignedDstFullWidth() 1210 …if (getBufLength(srcHandle, MAX_HW2D_PLANES, bufLength, gmeta.format, src.fullWidth, src.fullHeigh… 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() 1821 img->fullWidth = gmeta.stride; in getDstImageInfo() 2114 else if (src.fullWidth < minSrcWidth) in isSupported() 2136 else if (src.fullWidth > maxSrcWidth) in isSupported() 2138 else if (src.fullWidth % srcWidthAlign != 0) in isSupported()
|
/hardware/google/graphics/common/libhwc2.1/libhwchelper/ |
D | ExynosHWCHelper.h | 387 uint32_t fullWidth = 0; member
|
D | ExynosHWCHelper.cpp | 561 img.bufferHandle, img.fullWidth, img.fullHeight, img.x, img.y, img.w, img.h, in dumpExynosImage()
|