Home
last modified time | relevance | path

Searched defs:ScreenConnectorInfo (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/libs/screen_connector/
Dscreen_connector_common.h51 struct ScreenConnectorInfo { struct
53 static constexpr std::uint32_t BytesPerPixel() { return 4; } in BytesPerPixel()
54 static std::uint32_t ScreenCount() { in ScreenCount()
59 static std::uint32_t ScreenHeight(std::uint32_t display_number) { in ScreenHeight()
65 static std::uint32_t ScreenWidth(std::uint32_t display_number) { in ScreenWidth()
71 static std::uint32_t ScreenStrideBytes(std::uint32_t display_number) { in ScreenStrideBytes()
74 static std::uint32_t ScreenSizeInBytes(std::uint32_t display_number) { in ScreenSizeInBytes()