Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dvideocapturer.h335 bool ShouldFilterFormat(const VideoFormat& format) const;
Dvideocapturer.cc677 if (ShouldFilterFormat(*iter)) { in UpdateFilteredSupportedFormats()
691 bool VideoCapturer::ShouldFilterFormat(const VideoFormat& format) const { in ShouldFilterFormat() function in cricket::VideoCapturer