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.cc256 char buf[DTD_SIZE]; in TEST_F()
259 EXPECT_EQ(0, edid_get_monitor_name(test_edids[i], buf, DTD_SIZE)); in TEST_F()
263 EXPECT_EQ(0, edid_get_monitor_name(test_monitor_edid, buf, DTD_SIZE)); in TEST_F()
/external/adhd/cras/src/common/
Dedid_utils.c184 char monstr[DTD_SIZE]; in show_edid_dtd()
228 DTD_SIZE); in show_edid_dtd()
421 n_dtd = (CEA_LAST_PAD - off_dtd) / DTD_SIZE; in show_cea_timing()
498 if ((edid_ext[off_dtd + DTD_SIZE * i + DTD_PCLK_LO] == 0) && in show_cea_timing()
499 (edid_ext[off_dtd + DTD_SIZE * i + DTD_PCLK_HI] == 0)) { in show_cea_timing()
504 show_edid_dtd(outfile, edid_ext + (off_dtd + DTD_SIZE * i)); in show_cea_timing()
727 edid_data + (EDID_DTD_BASE + i * DTD_SIZE)); in show_edid()
823 dtd = edid_data + (EDID_DTD_BASE + i * DTD_SIZE); in edid_get_monitor_name()
Dedid_utils.h85 #define DTD_SIZE 18 macro