OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ratio_h
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.cc
160
void VideoCapturer::UpdateAspectRatio(int ratio_w, int
ratio_h
) {
161
if (ratio_w == 0 ||
ratio_h
== 0) {
163
<< ratio_w << "x" <<
ratio_h
;
local
167
ratio_h_ =
ratio_h
;
videocapturer.h
184
// aspect ratio is acheived. Note that ratio_w and
ratio_h
do not need to be
186
void UpdateAspectRatio(int ratio_w, int
ratio_h
);
filemediaengine.h
325
virtual void UpdateAspectRatio(int ratio_w, int
ratio_h
) {}
fakemediaengine.h
610
virtual void UpdateAspectRatio(int ratio_w, int
ratio_h
) {}
[
all
...]
mediachannel.h
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.h
289
virtual void UpdateAspectRatio(int ratio_w, int
ratio_h
);
webrtcvideoengine2.h
268
virtual void UpdateAspectRatio(int ratio_w, int
ratio_h
) OVERRIDE;
webrtcvideoengine.cc
[
all
...]
webrtcvideoengine2.cc
[
all
...]
Completed in 686 milliseconds