OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindLowerScale
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/talk/media/base/
videocommon.cc
83
static float
FindLowerScale
(int width, int height, int target_num_pixels) {
134
float scale =
FindLowerScale
(frame_width, frame_height,
videoadapter.h
73
float
FindLowerScale
(int width, int height, int target_num_pixels);
videoadapter.cc
142
float VideoAdapter::
FindLowerScale
(int width, int height,
669
scale =
FindLowerScale
(input.width, input.height, min_num_pixels);
Completed in 49 milliseconds