/cts/suite/cts/deviceTests/opengl/jni/primitive/fullpipeline/ |
FullPipelineRenderer.cpp | 133 // while the width will vary as per aspect ratio. 134 float ratio = (float) mWidth / mHeight; local 135 float left = -ratio; 136 float right = ratio;
|
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/glowing/ |
GlowingScene.cpp | 102 // while the width will vary as per aspect ratio. 103 float ratio = width / height; local 104 float left = -ratio; 105 float right = ratio;
|
/device/google/atv/sdk/ |
devices.xml | 14 <d:screen-ratio>long</d:screen-ratio> 83 <d:screen-ratio>long</d:screen-ratio>
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
AwContentsClientOnScaleChangedTest.java | 46 assertTrue("Scale ratio:" + mContentsClient.getOnScaleChangedHelper().getLastScaleRatio(),
|
/external/chromium_org/chrome/browser/net/ |
client_hints.h | 25 // Returns the device pixel ratio as a string. Its value is the same as
|
/external/chromium_org/chrome/browser/sync/glue/ |
chrome_report_unrecoverable_error.cc | 22 // We only want to upload |kErrorUploadRatio| ratio of errors.
|
/external/chromium_org/content/browser/geolocation/ |
wifi_data.h | 25 int signal_to_noise; // Ratio in dB
|
/external/chromium_org/native_client_sdk/src/libraries/xray/ |
hashtable.c | 104 float ratio; local 109 ratio = (float)table->count / (float)table->capacity; 110 /* Double the capacity of the symtable if we've hit the ratio. */ 111 if (ratio > XRAY_SYMBOL_TABLE_MAX_RATIO)
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSHelper.h | 30 // At high DPI, we may scale a CSS pixel, but the ratio of the CSS pixel to the so-called
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
DynamicsCompressorNode.idl | 30 readonly attribute AudioParam ratio; // unit-less
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/ |
pitch_estimator.c | 133 double ratio, log_lag, gain_bias; local 189 ratio = log((double) (k + (PITCH_MIN_LAG/2-2))) - log_lag; 190 bias = 1.0 + gain_bias * exp(-5.0 * ratio * ratio); 222 ratio = ((double) (ind1 + 12)) / ((double) (ind2 + 12)); 223 adj = 0.2 * ratio * (2.0 - ratio); /* adjustment factor; inverse parabola as a function of ratio */ 243 ratio = ((double) (ind1 + 12)) / ((double) (ind2 + 12)); 244 adj = 0.9 * ratio * (2.0 - ratio); /* adjustment factor; inverse parabola as a function of ratio * [all...] |
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/include/ |
vp8_common_types.h | 18 // Ratio allocation between temporal streams:
|
/external/clang/INPUTS/ |
all-std-headers.cpp | 72 #include <ratio>
|
/external/eigen/blas/testing/ |
cblat3.dat | 8 16.0 THRESHOLD VALUE OF TEST RATIO
|
dblat3.dat | 8 16.0 THRESHOLD VALUE OF TEST RATIO
|
sblat3.dat | 8 16.0 THRESHOLD VALUE OF TEST RATIO
|
zblat3.dat | 8 16.0 THRESHOLD VALUE OF TEST RATIO
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
CenterCrop.java | 12 * Does not maintain the image's aspect ratio
|
FitCenter.java | 9 * Scale the image uniformly (maintaining the image's aspect ratio) so that one of the dimensions of the image
|
/external/iproute2/doc/ |
rtstat.sgml | 18 in a vmstat or iostat manner. The ratio between cache hits and misses gives
|
/external/libcxx/test/utilities/time/time.duration/ |
positive_num.fail.cpp | 20 typedef std::chrono::duration<int, std::ratio<5, -1> > D;
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/ |
AspectRatio.java | 24 * Aspect ratio
|
/external/oprofile/gui/ |
oprof_start_util.h | 27 inline double ratio(double x1, double x2) function
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowMapView.java | 132 double ratio = offsetPixels / ((double) maxPixel); local 134 return (int) (minDegrees + spanDegrees * ratio); 140 double ratio = offsetDegrees / ((double) spanDegrees); local 142 return (int) (minPixel + spanPixels * ratio);
|
/external/valgrind/main/drd/scripts/ |
measurement-functions | 122 ## Print the average runtime of the command passed in $5 .. ${$#}, the ratio 123 # of the runtime to $1 +/- $2 and the ratio of the VSZ to $3 +/- $4. 144 awk "END{printf "'"'"Ratio = %.2f +/- %.2f; VSZ ratio: %.2f +/- %.2f\n"'"'", ${avg2}/${avg1}, ${avg2}/${avg1}*(${stddev1}/${avg1}+${stddev2}/${avg2}), ${vsz2}/${vsz1}, ${vsz2}/${vsz1}*(${vszdev1}/${vsz1}+${vszdev2}/${vsz2})}" </dev/null
|