Home
last modified time | relevance | path

Searched refs:HDMI (Results 1 – 25 of 54) sorted by relevance

123

/external/igt-gpu-tools/man/
Dintel_infoframes.rst6 View and change HDMI InfoFrames
24 **intel_infoframes** is a tool to view and change the HDMI InfoFrames sent by
28 Descriptions of the InfoFrame fields can be found on the HDMI and CEA-861
40 Not all HDMI monitors respect the InfoFrames sent to them. Only GEN 4 or newer
51 HDMI specification, CEA-861 specification.
Dintel_audio_dump.rst6 Dump the Intel GPU registers for HDMI audio setup
25 HDMI audio handling on Intel GPUs.
/external/autotest/client/cros/chameleon/
Dchameleon_audio_ids.py15 HDMI = 'Chameleon HDMI' variable in ChameleonIds
22 SINK_PORTS = [HDMI, LINEIN, MIC, USBIN]
33 HDMI = 'Cros HDMI' variable in CrosIds
45 SOURCE_PORTS = [HDMI, HEADPHONE, SPEAKER, BLUETOOTH_HEADPHONE, USBOUT]
Daudio_level.py44 ids.CrosIds.HDMI: _AudioLevel.DIGITAL,
55 ids.ChameleonIds.HDMI: _AudioLevel.DIGITAL,
Dchameleon_audio_helper.py86 (ids.CrosIds.HDMI, ids.ChameleonIds.HDMI):
274 if audio_port.port_id == ids.ChameleonIds.HDMI:
/external/autotest/server/site_tests/audio_AudioArtifacts/
Dcontrol.hdmi11 PURPOSE = "Remotely controlled HDMI audio artifacts test."
22 This test remotely tests HDMI audio artifacts against DUT.
32 source_id=chameleon_audio_ids.CrosIds.HDMI,
34 recorder_id=chameleon_audio_ids.ChameleonIds.HDMI
/external/autotest/server/site_tests/audio_AudioVolume/
Dcontrol.hdmi11 PURPOSE = "Remotely controlled HDMI audio volume test."
22 This test remotely tests HDMI audio volume function against DUT.
31 source_id=chameleon_audio_ids.CrosIds.HDMI,
Daudio_AudioVolume.py42 elif source_id == chameleon_audio_ids.CrosIds.HDMI:
43 return chameleon_audio_ids.ChameleonIds.HDMI
64 elif source_id == chameleon_audio_ids.CrosIds.HDMI:
/external/igt-gpu-tools/docs/
Dchamelium.txt22 via a flexible cable, with two DisplayPort connectors, one HDMI and one VGA.
100 # The DP-1 of [Chamelium:DP-1] and the HDMI-A-1 of [Chamelium:HDMI-A-1] indicate
105 # DP1 (located next to the HDMI port) = 1
107 # HDMI = 3 and VGA = 4
112 [Chamelium:HDMI-A-2]
200 * Pixel-by-pixel frame integrity tests for DP and HDMI
202 * CRC-based frame integrity tests for DP and HDMI
205 HDMI
218 * Audio capture from HDMI
224 * YUV colorspace for HDMI, instead of RGB
[all …]
/external/autotest/server/site_tests/audio_AudioBasicHDMI/
Dcontrol9 PURPOSE = "Remotely controlled HDMI audio test."
20 This test remotely tests HDMI audio function.
Dcontrol.suspend_quality9 PURPOSE = "Remotely controlled HDMI after suspend audio test."
20 This test remotely tests HDMI audio function after suspend-resume.
Dcontrol.suspend_while_playback9 PURPOSE = "Remotely controlled HDMI after suspend while playing audio test."
20 This test remotely tests HDMI audio function after suspend-resume.
Dcontrol.suspend9 PURPOSE = "Remotely controlled HDMI after suspend audio test."
21 This test remotely tests HDMI audio function after suspend-resume.
Daudio_AudioBasicHDMI.py96 chameleon_audio_ids.CrosIds.HDMI)
98 chameleon_audio_ids.ChameleonIds.HDMI)
/external/autotest/server/site_tests/audio_AudioNodeSwitch/
Dcontrol.HDMI10 NAME = "audio_AudioNodeSwitch.HDMI"
28 job.run_test("audio_AudioNodeSwitch", host=host, hdmi_node=True, tag='HDMI')
Dcontrol.HDMI_while_playing_audio11 PURPOSE = "Check if audio is routing through HDMI node"
29 play_audio=True, tag='HDMI')
Dcontrol30 job.run_test("audio_AudioNodeSwitch", host=host, hdmi_node=True, tag='HDMI')
/external/adhd/cras-config/
Ddsp.ini.sample5 disable=(equal? output_jack "HDMI")
13 disable=(equal? output_jack "HDMI")
/external/autotest/server/site_tests/enterprise_CFM_CEC/
Dcontrol18 This test performs the CEC feature in HDMI cable in Teemo
/external/autotest/server/site_tests/audiovideo_AVSync/
Dcontrol.hw_video_acc9 PURPOSE = "Remotely controlled HDMI audio/video test."
Dcontrol.sw_video_acc9 PURPOSE = "Remotely controlled HDMI audio/video test."
Dcontrol.arc9 PURPOSE = "Remotely controlled HDMI audio/video test."
/external/autotest/server/site_tests/display_ResolutionList/
Dcontrol.4K.mirrored28 ('HDMI', 3840, 2160),]
Dcontrol.4K.extended28 ('HDMI', 3840, 2160),]
/external/adhd/cras/src/server/
Dcras_alsa_io.c43 #define HDMI "HDMI" macro
207 .name = HDMI,
941 strcpy(node->name, HDMI); in drop_node_name()
989 if (endswith(node->name, "Jack") && !strstr(node->name, HDMI)) { in set_node_initial_state()
1000 if (strstr(node->name, HDMI) && in set_node_initial_state()
2175 if (direction == CRAS_STREAM_OUTPUT && strstr(dev_name, HDMI)) in alsa_iodev_create()
2236 !has_node(aio, INTERNAL_SPEAKER) && !has_node(aio, HDMI)) { in alsa_iodev_legacy_complete_init()
2237 if (strstr(aio->base.info.name, HDMI)) in alsa_iodev_legacy_complete_init()
2238 new_output(aio, NULL, HDMI); in alsa_iodev_legacy_complete_init()

123