HomeSort by relevance Sort by last modified time
    Searched refs:HDMI (Results 1 - 23 of 23) sorted by null

  /external/autotest/client/cros/chameleon/
chameleon_audio_ids.py 10 An Id is composed by host name 'Chameleon' and interface name e.g. 'HDMI'.
15 HDMI = 'Chameleon HDMI'
22 SINK_PORTS = [HDMI, LINEIN, MIC, USBIN]
33 HDMI = 'Cros HDMI'
44 SOURCE_PORTS = [HDMI, HEADPHONE, SPEAKER, BLUETOOTH_HEADPHONE, USBOUT]
168 @returns: Interface name. A string, e.g. 'HDMI', 'LineIn'.
audio_level.py 20 # Digital signal, e.g., USB, HDMI. is not subjected to bias level or
44 ids.CrosIds.HDMI: _AudioLevel.DIGITAL,
55 ids.ChameleonIds.HDMI: _AudioLevel.DIGITAL,
chameleon_audio_helper.py 29 interface: The interface of this audio port, e.g. 'HDMI', 'Headphone'.
82 (ids.CrosIds.HDMI, ids.ChameleonIds.HDMI):
161 # There is only one dedicated HDMI cable, just use it.
274 if audio_port.port_id == ids.ChameleonIds.HDMI:
audio_test_utils.py 27 chameleon_audio_ids.CrosIds.HDMI: 'HDMI',
chameleon.py 304 @return: A string of the label, like 'hdmi', 'dp_hdmi', etc.
394 @return: A string, like "VGA", "DVI", "HDMI", or "DP".
  /cts/hostsidetests/security/securityPatch/CVE-2016-8448/
mtkfb_info.h 32 HDMI = 7,
  /hardware/interfaces/tv/input/1.0/
types.hal 40 HDMI = 9, // Physical HDMI port. e.g. HDMI 1
60 uint32_t portId; // HDMI port ID number. e.g. 2 for HDMI 2
76 * For a concrete example, when a user plugs in or pulls out the HDMI cable
77 * from a HDMI port, it does not generate DEVICE_AVAILABLE and/or
  /external/autotest/server/site_tests/audio_AudioBasicHDMI/
audio_AudioBasicHDMI.py 5 """This is a server side HDMI audio test using the Chameleon board."""
21 """Server side HDMI audio test.
24 HDMI audio function of the Cros device.
73 (['HDMI'], None))
78 """Running basic HDMI audio tests.
95 # connecting HDMI won't switch automatically the node. Adding
96 # audio_jack_plugged flag to select HDMI node after binding.
113 chameleon_audio_ids.CrosIds.HDMI)
115 chameleon_audio_ids.ChameleonIds.HDMI)
122 # HDMI node needs to be selected, when audio jack is plugge
    [all...]
  /compatibility/cdd/5_multimedia/
5_3_video-decoding.md 43 on a standard video output port (e.g., HDMI).
5_10_professional-audio.md 90 If device implementations include an HDMI port, they:
  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.h 51 HDMI,
psb_xrandr.c 106 /* Check HDMI properties */
331 /* HDMI + either MIPI0 or MIPI1 */
334 /* Get HDMI properties if it is enabled*/
337 /* Only HDMI */
341 /* HDMI + MIPI0 */
345 /* HDMI + MIPI1 */
349 /* HDMI + MIPI0 + MIPI1 */
694 *local_device_enabled = HDMI;
735 *extend_device_enabled = HDMI;
    [all...]
psb_coverlay.c     [all...]
  /compatibility/cdd/2_device-types/
2_3_television-reqs.md 14 inches OR include a video output port, such as VGA, HDMI, DisplayPort or a
  /external/autotest/client/cros/audio/
alsa_utils.py 69 numid=1,iface=CARD,name='HDMI/DP,pcm=3 Jack'
70 numid=8,iface=CARD,name='HDMI/DP,pcm=7 Jack'
  /external/autotest/client/cros/multimedia/
display_facade_adapter.py 347 @param connector_type: A string, like "VGA", "DVI", "HDMI", or "DP".
display_facade_native.py 659 @param connector_type: A string, like "VGA", "DVI", "HDMI", or "DP".
661 if connector_type != 'HDMI' and connector_type != 'DP':
  /external/autotest/server/cros/multimedia/
display_facade_adapter.py 360 @param connector_type: A string, like "VGA", "DVI", "HDMI", or "DP".
  /hardware/interfaces/tv/input/1.0/default/
TvInput.cpp 45 static_assert(TV_INPUT_TYPE_HDMI == static_cast<int>(TvInputType::HDMI),
46 "TvInputType::HDMI must match legacy value.");
156 tvInputEvent.deviceInfo.portId = event->device_info.hdmi.port_id;
  /compatibility/cdd/3_software/
3_12_tv-input-framework.md 76 * SHOULD pass key events to HDMI inputs through CEC.
  /compatibility/cdd/7_hardware-compatibility/
7_8_audio.md 57 such as a 3.5mm audio jack, HDMI, or USB host mode port with USB audio class.
  /frameworks/base/services/core/jni/
com_android_server_tv_TvInputHal.cpp 468 if (info.type == TvInputType::HDMI) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmdeviceapi.h 124 #define HDMI DigitalAudioDisplayDevice
    [all...]

Completed in 381 milliseconds