HomeSort by relevance Sort by last modified time
    Searched full:ramp (Results 26 - 50 of 185) sorted by null

12 3 4 5 6 7 8

  /hardware/libhardware/include/hardware/
lights.h 97 * - If you can only do a brightness ramp, then use this formula:
  /external/chromium_org/third_party/skia/src/utils/
SkTextureCompressor.cpp 89 // Straight linear ramp
96 // Smaller linear ramp with min and max byte values at the end.
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 427 static int DX5_SetGammaRamp(_THIS, Uint16 *ramp);
428 static int DX5_GetGammaRamp(_THIS, Uint16 *ramp);
452 extern int DIB_SetGammaRamp(_THIS, Uint16 *ramp);
453 extern int DIB_GetGammaRamp(_THIS, Uint16 *ramp);
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
conform.html 127 Color Ramp test passed.
240 Color Ramp test passed.
353 Color Ramp test passed.
466 Color Ramp test passed.
579 Color Ramp test passed.
  /external/mesa3d/docs/
conform.html 127 Color Ramp test passed.
240 Color Ramp test passed.
353 Color Ramp test passed.
466 Color Ramp test passed.
579 Color Ramp test passed.
  /frameworks/support/v4/java/android/support/v4/widget/
AutoScrollHelper.java 69 * <li>Acceleration ramp-up duration, see {@link #setRampUpDuration}. Default
71 * <li>Acceleration ramp-down duration, see {@link #setRampDownDuration}.
423 * @param durationMillis The ramp-up duration in milliseconds.
438 * @param durationMillis The ramp-down duration in milliseconds.
740 * Creates a new ramp-up scroller that reaches full velocity after a
    [all...]
  /external/chromium_org/third_party/webrtc/video/
rampup_tests.cc 323 // This method defines the state machine for the ramp up-down-up test.
332 // The first ramp-up has reached the target bitrate. Change the
352 // The ramp-down was successful. Change the channel limit back to a
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 52 static int DGA_SetGammaRamp(_THIS, Uint16 *ramp);
1021 int DGA_SetGammaRamp(_THIS, Uint16 *ramp)
1032 /* Calculate the appropriate palette for the given gamma ramp */
1041 xcmap[i].red = ramp[0*256+c];
1042 xcmap[i].green = ramp[1*256+c];
1043 xcmap[i].blue = ramp[2*256+c];
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParamTimeline.cpp 59 "Target value for exponential ramp must be positive: " + String::number(value));
260 // Set the starting value of the exponential ramp. This is the same as multiplier ^
  /external/qemu/distrib/sdl-1.2.15/src/audio/dc/
aica.c 185 /* Vol starts at zero so we can ramp */
189 /* Vol starts at zero so we can ramp */
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.h 190 int QZ_SetGammaRamp (_THIS, Uint16 *ramp);
191 int QZ_GetGammaRamp (_THIS, Uint16 *ramp);
SDL_QuartzVideo.m     [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
gensig.c 64 * A real-valued ramp
test_util.c 51 fprintf(stderr, "\t\t 1 - Real ramp starting at S/N, N = FFT size\n");
  /external/chromium_org/ui/display/chromeos/x11/
native_display_delegate_x11.h 125 // Creates the gamma ramp for |new_profile|, or NULL if it doesn't exist.
  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 500 // Exposure ramp
516 // Duration ramp
529 // Sensitivity ramp
540 // Constant-EV ramp, duration == exposure
  /frameworks/base/core/java/com/android/internal/widget/
AutoScrollHelper.java 68 * <li>Acceleration ramp-up duration, see {@link #setRampUpDuration}. Default
70 * <li>Acceleration ramp-down duration, see {@link #setRampDownDuration}.
422 * @param durationMillis The ramp-up duration in milliseconds.
437 * @param durationMillis The ramp-down duration in milliseconds.
739 * Creates a new ramp-up scroller that reaches full velocity after a
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 68 static int X11_SetGammaRamp(_THIS, Uint16 *ramp);
    [all...]
  /cts/tools/utils/
monsoon.py 327 if FLAGS.ramp is not None:
420 flags.DEFINE_boolean("ramp", True, "Gradually increase voltage")
  /external/chromium_org/third_party/skia/src/gpu/
GrAARectRenderer.cpp 67 // < 1 pixel wide or tall they serve to normalize the < 1 ramp to a 0 .. 1 range.
72 // used in the interior of the rect after the ramp.
193 // < 1 pixel wide or tall they serve to normalize the < 1 ramp to a 0 .. 1 range.
198 // used in the interior of the rect after the ramp.
    [all...]
  /external/skia/src/gpu/
GrAARectRenderer.cpp 67 // < 1 pixel wide or tall they serve to normalize the < 1 ramp to a 0 .. 1 range.
72 // used in the interior of the rect after the ramp.
193 // < 1 pixel wide or tall they serve to normalize the < 1 ramp to a 0 .. 1 range.
198 // used in the interior of the rect after the ramp.
    [all...]
  /frameworks/av/services/audioflinger/
PlaybackTracks.h 120 // FILLED state is used for suppressing volume ramp at begin of playing
  /frameworks/base/libs/hwui/
Rect.h 205 /* For AA geometry with a ramp perimeter, don't snap by rounding - AA geometry will have
StatefulBaseRenderer.cpp 229 * @param snapOut if set, the geometry will be treated as having an AA ramp.
  /external/chromium_org/third_party/opus/src/src/
opus.c 115 /* Add a linear ramp from the first sample to the signal peak.

Completed in 526 milliseconds

12 3 4 5 6 7 8