HomeSort by relevance Sort by last modified time
    Searched defs:edid (Results 1 - 25 of 33) sorted by null

1 2

  /external/autotest/server/site_tests/display_EdidStress/
display_EdidStress.py 5 """This is a server side stressing DUT by switching Chameleon EDID."""
16 from autotest_lib.client.cros.chameleon import edid namespace
24 This test switches Chameleon EDID from among a large pool of EDIDs, tests
67 logging.info('Skip EDID: %s...', filename)
70 logging.info('Use EDID: %s...', filename)
73 edid.Edid.from_file(filepath, skip_verify=True)):
83 logging.error('EDID not supported: %s', filename)
  /external/autotest/server/site_tests/display_NoEdid/
display_NoEdid.py 5 """This is a server side test to check no EDID on external display."""
13 from autotest_lib.client.cros.chameleon import edid namespace
19 """Server side test to check no EDID on external display.
22 the case that no EDID on the external display.
42 with chameleon_port.use_edid(edid.NO_EDID):
47 error_message = 'Failed to detect display without an EDID'
  /external/autotest/server/site_tests/display_Resolution/
display_Resolution.py 15 from autotest_lib.client.cros.chameleon import edid namespace
75 if not edid.is_edid_supported(host, interface, width, height):
76 logging.info('Skip unsupported EDID: %s', test_name)
92 logging.info('Use EDID: %s', test_name)
  /external/autotest/server/site_tests/display_ResolutionList/
display_ResolutionList.py 15 from autotest_lib.client.cros.chameleon import edid namespace
60 if not edid.is_edid_supported(host, interface, width, height):
61 logging.info('Skip unsupported EDID: %s', test_name)
66 logging.info('Use EDID: %s', test_name)
  /external/autotest/server/site_tests/display_SuspendStress/
display_SuspendStress.py 16 from autotest_lib.client.cros.chameleon import edid namespace
41 if not edid.is_edid_supported(host, *testcase_spec):
42 raise error.TestFail('Error: EDID is not supported by the platform'
58 logging.info('Use EDID: %s', test_name)
  /bionic/libc/kernel/uapi/linux/
v4l2-common.h 54 __u8 * edid; member in struct:v4l2_edid
  /external/kernel-headers/original/uapi/linux/
v4l2-common.h 80 __u8 *edid; member in struct:v4l2_edid
  /hardware/qcom/msm8996/kernel-headers/linux/
v4l2-common.h 52 __u8 * edid; member in struct:v4l2_edid
  /hardware/qcom/msm8996/original-kernel-headers/linux/
v4l2-common.h 78 __u8 *edid; member in struct:v4l2_edid
  /external/libdrm/tests/modeprint/
modeprint.c 49 int edid; variable
337 edid = 0;
374 edid = 1;
381 edid = 1;
396 edid = 1;
  /development/ndk/platforms/android-21/include/linux/
v4l2-subdev.h 100 __u8 __user *edid; member in struct:v4l2_subdev_edid
  /external/libdrm/exynos/
exynos_drm.h 69 * 128bytes edid data.
70 * @edid: the edid data pointer from user side.
75 uint64_t edid; member in struct:drm_exynos_vidi_connection