Android-cuttlefish cvd tool
Functions
cuttlefish::ScreenConnectorInfo Namespace Reference

Functions

static std::vector< CuttlefishConfig::DisplayConfigDisplayConfigs ()
 
static constexpr uint32_t BytesPerPixel ()
 
uint32_t ScreenHeight (uint32_t display_number)
 
uint32_t ScreenWidth (uint32_t display_number)
 
uint32_t ComputeScreenStrideBytes (const uint32_t w)
 
uint32_t ComputeScreenSizeInBytes (const uint32_t w, const uint32_t h)
 

Function Documentation

◆ BytesPerPixel()

static constexpr uint32_t cuttlefish::ScreenConnectorInfo::BytesPerPixel ( )
staticconstexpr

◆ ComputeScreenSizeInBytes()

uint32_t cuttlefish::ScreenConnectorInfo::ComputeScreenSizeInBytes ( const uint32_t  w,
const uint32_t  h 
)

◆ ComputeScreenStrideBytes()

uint32_t cuttlefish::ScreenConnectorInfo::ComputeScreenStrideBytes ( const uint32_t  w)

◆ DisplayConfigs()

static std::vector< CuttlefishConfig::DisplayConfig > cuttlefish::ScreenConnectorInfo::DisplayConfigs ( )
static

◆ ScreenHeight()

uint32_t cuttlefish::ScreenConnectorInfo::ScreenHeight ( uint32_t  display_number)

◆ ScreenWidth()

uint32_t cuttlefish::ScreenConnectorInfo::ScreenWidth ( uint32_t  display_number)