HomeSort by relevance Sort by last modified time
    Searched refs:ratio (Results 176 - 200 of 272) sorted by null

1 2 3 4 5 6 78 91011

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
exportfig.m 29 % so that the exported aspect ratio is the same as the
30 % figure's current aspect ratio.
59 % scaling factor is computed from the ratio of the size of the
82 % inches) and an aspect ratio the same as the figure's aspect
83 % ratio on screen.
  /external/chromium_org/third_party/skia/src/effects/
SkPerlinNoiseShader.cpp 407 SkScalar ratio = SK_Scalar1; local
411 (perlinNoiseShader.fType == kFractalNoise_Type) ? noise : SkScalarAbs(noise), ratio);
414 ratio *= 2;
700 const char* ratio = "ratio"; local
    [all...]
  /external/blktrace/btt/
output.c 171 double ratio, q2c_n, d2c_n; local
182 ratio = 1.0;
184 ratio = q2c_n / d2c_n;
191 ratio,
203 ratio,
227 fprintf(ofp, "%10s | %8s %8s %7s | %8s %8s %8s %8s\n", "DEV", "#Q", "#D", "Ratio", "BLKmin", "BLKavg", "BLKmax", "Total");
232 fprintf(ofp, "%10s | %8s %8s %7s | %8s %8s %8s %8s\n", "DEV", "#Q", "#D", "Ratio", "BLKmin", "BLKavg", "BLKmax", "Total");
  /external/chromium_org/ui/file_manager/video_player/js/
media_controls.js 231 var ratio = current / duration;
232 this.progressSlider_.setValue(ratio);
840 * @param {number} ratio [0..1] The proportion of the duration.
846 function(ratio, timeout) {
851 this.seekMark_.style.left = ratio * 100 + '%';
853 if (ratio < this.getValue()) {
858 this.seekLabel_.textContent = this.valueToString_(ratio);
1137 var ratio = this.media_.currentTime / this.media_.duration;
1139 if (ratio < VideoControls.RESUME_MARGIN ||
1140 ratio > (1 - VideoControls.RESUME_MARGIN))
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-diff.c 81 [COMPUTE_RATIO] = "ratio",
115 .name = "Ratio",
216 "(use 'delta','ratio' or 'wdiff')\n", str);
706 "delta,ratio,wdiff:w1,w2 (default delta)",
788 double ratio; local
803 /* No point for ratio number if we are dummy.. */
808 ratio = pair->diff.period_ratio;
810 ratio = compute_ratio(he, pair);
812 if (ratio > 0.0)
813 scnprintf(buf, size, "%14.6F", ratio);
    [all...]
builtin-trace.c 1118 printed += fprintf(fp," [ task - pid ] [ events ] [ ratio ] [ runtime ]\n");
1133 double ratio; local
1138 ratio = (double)ttrace->nr_events / trace->nr_events * 100.0;
1141 if (ratio > 50.0)
1143 else if (ratio > 25.0)
1145 else if (ratio > 5.0)
1150 printed += color_fprintf(fp, color, "%5.1f%%", ratio);
    [all...]
  /development/samples/Home/src/com/example/android/home/
Home.java 640 final float ratio = (float) iconWidth / iconHeight; local
643 height = (int) (width / ratio);
645 width = (int) (height * ratio);
  /external/chromium_org/content/browser/gamepad/
xbox_data_fetcher_mac.cc 148 float ratio = (magnitude / (32767 - deadzone)) / real_magnitude; local
152 *x_out = x_val * ratio;
153 *y_out = -y_val * ratio;
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkTwoPointConicalGradient.cpp 23 static int valid_divide(float numer, float denom, float* ratio) {
24 SkASSERT(ratio);
28 *ratio = numer / denom;
  /external/chromium_org/third_party/sqlite/src/src/
backup.c 437 int ratio = pgszDest/pgszSrc; local
438 nDestTruncate = (nSrcPage+ratio-1)/ratio;
  /external/chromium_org/ui/events/gesture_detection/
gesture_provider.cc 287 double ratio = variable
291 distance_x *= ratio;
292 distance_y *= ratio;
gesture_detector.cc 539 // Note that the ratio will be 0 if both velocites are below the min.
540 float ratio = vx_abs > vy_abs ? vx_abs / std::max(vy_abs, 0.001f)
543 if (ratio < min_swipe_direction_component_ratio_)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
responsiveDesignView.css 114 @media (-webkit-min-device-pixel-ratio: 1.5) {
296 @media (-webkit-min-device-pixel-ratio: 1.5) {
308 @media (-webkit-min-device-pixel-ratio: 1.5) {
inspectorStyle.css 370 @media (-webkit-min-device-pixel-ratio: 1.5) {
483 @media (-webkit-min-device-pixel-ratio: 1.5) {
550 @media (-webkit-min-device-pixel-ratio: 1.5) {
595 @media (-webkit-min-device-pixel-ratio: 1.5) {
701 @media (-webkit-min-device-pixel-ratio: 1.5) {
888 @media (-webkit-min-device-pixel-ratio: 1.5) {
974 @media (-webkit-min-device-pixel-ratio: 1.5) {
1045 @media (-webkit-min-device-pixel-ratio: 1.5) {
1399 @media (-webkit-min-device-pixel-ratio: 1.5) {
1501 @media (-webkit-min-device-pixel-ratio: 1.5)
    [all...]
timelinePanel.css 155 @media (-webkit-min-device-pixel-ratio: 1.5) {
180 @media (-webkit-min-device-pixel-ratio: 1.5) {
233 @media (-webkit-min-device-pixel-ratio: 1.5) {
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 555 #define ratio __ratio_D2A macro
606 extern double ratio ANSI((Bigint*, Bigint*));
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsQuad.cpp 300 static int valid_unit_divide(double numer, double denom, double* ratio)
313 *ratio = r;
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar.cc 414 // The height of the thumb is the ratio of the Viewport height to the
416 double ratio = static_cast<double>(viewport_size) / contents_size_; local
417 int thumb_size = static_cast<int>(ratio * GetTrackSize());
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
style.css 41 @media all and (-webkit-max-device-pixel-ratio: 1.5) {
48 @media all and (-webkit-min-device-pixel-ratio: 1.5) {
  /external/deqp/modules/gles2/performance/
es2pShaderOptimizationTests.cpp 284 const float ratio = unoptimizedRelevantResult / optimizedRelevantResult; local
285 const int handOptimizationGain = (int)deFloatRound(100.0f/ratio) - 100;
287 log << TestLog::Message << "Unoptimized / optimized " << relevantResultName << " performance ratio: " << ratio << TestLog::EndMessage;
294 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::floatToString(ratio, 2).c_str());
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOptimizationTests.cpp 287 const float ratio = unoptimizedRelevantResult / optimizedRelevantResult; local
288 const int handOptimizationGain = (int)deFloatRound(100.0f/ratio) - 100;
290 log << TestLog::Message << "Unoptimized / optimized " << relevantResultName << " performance ratio: " << ratio << TestLog::EndMessage;
297 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::floatToString(ratio, 2).c_str());
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 966 float ratio = fabs(delta_x) \/ GetViewBounds().width(); local
    [all...]
  /external/chromium_org/third_party/speex/libspeex/
sb_celp.c 428 float ratio; local
449 ratio = 2*log((1.f+e_high)/(1.f+e_low));
452 if (ratio<-4)
453 ratio=-4;
454 if (ratio>2)
455 ratio=2;
456 /*if (ratio>-2)*/
461 st->relative_quality+=1.0*(ratio+2);
499 /*fprintf (stderr, "%f %f\n", ratio, low_qual);*/
1007 /* Calculate reponse ratio between the low and high filter in the middl
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_transform.js 300 * Fixed aspect ratio.
301 * The aspect ratio is not fixed when null.
560 // Update aspect ratio.
586 * Forces the aspect ratio.
588 * @param {number} aspectRatio Aspect ratio.
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof     [all...]

Completed in 1277 milliseconds

1 2 3 4 5 6 78 91011