Searched defs:hdmi (Results 1 - 4 of 4) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dtv_input.h93 } hdmi; member in union:tv_input_device_info::__anon1321
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp562 /* hdmi not supported */
617 property_get("persist.hdmi.hdcp_enabled", value, "1");
625 property_get("persist.hdmi.color_range", value, "3");
1593 int merged = merge_or_warn("hdmi",
1613 int merged = merge_or_warn("hdmi",
1811 bool hdmi = !strcmp(uevent_desc, local
1812 "change@/devices/virtual/switch/hdmi");
1813 if (hdmi)
2127 ALOGE("failed to open hdmi mixer0 subdev");
2132 ALOGE("failed to open hdmi layer
[all...]
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c136 int img_mem_size; /* size of fb for hdmi */
137 void *img_mem_ptr; /* start of fb for hdmi */
1151 /* adjust hdmi mode based on resolution */
1799 int hdmi; local
1806 hdmi = !strcmp(s, "change@/devices/virtual/switch/hdmi");
1810 if (!dock && !vsync && !hdmi)
2018 ALOGE("failed to open hdmi fb (%d)", errno);
2112 int sw_fd = open("/sys/class/switch/hdmi/state", O_RDONLY);
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c173 int img_mem_size; /* size of fb for hdmi */
174 void *img_mem_ptr; /* start of fb for hdmi */
1174 * videos when the hdmi mode is < 1080p.
1176 * down to the hdmi mode res. UI apps are always going
1427 /* adjust hdmi mode based on resolution */
1990 * with hdmi as primary input.
2426 int hdmi; local
2433 hdmi = !strcmp(s, "change@/devices/virtual/switch/hdmi");
2437 if (!dock && !vsync && !hdmi)
[all...]

Completed in 915 milliseconds