HomeSort by relevance Sort by last modified time
    Searched full:ramp (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /external/eigen/doc/examples/
class_CwiseUnaryOp_ptrfun.cpp 7 double ramp(double x) function
18 cout << m1 << endl << "becomes: " << endl << m1.unaryExpr(ptr_fun(ramp)) << endl;
  /prebuilts/misc/windows/sdl2/test/
testautomation_pixels.c 405 const char *expectedError2 = "Parameter 'ramp' is invalid";
408 Uint16 *ramp; local
414 /* Allocate temp ramp array and fill with some value */
415 ramp = (Uint16 *)SDL_malloc(256 * sizeof(Uint16));
416 SDLTest_AssertCheck(ramp != NULL, "Validate temp ramp array could be allocated");
417 if (ramp == NULL) return TEST_ABORTED;
441 for (i = 0; i < 256; i++) ramp[i] = magic;
442 SDL_CalculateGammaRamp(gamma, ramp);
445 for (i = 0; i < 256; i++) if (ramp[i] != magic) changed++
    [all...]
  /frameworks/base/media/java/android/media/
AudioGain.java 33 * - min ramp duration: minimum ramp duration in milliseconds
34 * - max ramp duration: maximum ramp duration in milliseconds
55 * ramps can be applied when gain changes. The type of ramp (linear, log etc...) is
130 * Minimum ramp duration in milliseconds
138 * Maximum ramp duration in milliseconds
151 * @param rampDurationMs: ramp duration if mode MODE_RAMP is set.
AudioGainConfig.java 78 * Ramp duration in milliseconds. N/A if mode() does not
  /packages/services/Car/car-cluster-demo-renderer/res/values/
strings.xml 29 <string name="turn_on_ramp_left">Turn left on ramp</string>
30 <string name="turn_on_ramp_right">Turn right on ramp</string>
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DspWindow.java 109 //ramp up
123 //ramp down
142 //ramp up
156 //ramp down
177 //ramp up
191 //ramp down
  /external/webrtc/webrtc/call/
rampup_tests.cc 291 ReportResult("ramp-up-total-packets-sent", total_packets_sent, "packets");
292 ReportResult("ramp-up-total-sent", total_sent, "bytes");
293 ReportResult("ramp-up-media-sent", media_sent, "bytes");
294 ReportResult("ramp-up-padding-sent", padding_sent, "bytes");
295 ReportResult("ramp-up-rtx-total-packets-sent", rtx_total_packets_sent,
297 ReportResult("ramp-up-rtx-total-sent", rtx_total_sent, "bytes");
298 ReportResult("ramp-up-rtx-media-sent", rtx_media_sent, "bytes");
299 ReportResult("ramp-up-rtx-padding-sent", rtx_padding_sent, "bytes");
301 ReportResult("ramp-up-time", ramp_up_finished_ms_ - test_start_ms_,
304 ReportResult("ramp-up-average-network-latency"
    [all...]
  /frameworks/av/services/audioflinger/
AudioMixer.cpp 479 /* Sets the volume ramp variables for the AudioMixer.
481 * The volume ramp variables are used to transition from the previous
482 * volume to the set volume. ramp controls the duration of the transition.
486 * FIXME: 1) Volume ramp is enabled only if there is a nonzero integer increment
494 * @param ramp number of frames to increment over. if ramp is 0, the volume
495 * should be set immediately. Currently ramp should not exceed 65535 (frames).
504 static inline bool setVolumeRampVariables(float newVolume, int32_t ramp,
511 // If the resulting volume is too small to ramp, it is a direct set of the volume.
529 // ramp = 0; break
1824 const bool ramp = t->needsRamp(); local
1875 const bool ramp = t->needsRamp(); local
    [all...]
AudioMixer.h 75 RAMP_VOLUME = 0x3002, // ramp to new volume
76 VOLUME = 0x3003, // don't ramp
345 * ADJUSTVOL (set to true if volume ramp parameters needs adjustment afterwards)
353 const TI *in, TA *aux, bool ramp, AudioMixer::track_t *t);
  /external/skia/animations/
lines#1.xml 30 <color id="ramp" />
32 <set target="ramp" field="color" to="rgb(rRed.random,rBlue.random,rGreen.random)" />
  /frameworks/base/libs/hwui/
PathTessellator.h 59 * ramp.
74 * vertex approximation, and correct AA ramp offsetting.
88 * vertex approximation, and correct AA ramp offsetting
102 * vertex approximation, and correct AA ramp offsetting
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dsp_helper_unittest.cc 28 // Ramp from 0 to 1 (in Q14) over the array. Note that |increment| is in Q20,
62 // Ramp from 0 to 1 (in Q14) in |kLen| samples. Note that |increment| is in
  /external/skia/src/effects/
GrCircleBlurFragmentProcessor.cpp 122 float ramp = radius + 0.5f - sqrtf(distSq); local
123 SkASSERT(ramp >= 0.0f && ramp <= 1.0f);
124 return ramp;
  /external/strace/
evdev.c 90 tprintf(", ramp={start_level=%" PRIi16
92 ffe.u.ramp.start_level,
93 ffe.u.ramp.end_level);
94 decode_envelope(&ffe.u.ramp.envelope);
  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_frame_manipulator.cc 17 // TODO(hellner): ramp using fix point?
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_haptic.h 210 * \brief Ramp effect supported.
212 * Ramp haptic effect.
616 * \brief A structure containing a template for a Ramp effect.
620 * The ramp effect starts at start strength and ends at end strength.
621 * It augments in linear fashion. If you use attack and fade with a ramp
622 * the effects get added to the ramp effect making the effect become
642 /* Ramp */
794 SDL_HapticRamp ramp; /**< Ramp effect. */ member in union:SDL_HapticEffect
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_haptic.h 210 * \brief Ramp effect supported.
212 * Ramp haptic effect.
616 * \brief A structure containing a template for a Ramp effect.
620 * The ramp effect starts at start strength and ends at end strength.
621 * It augments in linear fashion. If you use attack and fade with a ramp
622 * the effects get added to the ramp effect making the effect become
642 /* Ramp */
794 SDL_HapticRamp ramp; /**< Ramp effect. */ member in union:SDL_HapticEffect
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_haptic.h 210 * \brief Ramp effect supported.
212 * Ramp haptic effect.
616 * \brief A structure containing a template for a Ramp effect.
620 * The ramp effect starts at start strength and ends at end strength.
621 * It augments in linear fashion. If you use attack and fade with a ramp
622 * the effects get added to the ramp effect making the effect become
642 /* Ramp */
794 SDL_HapticRamp ramp; /**< Ramp effect. */ member in union:SDL_HapticEffect
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_haptic.h 210 * \brief Ramp effect supported.
212 * Ramp haptic effect.
616 * \brief A structure containing a template for a Ramp effect.
620 * The ramp effect starts at start strength and ends at end strength.
621 * It augments in linear fashion. If you use attack and fade with a ramp
622 * the effects get added to the ramp effect making the effect become
642 /* Ramp */
794 SDL_HapticRamp ramp; /**< Ramp effect. */ member in union:SDL_HapticEffect
    [all...]
  /tools/test/connectivity/acts/framework/acts/bin/
monsoon.py 84 parser.add_argument("-r", "--ramp", action="store_true", help=("Gradually "
  /external/skia/src/effects/gradients/
Sk4fLinearGradient.cpp 100 void ramp(const Sk4f& c, const Sk4f& dc, DstType* dst, int n) { function in namespace:__anon22378
254 ramp<DstType, do_premul>(proc.currentColor(),
  /external/skia/src/gpu/effects/
GrBezierEffect.cpp 170 // Add line below for smooth cubic ramp
200 // Add line below for smooth cubic ramp
403 // Add line below for smooth cubic ramp
419 // Add line below for smooth cubic ramp
632 // Add line below for smooth cubic ramp
660 // Add line below for smooth cubic ramp
    [all...]
  /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/core-ui/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.
743 * Creates a new ramp-up scroller that reaches full velocity after a
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
OISEffect.h 74 Ramp, //RampForce
224 Use this class when dealing with Force type of Ramp

Completed in 513 milliseconds

1 2 3 4 5 6 7