Searched refs:kProductIdOffset (Results 1 – 1 of 1) sorted by relevance
201 constexpr size_t kProductIdOffset = 10; in parseEdid() local202 if (edid.size() < kProductIdOffset + sizeof(uint16_t)) { in parseEdid()206 const uint16_t productId = edid[kProductIdOffset] | (edid[kProductIdOffset + 1] << 8); in parseEdid()