Android-cuttlefish cvd tool
Classes | Namespaces | Typedefs | Functions
screen_connector_common.h File Reference
#include <stdint.h>
#include <functional>
#include <type_traits>
Include dependency graph for screen_connector_common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cuttlefish::is_movable< T >
 
struct  cuttlefish::ScreenConnectorFrameRenderer
 
struct  cuttlefish::ScreenConnectorFrameInfo
 

Namespaces

namespace  cuttlefish
 
namespace  cuttlefish::ScreenConnectorInfo
 

Typedefs

using cuttlefish::GenerateProcessedFrameCallbackImpl = std::function< void(uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, uint8_t *)>
 

Functions

uint32_t cuttlefish::ScreenConnectorInfo::ScreenHeight (uint32_t display_number)
 
uint32_t cuttlefish::ScreenConnectorInfo::ScreenWidth (uint32_t display_number)
 
uint32_t cuttlefish::ScreenConnectorInfo::ComputeScreenStrideBytes (const uint32_t w)
 
uint32_t cuttlefish::ScreenConnectorInfo::ComputeScreenSizeInBytes (const uint32_t w, const uint32_t h)