Lines Matching refs:f_h
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()
1771 uint64_t srcSize = cfg.src.f_w * cfg.src.f_h * formatToBpp(cfg.format); in configureHandle()
1775 __func__, gmeta.size, gmeta.format, cfg.src.f_w, cfg.src.f_h, cfg.format); in configureHandle()
1841 config.dst.f_h = mYres; in configureOverlay()
1845 config.src.f_h = pixel_align(mYres, G2D_JUSTIFIED_DST_ALIGN); in configureOverlay()
1848 config.src.f_h = gmeta.vstride; in configureOverlay()
1983 uint64_t srcSize = config.src.f_w * config.src.f_h * formatToBpp(config.format); in configureOverlay()
1986 __func__, gmeta.size, gmeta.format, config.src.f_w, config.src.f_h, config.format); in configureOverlay()
2173 (config.src.h > config.src.f_h)) { in validateWinConfigData()
2175 config.src.w, config.src.f_w, config.src.h, config.src.f_h); in validateWinConfigData()
4225 c.src.f_w, c.src.f_h, c.src.x, c.src.y, c.src.w, c.src.h, in dumpConfig()
4226 c.dst.f_w, c.dst.f_h, c.dst.x, c.dst.y, c.dst.w, c.dst.h, in dumpConfig()
4277 c.src.f_w, c.src.f_h, c.src.x, c.src.y, c.src.w, c.src.h, in dumpConfig()
4278 c.dst.f_w, c.dst.f_h, c.dst.x, c.dst.y, c.dst.w, c.dst.h, in dumpConfig()
4301 c.src.f_w, c.src.f_h, c.src.x, c.src.y, c.src.w, c.src.h, in printConfig()
4302 c.dst.f_w, c.dst.f_h, c.dst.x, c.dst.y, c.dst.w, c.dst.h, in printConfig()