Android-cuttlefish cvd tool
|
#include <stdint.h>
#include <functional>
#include <type_traits>
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) |