Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/frontend/vnc_server/
Dscreen_connector.cpp70 return &buffer_[buffer_idx * ScreenSizeInBytes()]; in GetBuffer()
141 std::vector<std::uint8_t>(NUM_BUFFERS_ * ScreenSizeInBytes());
Dvnc_utils.h86 inline int ScreenSizeInBytes() { in ScreenSizeInBytes() function
Dsimulated_hw_composer.cpp81 raw_screen.assign(frame_start, frame_start + ScreenSizeInBytes()); in MakeStripes()