Home
last modified time | relevance | path

Searched refs:profile_it (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/media/base/
Dvp9_profile.cc55 const auto profile_it = params.find(kVP9FmtpProfileId); in ParseSdpForVP9Profile() local
56 if (profile_it == params.end()) in ParseSdpForVP9Profile()
58 const std::string& profile_str = profile_it->second; in ParseSdpForVP9Profile()