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

  /external/adhd/cras/src/common/
edid_utils.h 83 #define DTD_SIZE 18
edid_utils.c 231 char monstr[DTD_SIZE];
277 monstr, DTD_SIZE);
470 n_dtd = (CEA_LAST_PAD - off_dtd)/DTD_SIZE;
547 if ((edid_ext[off_dtd + DTD_SIZE * i + DTD_PCLK_LO] == 0) &&
548 (edid_ext[off_dtd + DTD_SIZE * i + DTD_PCLK_HI] == 0)) {
553 show_edid_dtd(outfile, edid_ext + (off_dtd + DTD_SIZE * i));
777 edid_data + (EDID_DTD_BASE + i * DTD_SIZE));
877 dtd = edid_data + (EDID_DTD_BASE + i * DTD_SIZE);
  /external/adhd/cras/src/tests/
edid_utils_unittest.cc 327 char buf[DTD_SIZE];
330 EXPECT_EQ(0, edid_get_monitor_name(test_edids[i], buf, DTD_SIZE));
334 EXPECT_EQ(0, edid_get_monitor_name(test_monitor_edid, buf, DTD_SIZE));

Completed in 149 milliseconds