Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/frontend/vnc_server/
Dmocks.h26 static const int kBlueShift = 16; member
Dvnc_client_connection.cpp112 return (pixel >> ScreenRegionView::kBlueShift) & in BlueVal()
/device/google/cuttlefish_common/common/vsoc/lib/
Dscreen_region_view.h93 static constexpr int kBlueShift = 16; variable