OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputeScale
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/talk/media/base/
videocommon_unittest.cc
115
ComputeScale
(2560, 1600, 5, &scaled_width, &scaled_height);
120
ComputeScale
(4096, 2560, 5, &scaled_width, &scaled_height);
125
ComputeScale
(16000, 10000, 5, &scaled_width, &scaled_height);
130
ComputeScale
(5120, 1600, 5, &scaled_width, &scaled_height);
135
ComputeScale
(8192, 1024, 5, &scaled_width, &scaled_height);
140
ComputeScale
(1024, 8192, 5, &scaled_width, &scaled_height);
150
ComputeScale
(2560, 1600, 15, &scaled_width, &scaled_height);
155
ComputeScale
(4096, 2560, 15, &scaled_width, &scaled_height);
160
ComputeScale
(64000, 40000, 15, &scaled_width, &scaled_height);
165
ComputeScale
(5120, 1600, 15, &scaled_width, &scaled_height)
[
all
...]
videocommon.cc
142
void
ComputeScale
(int frame_width, int frame_height, int fps,
videocommon.h
164
void
ComputeScale
(int frame_width, int frame_height, int fps,
videocapturer.cc
365
ComputeScale
(captured_frame->width, captured_frame->height,
Completed in 148 milliseconds