Lines Matching refs:resolutions
33 \t\"resolutions\":\t[{\n\
54 cJSON *resolutions = NULL;
75 resolutions = cJSON_CreateArray();
76 if (resolutions == NULL)
80 cJSON_AddItemToObject(monitor, "resolutions", resolutions);
89 cJSON_AddItemToArray(resolutions, resolution);
125 cJSON *resolutions = NULL;
135 resolutions = cJSON_AddArrayToObject(monitor, "resolutions");
136 if (resolutions == NULL)
155 cJSON_AddItemToArray(resolutions, resolution);
172 const cJSON *resolutions = NULL;
193 resolutions = cJSON_GetObjectItemCaseSensitive(monitor_json, "resolutions");
194 cJSON_ArrayForEach(resolution, resolutions)
239 \t\t\"resolutions\":\t[{\n\