Searched defs:VirtualScreenConfigs (Results 1 – 1 of 1) sorted by relevance
35 struct VirtualScreenConfigs { struct36 ScreenId id = INVALID_SCREEN_ID;37 ScreenId mirrorId = INVALID_SCREEN_ID;38 std::string name;39 uint32_t width = 0;40 uint32_t height = 0;41 sptr<Surface> surface = nullptr;42 GraphicPixelFormat pixelFormat = GRAPHIC_PIXEL_FMT_RGBA_8888;43 int32_t flags = 0; // reserve flag.44 std::unordered_set<uint64_t> whiteList = {};