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

1 2 3 4 5

  /external/autotest/client/cros/chameleon/
edid.py 13 # clocks for each model and check if the EDID is in the supported list.
15 """Check whether the EDID is supported by DUT
33 class Edid(object):
34 """Edid is an abstraction of EDID (Extended Display Identification Data).
45 """Construct an Edid.
47 @param data: A byte-array of EDID data.
50 if not Edid.verify(data) and not skip_verify:
51 raise ValueError('Not a valid EDID.')
57 """Verify the correctness of EDID
    [all...]
chameleon.py 17 from autotest_lib.client.cros.chameleon import edid as edid_lib
298 """Reads the EDID.
300 @return: An Edid object or NO_EDID.
305 # Read EDID without verify. It may be made corrupted as intended
307 return edid_lib.Edid(edid_binary.data, skip_verify=True)
310 def apply_edid(self, edid):
311 """Applies the given EDID.
313 @param edid: An Edid object or NO_EDID.
315 if edid is edid_lib.NO_EDID
    [all...]
  /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'
control.extended 9 PURPOSE = "Remotely controlled display with no EDID test."
20 This test remotely controls Chameleon to not response an EDID request.
21 It then tests if DUT switches to a standard mode as no EDID found.
control.mirrored 9 PURPOSE = "Remotely controlled display with no EDID test."
20 This test remotely controls Chameleon to not response an EDID request.
21 It then tests if DUT switches to a standard mode as no EDID found.
  /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)
control 9 PURPOSE = "Stress DUT by switching EDID from among a large pool of EDIDs."
20 This test switches Chameleon EDID from among a large pool of EDIDs, tests
control.weekly 9 PURPOSE = "Stress DUT by switching EDID from among a large pool of EDIDs."
23 This test switches Chameleon EDID from among a large pool of EDIDs, tests
  /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)
  /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
exynos_drm.c 350 * @ext: indicate whether edid data includes extentions data or not.
351 * @edid: a pointer to edid data from Wireless Display device.
354 * disconnection. for this, user should get a edid data from the Wireless
362 uint32_t ext, void *edid)
367 .edid = (uint64_t)(uintptr_t)edid,
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.h 60 //Parses EDID audio block when if HDMI is connected to determine audio sink capabilities.
  /hardware/qcom/display/msm8909/libhdmi/
hdmi.h 30 //Type of scanning of EDID(Video Capability Data Block)
38 // Structure to store EDID related data
  /hardware/qcom/display/msm8994/libhdmi/
hdmi.h 30 //Type of scanning of EDID(Video Capability Data Block)
38 // Structure to store EDID related data
  /bionic/libc/kernel/uapi/linux/
v4l2-common.h 54 __u8 * edid; member in struct:v4l2_edid
  /external/kernel-headers/original/uapi/drm/
exynos_drm.h 55 * 128bytes edid data.
56 * @edid: the edid data pointer from user side.
61 uint64_t edid; member in struct:drm_exynos_vidi_connection
  /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;
  /hardware/qcom/display/msm8084/libexternal/
external.h 31 //Type of scanning of EDID(Video Capability Data Block)
  /hardware/qcom/display/msm8084/libqdutils/
qd_utils.cpp 86 ALOGE("%s no edid raw data found", __func__);
  /hardware/qcom/display/msm8226/libexternal/
external.h 31 //Type of scanning of EDID(Video Capability Data Block)

Completed in 1802 milliseconds

1 2 3 4 5