Searched refs:KEY_VIDEO_PARAM (Results 1 – 6 of 6) sorted by relevance
137 … !eventContentJson.contains(KEY_VIDEO_PARAM) || !eventContentJson.contains(KEY_MAPRELATION)) { in HandleNotifySetUp()149 std::make_shared<VideoParam>(eventContentJson[KEY_VIDEO_PARAM].get<VideoParam>()); in HandleNotifySetUp()
140 if (!CheckContentJson(contentJson) || !contentJson.contains(KEY_VIDEO_PARAM) || in SetUp()146 videoParam_ = std::make_shared<VideoParam>(contentJson[KEY_VIDEO_PARAM].get<VideoParam>()); in SetUp()
186 const std::string KEY_VIDEO_PARAM = "videoParam"; variable
328 contentJson[KEY_VIDEO_PARAM] = param;
491 eventContentJson[KEY_VIDEO_PARAM] = *(dScreen->GetVideoParam()); in NotifyRemoteSinkSetUp()
486 paramJson[KEY_VIDEO_PARAM] = *videoParam_; in SetUp()