Searched refs:pixelFmtJson (Results 1 – 1 of 1) sorted by relevance
592 cJSON *pixelFmtJson = cJSON_CreateArray(); in ToJson() local593 if (pixelFmtJson == nullptr) { in ToJson()597 cJSON_AddItemToArray(pixelFmtJson, cJSON_CreateNumber(static_cast<uint32_t>(fmt))); in ToJson()599 cJSON_AddItemToObject(jsonObject, VIDEO_PIXEL_FMT.c_str(), pixelFmtJson); in ToJson()