Home
last modified time | relevance | path

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

/external/webrtc/api/video_codecs/
Dh264_profile_level_id.cc192 const auto profile_level_id_it = params.find(kProfileLevelId); in ParseSdpForH264ProfileLevelId() local
193 return (profile_level_id_it == params.end()) in ParseSdpForH264ProfileLevelId()
195 : ParseH264ProfileLevelId(profile_level_id_it->second.c_str()); in ParseSdpForH264ProfileLevelId()