Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Dedid_utils_unittest.cc327 char buf[DTD_SIZE]; in TEST_F()
330 EXPECT_EQ(0, edid_get_monitor_name(test_edids[i], buf, DTD_SIZE)); in TEST_F()
334 EXPECT_EQ(0, edid_get_monitor_name(test_monitor_edid, buf, DTD_SIZE)); in TEST_F()
/external/adhd/cras/src/common/
Dedid_utils.c231 char monstr[DTD_SIZE]; in show_edid_dtd()
277 monstr, DTD_SIZE); in show_edid_dtd()
470 n_dtd = (CEA_LAST_PAD - off_dtd)/DTD_SIZE; in show_cea_timing()
547 if ((edid_ext[off_dtd + DTD_SIZE * i + DTD_PCLK_LO] == 0) && in show_cea_timing()
548 (edid_ext[off_dtd + DTD_SIZE * i + DTD_PCLK_HI] == 0)) { in show_cea_timing()
553 show_edid_dtd(outfile, edid_ext + (off_dtd + DTD_SIZE * i)); in show_cea_timing()
777 edid_data + (EDID_DTD_BASE + i * DTD_SIZE)); in show_edid()
877 dtd = edid_data + (EDID_DTD_BASE + i * DTD_SIZE); in edid_get_monitor_name()
Dedid_utils.h83 #define DTD_SIZE 18 macro