OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EDID_FEATURES
(Results
1 - 2
of
2
) sorted by null
/external/adhd/cras/src/common/
edid_utils.h
33
#define
EDID_FEATURES
0x18
edid_utils.c
666
unsigned char
edid_features
;
local
695
edid_features
= edid_data[
EDID_FEATURES
];
697
(
edid_features
& 0x80) ? "standby" : "",
698
(
edid_features
& 0x40) ? "suspend" : "",
699
(
edid_features
& 0x20) ? "active-off" : "",
700
(
edid_features
& 0x18) ? "colour" : "monochrome",
701
(
edid_features
& 0x04) ? "std-cspace" : "non-std-cspace",
702
(
edid_features
& 0x02) ? "preferred-timing" : "",
703
(
edid_features
& 0x01) ? "default-GTF" : "")
[
all
...]
Completed in 64 milliseconds