Searched refs:monitor_json (Results 1 – 2 of 2) sorted by relevance
175 cJSON *monitor_json = cJSON_Parse(monitor); in supports_full_hd() local176 if (monitor_json == NULL) in supports_full_hd()187 name = cJSON_GetObjectItemCaseSensitive(monitor_json, "name"); in supports_full_hd()193 resolutions = cJSON_GetObjectItemCaseSensitive(monitor_json, "resolutions"); in supports_full_hd()213 cJSON_Delete(monitor_json); in supports_full_hd()
497 cJSON *monitor_json = cJSON_Parse(monitor);498 if (monitor_json == NULL)509 name = cJSON_GetObjectItemCaseSensitive(monitor_json, "name");515 resolutions = cJSON_GetObjectItemCaseSensitive(monitor_json, "resolutions");535 cJSON_Delete(monitor_json);