Searched refs:audioDecoderOutJson (Results 1 – 1 of 1) sorted by relevance
488 cJSON *audioDecoderOutJson = cJSON_CreateObject(); in ToJson() local489 if (audioDecoderOutJson == nullptr) { in ToJson()493 ToJson(audioDecoderOutJson, out); in ToJson()494 cJSON_AddItemToArray(audioDecoderOutsJson, audioDecoderOutJson); in ToJson()