HomeSort by relevance Sort by last modified time
    Searched full:ratio (Results 1326 - 1350 of 3086) sorted by null

<<51525354555657585960>>

  /prebuilts/go/linux-x86/src/runtime/debug/
garbage.go 85 // a collection is triggered when the ratio of freshly allocated data
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
func_geometric.hpp 133 /// and the ratio of indices of refraction eta,
  /sdk/apps/DeviceConfig/res/layout/
main.xml 80 android:text="Screen Ratio" >
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourcePreviewHelper.java 145 // directly, in order to provide proper aspect ratio handling and
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/
ImageCanvas.java 209 // scale client width to maintain aspect ratio
  /system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
CameraAvgFragment.java 372 * respective max size, and whose aspect ratio matches with the specified value. If such size
374 * and whose aspect ratio matches with the specified value.
382 * @param aspectRatio The aspect ratio
583 // We fit the aspect ratio of TextureView to the size of preview we picked.
    [all...]
  /system/media/audio/include/system/
sound_trigger.h 79 with TDB silence/sound/speech ratio */
  /developers/build/prebuilts/gradle/Camera2Video/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.java 227 * In this sample, we choose a video size with 3x4 aspect ratio. Also, we don't use sizes
246 * ratio matches with the specified value.
251 * @param aspectRatio The aspect ratio
  /developers/samples/android/media/Camera2Video/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.java 227 * In this sample, we choose a video size with 3x4 aspect ratio. Also, we don't use sizes
246 * ratio matches with the specified value.
251 * @param aspectRatio The aspect ratio
  /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);
  /development/samples/browseable/Camera2Video/src/com.example.android.camera2video/
Camera2VideoFragment.java 228 * In this sample, we choose a video size with 3x4 aspect ratio. Also, we don't use sizes
247 * ratio matches with the specified value.
252 * @param aspectRatio The aspect ratio
  /external/aac/libSBRenc/src/
nf_est.cpp 566 FIXP_DBL tmp, ratio, lg2;
569 ratio = fDivNorm(k2, kx, &ratio_e);
570 lg2 = fLog2(ratio, ratio_e, &qlg2);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
AdamsMoultonIntegrator.java 404 final double ratio = (after[i] - before[i]) / tol; local
405 error += ratio * ratio;
  /external/autotest/client/cros/chameleon/
audio_test_utils.py 341 """Gets the second peak ratio suitable for use case.
347 @returns: A float for proper second peak ratio to be used in
376 ratio of the coefficient of first dominant
  /external/deqp/modules/egl/
teglQuerySurfaceTests.cpp 160 // Pixel aspect ratio
166 log << TestLog::Message << " Fail, invalid pixel aspect ratio " << eglu::querySurfaceInt(egl, display, surface, EGL_PIXEL_ASPECT_RATIO) << TestLog::EndMessage;
167 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid pixel aspect ratio");
  /external/libchrome/base/metrics/
histogram.h 41 // The above example has an exponential ratio of 2 (doubling the bucket width
43 // the smallest ratio that it can use to construct the number of buckets
45 // and millisecond time values from 1 to 10000, then the ratio between
  /external/python/cpython3/Lib/test/
test_statistics.py 729 ratio = statistics._exact_ratio(x) variable in class:ExactRatioTest.test_inf.MyDecimal
730 self.assertEqual(ratio, (x, None))
731 self.assertEqual(type(ratio[0]), type_)
732 self.assertTrue(math.isinf(ratio[0]))
739 ratio = statistics._exact_ratio(nan) variable in class:ExactRatioTest.test_float_nan.MyFloat
740 self.assertTrue(math.isnan(ratio[0]))
741 self.assertIs(ratio[1], None)
742 self.assertEqual(type(ratio[0]), type(nan))
750 ratio = statistics._exact_ratio(nan) variable in class:ExactRatioTest.test_decimal_nan.MyDecimal
751 self.assertTrue(_nan_equal(ratio[0], nan)
    [all...]
  /external/sonic/
Sonic.java 755 int ratio = rightPosition - position; local
758 return (short)((ratio*left + (width - ratio)*right)/width);
  /external/tensorflow/tensorflow/core/lib/jpeg/
jpeg_mem_unittest.cc 195 for (int ratio : {1, 2, 4, 8}) {
196 flags.ratio = ratio;
  /external/v8/src/
bignum-dtoa.cc 30 // Computes v / 10^estimated_power exactly, as a ratio of two bignums, numerator
536 // Computes v / 10^estimated_power exactly, as a ratio of two bignums, numerator
538 // GenerateCountedDigits will then convert this ratio to its decimal
  /external/valgrind/docs/html/
dh-manual.html 180 <p>More interesting is the write ratio: each byte is written an
184 and that would give a write ratio of 1.0. The fact that some block
219 access ratio. They do get freed, though:</p>
  /external/valgrind/exp-dhat/docs/
dh-manual.xml 193 <para>More interesting is the write ratio: each byte is written an
197 and that would give a write ratio of 1.0. The fact that some block
239 access ratio. They do get freed, though:</para>
  /external/webrtc/talk/media/base/
videoadapter.cc 156 // as input_format. This can also be rotated or cropped for aspect ratio.
158 // in_frame maintaining rotation and aspect ratio.
421 // Set output for initial aspect ratio in mediachannel unittests.
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp 78 // profile might report max size of different aspect ratio
323 // Pick the largest thumbnail size that matches still image aspect ratio.
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraImpl.java 272 * The aspect ratio (width/height) of the full resolution for this camera.
273 * Usually the native aspect ratio of this camera.
743 * Calculate the aspect ratio of the full size capture on this device.
    [all...]

Completed in 1650 milliseconds

<<51525354555657585960>>