Home
last modified time | relevance | path

Searched refs:f_h (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/
DDeconCommonHeader.h35 uint32_t f_h; member
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp1989 cfg.dst.f_h = mYres; in configureHandle()
2031 cfg.src.f_h = mpp_dst_img.fullHeight; in configureHandle()
2094 cfg.src.f_h = src_img.fullHeight; in configureHandle()
2167 if (cfg.src.f_h > srcMaxHeight) in configureHandle()
2168 cfg.src.f_h = srcMaxHeight; in configureHandle()
2170 cfg.src.f_h = pixel_align_down(cfg.src.f_h, srcHeightAlign); in configureHandle()
2178 if (cfg.src.y + cfg.src.h > cfg.src.f_h) in configureHandle()
2179 cfg.src.h = cfg.src.f_h - cfg.src.y; in configureHandle()
2191 uint64_t srcSize = cfg.src.f_w * cfg.src.f_h * formatToBpp(cfg.format); in configureHandle()
2195 __func__, gmeta.size, gmeta.format, cfg.src.f_w, cfg.src.f_h, cfg.format); in configureHandle()
[all …]
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp194 bufHeight = config.src.f_h; in getBuffer()
256 getExynosBufferYLength(config.src.f_w, config.src.f_h, config.format); in getBuffer()
295 __func__, fbId, ret, config.src.f_w, config.src.f_h, config.dst.w, config.dst.h, in getBuffer()