Searched refs:f_h (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/google/graphics/common/libhwc2.1/ |
H A D | DeconCommonHeader.h | 35 uint32_t f_h; member
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/ |
H A D | ExynosDisplay.cpp | 1575 cfg.dst.f_h = mYres; in configureHandle() 1614 cfg.src.f_h = mpp_dst_img.fullHeight; in configureHandle() 1677 cfg.src.f_h = src_img.fullHeight; in configureHandle() 1747 if (cfg.src.f_h > srcMaxHeight) in configureHandle() 1748 cfg.src.f_h = srcMaxHeight; in configureHandle() 1750 cfg.src.f_h = pixel_align_down(cfg.src.f_h, srcHeightAlign); in configureHandle() 1758 if (cfg.src.y + cfg.src.h > cfg.src.f_h) in configureHandle() 1759 cfg.src.h = cfg.src.f_h - cfg.src.y; in configureHandle() 1841 config.dst.f_h = mYres; in configureOverlay() 1848 config.src.f_h = gmeta.vstride; in configureOverlay() [all …]
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
H A D | ExynosDisplayDrmInterface.cpp | 152 bufHeight = config.src.f_h; in getBuffer() 225 getExynosBufferYLength(config.src.f_w, config.src.f_h, config.format); in getBuffer() 264 __func__, fbId, ret, config.src.f_w, config.src.f_h, config.dst.w, config.dst.h, in getBuffer()
|