Home
last modified time | relevance | path

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

/external/webrtc/media/base/
Dvp9_profile.cc53 absl::optional<VP9Profile> ParseSdpForVP9Profile( in ParseSdpForVP9Profile() function
64 const absl::optional<VP9Profile> profile = ParseSdpForVP9Profile(params1); in IsSameVP9Profile()
66 ParseSdpForVP9Profile(params2); in IsSameVP9Profile()
Dvp9_profile.h43 RTC_EXPORT absl::optional<VP9Profile> ParseSdpForVP9Profile(
/external/webrtc/video/
Dfull_stack_tests.cc130 if (ParseSdpForVP9Profile(codec.parameters) in TEST()
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc226 ParseSdpForVP9Profile(codec.params).value_or(VP9Profile::kProfile0)), in VP9EncoderImpl()
/external/webrtc/modules/video_coding/codecs/vp9/test/
Dvp9_impl_unittest.cc1588 if (ParseSdpForVP9Profile(codec.parameters) in TEST_F()