Searched refs:profile_level_id_it (Results 1 – 1 of 1) sorted by relevance
192 const auto profile_level_id_it = params.find(kProfileLevelId); in ParseSdpForH264ProfileLevelId() local193 return (profile_level_id_it == params.end()) in ParseSdpForH264ProfileLevelId()195 : ParseH264ProfileLevelId(profile_level_id_it->second.c_str()); in ParseSdpForH264ProfileLevelId()