Searched refs:audioDecoderInsJson (Results 1 – 1 of 1) sorted by relevance
467 cJSON *audioDecoderInsJson = cJSON_CreateArray(); in ToJson() local468 if (audioDecoderInsJson == nullptr) { in ToJson()475 cJSON_Delete(audioDecoderInsJson); in ToJson()479 cJSON_AddItemToArray(audioDecoderInsJson, audioDecoderInJson); in ToJson()481 cJSON_AddItemToObject(jsonObject, INS.c_str(), audioDecoderInsJson); in ToJson()511 cJSON *audioDecoderInsJson = cJSON_GetObjectItemCaseSensitive(jsonObject, INS.c_str()); in FromJson() local512 if (audioDecoderInsJson == nullptr || !cJSON_IsArray(audioDecoderInsJson)) { in FromJson()517 cJSON_ArrayForEach(inJson, audioDecoderInsJson) { in FromJson()