Searched refs:audio_cryptos (Results 1 – 1 of 1) sorted by relevance
155 CryptoParamsVec audio_cryptos; in CreateOffer() local156 if (GetSupportedAudioCryptos(&audio_cryptos)) { in CreateOffer()157 for (CryptoParamsVec::const_iterator crypto = audio_cryptos.begin(); in CreateOffer()158 crypto != audio_cryptos.end(); ++crypto) { in CreateOffer()