Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/screen_connector/
Dscreen_connector.h57 static inline int ScreenSizeInBytes() { in ScreenSizeInBytes() function
Dsocket_based_screen_connector.h46 std::vector<std::uint8_t>(NUM_BUFFERS_ * ScreenSizeInBytes());
Dsocket_based_screen_connector.cpp50 return &buffer_[buffer_idx * ScreenSizeInBytes()]; in GetBuffer()
/device/google/cuttlefish/host/frontend/vnc_server/
Dsimulated_hw_composer.cpp84 frame_pixels + ScreenConnector::ScreenSizeInBytes()); in MakeStripes()
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DServerState.cpp97 ->injectFrame(data, cvd::ScreenConnector::ScreenSizeInBytes()); in MonitorScreenConnector()