HomeSort by relevance Sort by last modified time
    Searched defs:x_min (Results 1 - 14 of 14) sorted by null

  /frameworks/base/core/java/android/widget/
Scroller.java 115 float x_min = 0.0f; typedefs
123 x = x_min + (x_max - x_min) / 2.0f;
128 else x_min = x;
OverScroller.java 603 float x_min = 0.0f; typedefs
611 x = x_min + (x_max - x_min) / 2.0f;
616 else x_min = x;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Scroller.java 75 float x_min = 0.0f; typedefs
81 x = x_min + (x_max - x_min) / 2.0f;
86 else x_min = x;
OverScroller.java 604 float x_min = 0.0f; typedefs
612 x = x_min + (x_max - x_min) / 2.0f;
617 else x_min = x;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherScroller.java 83 float x_min = 0.0f; typedefs
91 x = x_min + (x_max - x_min) / 2.0f;
96 else x_min = x;
  /external/opencv3/apps/createsamples/
utility.cpp 393 double x_min = k_left * iy_min + b_left; local
399 int ix_min = MAX( cvRound( x_min ), 0 );
446 x_min += k_left;
    [all...]
  /external/opencv3/modules/imgproc/src/
drawing.cpp 1268 int y_max = INT_MIN, x_max = INT_MIN, y_min = INT_MAX, x_min = INT_MAX; local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_neon.c 351 const float32x4_t x_min = vminq_f32(b_log2_a, max_input); local
352 const float32x4_t x_max = vmaxq_f32(x_min, min_input);
aec_core_sse2.c 334 const __m128 x_min = _mm_min_ps(b_log2_a, *((__m128*)max_input)); local
335 const __m128 x_max = _mm_max_ps(x_min, *((__m128*)min_input));
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3HWI.cpp 5485 int32_t x_min = frame_settings.find(tag).data.i32[0]; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp 5482 int32_t x_min = frame_settings.find(tag).data.i32[0]; local
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.cpp 3973 int32_t x_min = frame_settings.find(tag).data.i32[0]; local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp 6515 int32_t x_min = frame_settings.find(tag).data.i32[0]; local
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL3/
QCamera3HWI.cpp 6305 int32_t x_min = frame_settings.find(tag).data.i32[0]; local
    [all...]

Completed in 444 milliseconds