Searched refs:videoEncoderOutsJson (Results 1 – 2 of 2) sorted by relevance
675 cJSON *videoEncoderOutsJson = cJSON_CreateArray(); in ToJson() local676 if (videoEncoderOutsJson == nullptr) { in ToJson()682 cJSON_Delete(videoEncoderOutsJson); in ToJson()686 cJSON_AddItemToArray(videoEncoderOutsJson, videoEncoderOutJson); in ToJson()688 cJSON_AddItemToObject(jsonObject, OUTS.c_str(), videoEncoderOutsJson); in ToJson()718 cJSON *videoEncoderOutsJson = cJSON_GetObjectItemCaseSensitive(jsonObject, OUTS.c_str()); in FromJson() local719 if (videoEncoderOutsJson == nullptr || !cJSON_IsArray(videoEncoderOutsJson)) { in FromJson()724 cJSON_ArrayForEach(outJson, videoEncoderOutsJson) { in FromJson()
286 cJSON *videoEncoderOutsJson = cJSON_GetObjectItem(jsonObject, OUTS.c_str()); in FromJson() local288 cJSON_ArrayForEach(outJson, videoEncoderOutsJson) { in FromJson()