Searched refs:GetFirstConstraintByName (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/content/common/media/ |
D | media_stream_options.cc | 23 bool GetFirstConstraintByName(const StreamOptions::Constraints& constraints, in GetFirstConstraintByName() function 36 bool GetFirstConstraintByName(const StreamOptions::Constraints& mandatory, in GetFirstConstraintByName() function 41 if (GetFirstConstraintByName(mandatory, name, value)) { in GetFirstConstraintByName() 48 return GetFirstConstraintByName(optional, name, value); in GetFirstConstraintByName() 73 return GetFirstConstraintByName(mandatory_audio, optional_audio, name, value, in GetFirstAudioConstraintByName() 80 return GetFirstConstraintByName(mandatory_video, optional_video, name, value, in GetFirstVideoConstraintByName()
|