HomeSort by relevance Sort by last modified time
    Searched defs:phase (Results 1 - 25 of 341) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/walt/ios/WALT/
WALTTouch.h 21 @property (nonatomic, assign) UITouchPhase phase; variable
  /external/proguard/src/proguard/gui/splash/
SawToothTiming.java 31 private final long phase; field in class:SawToothTiming
37 * @param phase the phase of the cycle, which is added to the actual time.
39 public SawToothTiming(long period, long phase)
42 this.phase = phase;
51 return (double)((time + phase) % period) / (double)period;
SineTiming.java 31 private final long phase; field in class:SineTiming
37 * @param phase the phase of the cycle, which is added to the actual time.
39 public SineTiming(long period, long phase)
42 this.phase = phase;
51 return 0.5 + 0.5 * Math.sin(2.0 * Math.PI * (time + phase) / period);
  /external/skia/tests/
AsADashTest.cpp 26 const SkScalar phase = 2.0; local
27 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase));
36 const SkScalar phase = 2.0; local
38 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase));
45 REPORTER_ASSERT(reporter, SkScalarMod(phase, totalIntSum) == info.fPhase);
58 REPORTER_ASSERT(reporter, SkScalarMod(phase, totalIntSum) == info.fPhase);
DashPathEffectTest.cpp 22 SkScalar phase = SK_ScalarInfinity; // Used to force a nonsense effect. local
23 sk_sp<SkPathEffect> dash(SkDashPathEffect::Make(intervals, count, phase));
  /external/skqp/tests/
AsADashTest.cpp 24 const SkScalar phase = 2.0; local
25 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase));
34 const SkScalar phase = 2.0; local
36 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase));
43 REPORTER_ASSERT(reporter, SkScalarMod(phase, totalIntSum) == info.fPhase);
56 REPORTER_ASSERT(reporter, SkScalarMod(phase, totalIntSum) == info.fPhase);
DashPathEffectTest.cpp 22 SkScalar phase = SK_ScalarInfinity; // Used to force a nonsense effect. local
23 sk_sp<SkPathEffect> dash(SkDashPathEffect::Make(intervals, count, phase));
  /external/replicaisland/src/com/replica/replicaisland/
PhasedObject.java 20 * A basic object that adds an execution phase. When PhasedObjects are combined with
21 * PhasedObjectManagers, objects within the manager will be updated by phase.
25 public int phase; // This is public because the phased is accessed extremely often, so much field in class:PhasedObject
38 phase = phaseValue;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm_parse.h 13 uint32_t phase; /* phase information(state) for sc */ member in struct:__anon47337
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
SawOscillatorDPW.java 43 float phase = incrementWrapPhase(); local
45 float squared = phase * phase;
SineOscillator.java 37 /* Wrap phase back into region where results are more accurate. */
50 float phase = incrementWrapPhase(); local
51 return fastSin(phase) * getAmplitude();
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/
SawOscillatorDPW.java 43 float phase = incrementWrapPhase(); local
45 float squared = phase * phase;
SineOscillator.java 37 /* Wrap phase back into region where results are more accurate. */
50 float phase = incrementWrapPhase(); local
51 return fastSin(phase) * getAmplitude();
  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
SawOscillatorDPW.java 43 float phase = incrementWrapPhase(); local
45 float squared = phase * phase;
SineOscillator.java 37 /* Wrap phase back into region where results are more accurate. */
50 float phase = incrementWrapPhase(); local
51 return fastSin(phase) * getAmplitude();
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
SawOscillatorDPW.java 43 float phase = incrementWrapPhase(); local
45 float squared = phase * phase;
SineOscillator.java 37 /* Wrap phase back into region where results are more accurate. */
50 float phase = incrementWrapPhase(); local
51 return fastSin(phase) * getAmplitude();
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
SawOscillatorDPW.java 43 float phase = incrementWrapPhase(); local
45 float squared = phase * phase;
SineOscillator.java 37 /* Wrap phase back into region where results are more accurate. */
50 float phase = incrementWrapPhase(); local
51 return fastSin(phase) * getAmplitude();
  /external/skia/gm/
stroketext.cpp 55 const SkScalar phase = 0; local
59 p.setPathEffect(SkDashPathEffect::Make(intervals, SK_ARRAY_COUNT(intervals), phase));
  /external/skqp/gm/
stroketext.cpp 55 const SkScalar phase = 0; local
59 p.setPathEffect(SkDashPathEffect::Make(intervals, SK_ARRAY_COUNT(intervals), phase));
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
transform.c 19 double fact, phase; local
22 phase = 0.0;
24 tables->costab1[k] = cos(phase);
25 tables->sintab1[k] = sin(phase);
26 phase += fact;
30 phase = 0.5 * fact;
32 tables->costab2[k] = cos(phase);
33 tables->sintab2[k] = sin(phase);
34 phase += fact;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
viddec_parse_sc_mp4.c 6 The conext is updated with current phase and sc_code position in the buffer.
8 What is phase?: phase is a value between [0-4], we keep track of consecutive '0's with this.
10 if 0xXX code is found and current phase is 2, its changed to 3 which means we found the pattern
25 uint32_t data_left=0, phase = 0, ret = 0; local
34 phase = cxt->phase;
39 while((data_left > 0) &&(phase < 3))
41 /* Check if we are byte aligned & phase=0, if thats the case we can check
43 if(((((uint32_t)ptr) & 0x3) == 0) && (phase == 0)
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_parse_sc.c 15 The conext is updated with current phase and sc_code position in the buffer.
21 uint32_t data_left=0, phase = 0, ret = 0; local
23 /* What is phase?: phase is a value between [0-4], we keep track of consecutive '0's with this.
25 if 0xXX code is found and current phase is 2, its changed to 3 which means we found the pattern
31 phase = cxt->phase;
36 while((data_left > 0) &&(phase < 3))
38 /* Check if we are byte aligned & phase=0, if thats the case we can check
40 if(((((uint32_t)ptr) & 0x3) == 0) && (phase == 0)
    [all...]
  /external/curl/tests/libtest/
lib597.c 56 int phase; local
67 for(phase = CONNECT_ONLY_PHASE; phase < LAST_PHASE; ++phase) {
74 /* enable 'CONNECT_ONLY' option when in connect phase */
75 if(phase == CONNECT_ONLY_PHASE)
78 /* enable 'NOBODY' option to send 'QUIT' command in quit phase */
79 if(phase == QUIT_PHASE) {

Completed in 1394 milliseconds

1 2 3 4 5 6 7 8 91011>>