Searched refs:fmtJson (Results 1 – 1 of 1) sorted by relevance
790 cJSON *fmtJson = cJSON_CreateArray(); in ToJson() local791 if (fmtJson == nullptr) { in ToJson()795 cJSON_AddItemToArray(fmtJson, cJSON_CreateNumber(static_cast<uint32_t>(fmt))); in ToJson()797 cJSON_AddItemToObject(jsonObject, VIDEO_BIT_STREAM_FMT.c_str(), fmtJson); in ToJson()834 cJSON *fmtJson = cJSON_CreateArray(); in ToJson() local835 if (fmtJson == nullptr) { in ToJson()839 cJSON_AddItemToArray(fmtJson, cJSON_CreateNumber(static_cast<uint32_t>(fmt))); in ToJson()841 cJSON_AddItemToObject(jsonObject, VIDEO_PIXEL_FMT.c_str(), fmtJson); in ToJson()