Home
last modified time | relevance | path

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

/external/webrtc/media/base/
Dvp9_profile.cc65 const absl::optional<VP9Profile> other_profile = in IsSameVP9Profile() local
67 return profile && other_profile && profile == other_profile; in IsSameVP9Profile()