Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_attribute.cpp249 int xres = 0; in ParseSupportedResolutionAttribute() local
251 xres = ippGetResolution(attrPtr, i, &yres, &units); in ParseSupportedResolutionAttribute()
252 if (xres == 0 || yres == 0) { in ParseSupportedResolutionAttribute()
256 xres = DpcToDpi(xres); in ParseSupportedResolutionAttribute()
263 object["horizontalDpi"] = xres; in ParseSupportedResolutionAttribute()
266 printResolution.SetHorizontalDpi(xres); in ParseSupportedResolutionAttribute()
287 int xres = 0; in ParseDefaultResolutionAttribute() local
289 xres = ippGetResolution(attrPtr, i, &yres, &units); in ParseDefaultResolutionAttribute()
290 if (xres == 0 || yres == 0) { in ParseDefaultResolutionAttribute()
294 xres = DpcToDpi(xres); in ParseDefaultResolutionAttribute()
[all …]
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/
H A Dfb_display.cpp64 mode.width = varInfo.xres; in Init()
68 …DISPLAY_LOGD("xres : %{public}d yres : %{public}d fps : %{public}d", varInfo.xres, varInfo.yres, m… in Init()
70 displayCapability_.phyWidth = varInfo.xres; in Init()
/ohos5.0/base/powermgr/battery_manager/charger/src/dev/
H A Dfbdev_driver.cpp63 buff_.width = vinfo_.xres; in Init()
89 dsInfo.width = static_cast<int>(vinfo_.xres); in GetDisplayInfo()
/ohos5.0/base/update/updater/services/ui/driver/
H A Dfbdev_driver.cpp48 LOG(INFO) << "The xres=" << vinfo_.xres; in FBLog()
99 buff_.width = vinfo_.xres; 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()
149 CAMERA_LOGD("The xres is :%u\n", g_vInfo.xres); in FBLog()
233 int xpos = (g_vInfo.xres - width) / 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()
249 CAMERA_LOGI("The xres is :%u\n", vinfo_.xres); in FBLog()
312 int xpos = (vinfo_.xres - width) / 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()
235 CAMERA_LOGI("The xres is :%u", vinfo_.xres); in FBLog()
301 int xpos = (vinfo_.xres - width) / 2; in ProcessImage()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Dframebuffer_allocator.cpp47 varInfo.xres_virtual = varInfo.xres; in SetFdFormatAndVirtualRes()
/ohos5.0/drivers/liteos/
H A DREADME_zh.md258 info.vinfo.xres = 1920;
H A DREADME.md258 info.vinfo.xres = 1920;
/ohos5.0/base/update/packaging_tools/test/
H A Dsource_vendor_data Error!