Searched refs:sampleRateItem (Results 1 – 1 of 1) sorted by relevance
58 cJSON *sampleRateItem = nullptr; in FromJson() local59 cJSON_ArrayForEach(sampleRateItem, sampleRate) { in FromJson()60 if (sampleRateItem && sampleRateItem->type == cJSON_Number) { in FromJson()61 audioEncoderIn.sample_rate.push_back((uint32_t)sampleRateItem->valuedouble); in FromJson()