Home
last modified time | relevance | path

Searched refs:yres (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_attribute.cpp250 int yres = 0; in ParseSupportedResolutionAttribute() local
251 xres = ippGetResolution(attrPtr, i, &yres, &units); in ParseSupportedResolutionAttribute()
252 if (xres == 0 || yres == 0) { in ParseSupportedResolutionAttribute()
257 yres = DpcToDpi(yres); in ParseSupportedResolutionAttribute()
264 object["verticalDpi"] = yres; in ParseSupportedResolutionAttribute()
267 printResolution.SetVerticalDpi(yres); in ParseSupportedResolutionAttribute()
288 int yres = 0; in ParseDefaultResolutionAttribute() local
289 xres = ippGetResolution(attrPtr, i, &yres, &units); in ParseDefaultResolutionAttribute()
290 if (xres == 0 || yres == 0) { in ParseDefaultResolutionAttribute()
295 yres = DpcToDpi(yres); in ParseDefaultResolutionAttribute()
[all …]
/ohos5.0/base/update/updater/services/ui/driver/
H A Dfbdev_driver.cpp49 LOG(INFO) << "The yres=" << vinfo_.yres; in FBLog()
100 buff_.height = vinfo_.yres; in Init()
101 buff_.size = finfo_.line_length * vinfo_.yres; in Init()
126 surface.height = static_cast<int>(vinfo_.yres); in GetGrSurface()
/ohos5.0/base/powermgr/battery_manager/charger/src/dev/
H A Dfbdev_driver.cpp64 buff_.height = vinfo_.yres; in Init()
65 buff_.size = finfo_.line_length * vinfo_.yres; in Init()
90 dsInfo.height = static_cast<int>(vinfo_.yres); in GetDisplayInfo()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Dframebuffer_allocator.cpp48 varInfo.yres_virtual = varInfo.yres * FB_BUFFERS_NUM; in SetFdFormatAndVirtualRes()
76 DISPLAY_CHK_RETURN((varInfo_.yres == 0), DISPLAY_FAILURE, DISPLAY_LOGE("the yres is zero")); in InitFb()
77 buffersNum_ = varInfo_.yres_virtual / varInfo_.yres; in InitFb()
78 bufferSize_ = fixInfo_.line_length * varInfo_.yres; in InitFb()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/
H A Dfb_display.cpp65 mode.height = varInfo.yres; in Init()
68 …DISPLAY_LOGD("xres : %{public}d yres : %{public}d fps : %{public}d", varInfo.xres, varInfo.yres, m… in Init()
71 displayCapability_.phyHeight = varInfo.yres; in Init()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/main_test/
H A Dv4l2_main.cpp112 unsigned int size = g_vInfo.xres * g_vInfo.yres * g_vInfo.bits_per_pixel / bit; in DoFbMunmap()
122 int screensize = g_vInfo.xres * g_vInfo.yres * g_vInfo.bits_per_pixel / bit; in DoFbMmap()
150 CAMERA_LOGD("The yres is :%u\n", g_vInfo.yres); in FBLog()
234 int ypos = (g_vInfo.yres - height) / 2; in ProcessImage()
/ohos5.0/drivers/peripheral/camera/test/ut/usb_camera/
H A Dtest_camera_base.cpp217 unsigned int size = vinfo_.xres * vinfo_.yres * vinfo_.bits_per_pixel / 8; // 8:picture size; in DoFbMunmap()
226 int screensize = vinfo_.xres * vinfo_.yres * vinfo_.bits_per_pixel / 8; // 8:picture size in DoFbMmap()
250 CAMERA_LOGI("The yres is :%u\n", vinfo_.yres); in FBLog()
313 int ypos = (vinfo_.yres - height) / 2; in ProcessImage()
/ohos5.0/drivers/peripheral/camera/test/ut/v4l2/
H A Dtest_camera_base.cpp203 unsigned int size = vinfo_.xres * vinfo_.yres * vinfo_.bits_per_pixel / 8; // 8:picture size; in DoFbMunmap()
212 int screensize = vinfo_.xres * vinfo_.yres * vinfo_.bits_per_pixel / 8; // 8:picture size in DoFbMmap()
236 CAMERA_LOGI("The yres is :%u", vinfo_.yres); in FBLog()
302 int ypos = (vinfo_.yres - height) / 2; in ProcessImage()
/ohos5.0/drivers/liteos/
H A DREADME_zh.md259 info.vinfo.yres = 1080;
H A DREADME.md259 info.vinfo.yres = 1080;
/ohos5.0/base/update/packaging_tools/test/
H A Dsource_vendor_data Error!