OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateAspectRatio
(Results
1 - 9
of
9
) sorted by null
/external/webrtc/talk/media/base/
videocapturer.h
185
void
UpdateAspectRatio
(int ratio_w, int ratio_h);
videocapturer_unittest.cc
234
capturer_.
UpdateAspectRatio
(400, 200);
279
capturer_.
UpdateAspectRatio
(400, 200);
[
all
...]
videocapturer.cc
156
void VideoCapturer::
UpdateAspectRatio
(int ratio_w, int ratio_h) {
158
LOG(LS_WARNING) << "
UpdateAspectRatio
ignored invalid ratio: "
fakemediaengine.h
556
virtual void
UpdateAspectRatio
(int ratio_w, int ratio_h) {}
mediachannel.h
[
all
...]
videoengine_unittest.h
613
channel_->
UpdateAspectRatio
(640, 400);
[
all
...]
/external/webrtc/talk/media/webrtc/
webrtcvideoengine2.h
187
void
UpdateAspectRatio
(int ratio_w, int ratio_h) override;
webrtcvideoengine2.cc
[
all
...]
webrtcvideoengine2_unittest.cc
[
all
...]
Completed in 4514 milliseconds