Lines Matching refs:CryptoParamsVec
116 CryptoParamsVec *out) {
123 void AddMediaCryptos(const CryptoParamsVec& cryptos,
125 for (CryptoParamsVec::const_iterator crypto = cryptos.begin();
133 CryptoParamsVec cryptos;
145 const CryptoParamsVec* GetCryptos(const MediaContentDescription* media) {
152 bool FindMatchingCrypto(const CryptoParamsVec& cryptos,
155 for (CryptoParamsVec::const_iterator it = cryptos.begin();
217 const CryptoParamsVec& cryptos = offer->cryptos();
219 for (CryptoParamsVec::const_iterator i = cryptos.begin();
589 // Gets the CryptoParamsVec of the given |content_name| from |sdesc|, and
593 CryptoParamsVec* cryptos) {
612 const CryptoParamsVec* filter) {
616 for (CryptoParamsVec::const_iterator it = filter->begin();
627 static void PruneCryptos(const CryptoParamsVec& filter,
628 CryptoParamsVec* target_cryptos) {
673 CryptoParamsVec common_cryptos;
694 CryptoParamsVec cryptos;
753 const CryptoParamsVec* current_cryptos,
1031 const CryptoParamsVec* current_cryptos,