Searched refs:sampleFormatJson (Results 1 – 2 of 2) sorted by relevance
175 cJSON *sampleFormatJson = cJSON_GetObjectItem(jsonObject, AUDIO_SAMPLE_FORMAT.c_str()); in FromJson() local177 cJSON_ArrayForEach(format, sampleFormatJson) { in FromJson()
447 …cJSON *sampleFormatJson = cJSON_GetObjectItemCaseSensitive(jsonObject, AUDIO_SAMPLE_FORMAT.c_str()… in FromJson() local448 if (sampleFormatJson == nullptr || !cJSON_IsArray(sampleFormatJson)) { in FromJson()454 cJSON_ArrayForEach(sampleInfo, sampleFormatJson) { in FromJson()