Home
last modified time | relevance | path

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

/external/webrtc/media/base/
Dvp9_profile.h48 bool IsSameVP9Profile(const SdpVideoFormat::Parameters& params1,
Dvp9_profile.cc62 bool IsSameVP9Profile(const SdpVideoFormat::Parameters& params1, in IsSameVP9Profile() function
Dcodec.cc56 return webrtc::IsSameVP9Profile(params1, params2); in IsSameCodecSpecific()