Home
last modified time | relevance | path

Searched refs:dbc_type (Results 1 – 1 of 1) sorted by relevance

/external/adhd/cras/src/common/
Dedid_utils.c546 unsigned char dbc_type; in edid_lpcm_support() local
549 dbc_type = edid_ext[dbc + DBC_TAG_LENGTH] >> DBC_TAG_SHIFT; in edid_lpcm_support()
550 if ((dbc_type == DBC_TAG_AUDIO) && in edid_lpcm_support()
594 unsigned char dbc_type; in edid_has_hdmi_info() local
596 dbc_type = edid_ext[dbc + DBC_TAG_LENGTH] >> DBC_TAG_SHIFT; in edid_has_hdmi_info()
597 if (dbc_type == DBC_TAG_VENDOR) { in edid_has_hdmi_info()