Searched refs:audioDecoderOutsJson (Results 1 – 1 of 1) sorted by relevance
483 cJSON *audioDecoderOutsJson = cJSON_CreateArray(); in ToJson() local484 if (audioDecoderOutsJson == nullptr) { in ToJson()490 cJSON_Delete(audioDecoderOutsJson); in ToJson()494 cJSON_AddItemToArray(audioDecoderOutsJson, audioDecoderOutJson); in ToJson()496 cJSON_AddItemToObject(jsonObject, OUTS.c_str(), audioDecoderOutsJson); in ToJson()522 cJSON *audioDecoderOutsJson = cJSON_GetObjectItemCaseSensitive(jsonObject, OUTS.c_str()); in FromJson() local523 if (audioDecoderOutsJson == nullptr || !cJSON_IsArray(audioDecoderOutsJson)) { in FromJson()528 cJSON_ArrayForEach(outJson, audioDecoderOutsJson) { in FromJson()