Searched defs:overshoot (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dvideo_decimator.cc58 int32_t overshoot = local
60 if (overshoot < 0) {
61 overshoot = 0;
65 if (overshoot && 2 * overshoot < (int32_t) incomingframe_rate) {
70 const uint32_t dropVar = incomingframe_rate / overshoot;
74 overshoot_modifier_ = -((int32_t) incomingframe_rate % overshoot) / 3;
81 const uint32_t dropVar = overshoot / target_frame_rate_;
86 overshoot_modifier_ = overshoot % target_frame_rate_;
/external/chromium_org/third_party/skia/bench/
H A DDashBench.cpp348 const SkScalar overshoot = 100*1000; local
350 { -overshoot, cy }, { 640 + overshoot, cy }
/external/skia/bench/
H A DDashBench.cpp348 const SkScalar overshoot = 100*1000; local
350 { -overshoot, cy }, { 640 + overshoot, cy }
/external/chromium_org/ui/native_theme/
H A Dnative_theme_base.cc926 int overshoot = num_tiles * new_tile_width - rect.width(); local
927 // Since |overshoot| represents the number of tiles that were too big, draw
928 // |overshoot| tiles with their width reduced by 1.
929 int num_big_tiles = num_tiles - overshoot;
930 int num_small_tiles = overshoot;
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp1249 float overshoot; local
1254 overshoot = newRadii.topLeft().width() + newRadii.topRight().width() - newRect.width();
1255 if (overshoot > 0) {
1257 newRect.setWidth(newRect.width() + overshoot);
1259 newRect.move(-overshoot, 0);
1269 overshoot = newRadii.bottomLeft().width() + newRadii.bottomRight().width() - newRect.width();
1270 if (overshoot > 0) {
1272 newRect.setWidth(newRect.width() + overshoot);
1274 newRect.move(-overshoot, 0);
1286 overshoot
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 982 milliseconds