Lines Matching refs:mode
55 Register("-d", 0, "Run in debug mode and start debug server.");
68 Register("-refresh", 1, "Screen <refresh mode>, support region and full");
78 Register("-sm", 1, "Set Screen picture transport mode, support dynamic and static");
85 Register("-cpm", 1, "Set previewer start mode.");
88 Register("-staticCard", 1, "Set card mode.");
663 std::string mode("dynamic");
665 mode = Value("sm");
666 if (mode != "dynamic" && mode != "static") {
667 errorInfo = std::string("Screen picture transport mode suported: dynamic or static");
671 screenMode = (mode == "static" ? CommandParser::ScreenMode::STATIC :
674 ILOG("CommandParser screen mode: %s", mode.c_str());
827 errorInfo = std::string("The component mode argument unsupported.");