Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libhwc/
Dhwc.cpp425 struct v4l2_dv_enum_preset enum_preset; in hdmi_get_config() local
436 enum_preset.index = index++; in hdmi_get_config()
437 ret = ioctl(dev->hdmi_layers[0].fd, VIDIOC_ENUM_DV_PRESETS, &enum_preset); in hdmi_get_config()
447 __func__, enum_preset.index, enum_preset.preset, in hdmi_get_config()
448 enum_preset.width, enum_preset.height, enum_preset.name); in hdmi_get_config()
450 if (preset.preset == enum_preset.preset) { in hdmi_get_config()
451 dev->hdmi_w = enum_preset.width; in hdmi_get_config()
452 dev->hdmi_h = enum_preset.height; in hdmi_get_config()