Home
last modified time | relevance | path

Searched refs:dis (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/hwc/
Dhwc.c718 … struct dsscomp_display_info *dis, struct dsscomp_dispc_limitations *limits, in omap4_hwc_can_scale() argument
727 if (dis->channel != OMAP_DSS_CHANNEL_DIGIT && dst_w < limits->min_width) in omap4_hwc_can_scale()
841 struct dsscomp_display_info dis; in omap4_hwc_set_best_hdmi_mode() member
843 } d = { .dis = { .ix = 1 } }; in omap4_hwc_set_best_hdmi_mode()
846 d.dis.modedb_len = sizeof(d.modedb) / sizeof(*d.modedb); in omap4_hwc_set_best_hdmi_mode()
851 if (d.dis.timings.x_res * d.dis.timings.y_res == 0 || in omap4_hwc_set_best_hdmi_mode()
856 ext->width = d.dis.width_in_mm; in omap4_hwc_set_best_hdmi_mode()
857 ext->height = d.dis.height_in_mm; in omap4_hwc_set_best_hdmi_mode()
858 ext->xres = d.dis.timings.x_res; in omap4_hwc_set_best_hdmi_mode()
859 ext->yres = d.dis.timings.y_res; in omap4_hwc_set_best_hdmi_mode()
[all …]
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCamera.cpp3269 int dis = (toggle == true) ? CAMERA_DIS_ON : CAMERA_DIS_OFF; in setVideoStabilization() local
3271 if (exynos_v4l2_s_ctrl(m_previewDev->fd, V4L2_CID_CAMERA_SET_DIS, dis) < 0) { in setVideoStabilization()