Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dvideocapturer.h233 void ConstrainSupportedFormats(const VideoFormat& max_format);
Dvideocapturer_unittest.cc780 capturer_.ConstrainSupportedFormats(vga_format); in TEST_F()
787 capturer_.ConstrainSupportedFormats(vga_format); in TEST_F()
807 capturer_.ConstrainSupportedFormats(vga_format); in TEST_F()
Dvideocapturer.cc301 void VideoCapturer::ConstrainSupportedFormats(const VideoFormat& max_format) { in ConstrainSupportedFormats() function in cricket::VideoCapturer
/external/webrtc/talk/media/devices/
Ddevicemanager.cc211 capturer->ConstrainSupportedFormats(video_format); in CreateVideoCapturer()