Searched refs:UpdateAspectRatio (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/talk/media/base/ |
D | videocapturer.h | 185 void UpdateAspectRatio(int ratio_w, int ratio_h);
|
D | videocapturer_unittest.cc | 234 capturer_.UpdateAspectRatio(400, 200); in TEST_F() 279 capturer_.UpdateAspectRatio(400, 200); in TEST_F()
|
D | videocapturer.cc | 156 void VideoCapturer::UpdateAspectRatio(int ratio_w, int ratio_h) { in UpdateAspectRatio() function in cricket::VideoCapturer
|
D | fakemediaengine.h | 556 virtual void UpdateAspectRatio(int ratio_w, int ratio_h) {} in UpdateAspectRatio() function
|
D | mediachannel.h | 1094 virtual void UpdateAspectRatio(int ratio_w, int ratio_h) = 0;
|
D | videoengine_unittest.h | 613 channel_->UpdateAspectRatio(640, 400); in GetStatsMultipleSendStreams()
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoengine2.h | 187 void UpdateAspectRatio(int ratio_w, int ratio_h) override;
|
D | webrtcvideoengine2.cc | 1511 void WebRtcVideoChannel2::UpdateAspectRatio(int ratio_w, int ratio_h) { in UpdateAspectRatio() function in cricket::WebRtcVideoChannel2
|
D | webrtcvideoengine2_unittest.cc | 876 channel_->UpdateAspectRatio(1280, 720); in TEST_F()
|