Searched refs:new_specs (Results 1 – 2 of 2) sorted by relevance
134 size_t new_specs, total_specs; in grow_specs() local139 new_specs = data->nspec + 16; in grow_specs()140 total_specs = data->nspec + new_specs; in grow_specs()149 memset(&specs[data->nspec], 0, new_specs * sizeof(*specs)); in grow_specs()
304 std::vector<webrtc::AudioCodecSpec> new_specs; in AppendSupportedEncoders() local305 webrtc::AudioEncoderL16::AppendSupportedEncoders(&new_specs); in AppendSupportedEncoders()306 for (auto& spec : new_specs) { in AppendSupportedEncoders()341 std::vector<webrtc::AudioCodecSpec> new_specs; in AppendSupportedDecoders() local342 webrtc::AudioDecoderL16::AppendSupportedDecoders(&new_specs); in AppendSupportedDecoders()343 for (auto& spec : new_specs) { in AppendSupportedDecoders()