OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ratio_h
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.cc
130
void VideoCapturer::UpdateAspectRatio(int ratio_w, int
ratio_h
) {
131
if (ratio_w == 0 ||
ratio_h
== 0) {
133
<< ratio_w << "x" <<
ratio_h
;
local
137
ratio_h_ =
ratio_h
;
hybridvideoengine.cc
306
void HybridVideoMediaChannel::UpdateAspectRatio(int ratio_w, int
ratio_h
) {
307
if (active_channel_) active_channel_->UpdateAspectRatio(ratio_w,
ratio_h
);
videocapturer.h
180
// aspect ratio is acheived. Note that ratio_w and
ratio_h
do not need to be
182
void UpdateAspectRatio(int ratio_w, int
ratio_h
);
hybridvideoengine.h
94
virtual void UpdateAspectRatio(int ratio_w, int
ratio_h
);
filemediaengine.h
307
virtual void UpdateAspectRatio(int ratio_w, int
ratio_h
) {}
fakemediaengine.h
566
virtual void UpdateAspectRatio(int ratio_w, int
ratio_h
) {}
mediachannel.h
841
virtual void UpdateAspectRatio(int ratio_w, int
ratio_h
) = 0;
[
all
...]
/packages/apps/Mms/src/com/android/mms/ui/
SlideshowPresenter.java
85
+ ",
ratio_h
= " + mHeightTransformRatio);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.h
280
virtual void UpdateAspectRatio(int ratio_w, int
ratio_h
);
webrtcvideoengine.cc
[
all
...]
Completed in 693 milliseconds