Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplayIdentification.cpp240 constexpr size_t kDescriptorLength = 18; in parseEdid() local
241 static_assert(kDescriptorLength - kEdidHeaderLength < DeviceProductInfo::TEXT_BUFFER_SIZE); in parseEdid()
244 if (view.size() < kDescriptorLength) { in parseEdid()
249 byte_view descriptor(view.data(), kDescriptorLength); in parseEdid()
265 view.remove_prefix(kDescriptorLength); in parseEdid()