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

1 2 3

  /external/skia/src/animator/
SkDrawDash.h 31 SkScalar phase; member in class:SkDash
SkDrawExtraPathEffect.cpp 50 SkString phase; member in class:SkDrawShape1DPathEffect
109 engine.evaluate(fDraw->phase.c_str(), &value, SkType_Float);
212 SK_MEMBER(phase, String),
  /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/icu4c/tools/gennorm2/
n2builder.h 113 int32_t phase; member in class:Normalizer2DataBuilder
  /external/chromium/net/base/
load_log_util.cc 79 log_entry->event.phase == LoadLog::PHASE_BEGIN;
84 log_entry->event.phase == LoadLog::PHASE_END;
174 LoadLog::EventPhase phase = LoadLog::PHASE_NONE; local
178 phase = entry->event.phase;
180 if (phase == LoadLog::PHASE_BEGIN &&
185 phase = LoadLog::PHASE_NONE;
203 switch (phase) {
load_log.h 25 // Event::Type and Event::Phase, to be consisent with Entry.
33 // The 'phase' of an event trace (whether it marks the beginning or end
43 Event(EventType type, EventPhase phase) : type(type), phase(phase) {}
47 EventPhase phase; member in struct:net::LoadLog::Event
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmengine.h 66 EAS_U32 phase; /* current waveform phase */ member in struct:__anon7380
eas_fmengine.c 139 * Transform pitch cents to linear phase increment
285 EAS_U32 phase; local
298 /* establish local phase variables */
299 phase = p->phase;
301 /* calculate the new phase increment */
329 phaseTemp = phase + temp;
334 /* increment operator phase */
335 phase += phaseInc;
359 /* save phase and gain *
395 EAS_U32 phase; local
    [all...]
eas_pcmdata.h 93 EAS_U32 phase; /* current phase for interpolator */ member in struct:s_pcm_state_tag
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmengine.h 66 EAS_U32 phase; /* current waveform phase */ member in struct:__anon7430
eas_fmengine.c 139 * Transform pitch cents to linear phase increment
285 EAS_U32 phase; local
298 /* establish local phase variables */
299 phase = p->phase;
301 /* calculate the new phase increment */
329 phaseTemp = phase + temp;
334 /* increment operator phase */
335 phase += phaseInc;
359 /* save phase and gain *
395 EAS_U32 phase; local
    [all...]
eas_pcmdata.h 93 EAS_U32 phase; /* current phase for interpolator */ member in struct:s_pcm_state_tag
  /external/speex/libspeex/
kiss_fftr.c 64 spx_word32_t phase = i+(nfft>>1); local
66 phase = -phase;
67 kf_cexp2(st->super_twiddles+i, DIV32(SHL32(phase,16),nfft));
72 double phase = pi*(((double)i) /nfft + .5); local
74 phase = -phase;
75 kf_cexp(st->super_twiddles+i, phase );
kiss_fft.c 483 spx_word32_t phase = i; local
485 phase = -phase;
486 kf_cexp2(st->twiddles+i, DIV32(SHL32(phase,17),nfft));
491 double phase = ( -2*pi /nfft ) * i; local
493 phase *= -1;
494 kf_cexp(st->twiddles+i, phase );
  /external/freetype/src/cff/
cffparse.c 138 FT_UInt phase; local
158 phase = 4;
162 /* If we entered this iteration with phase == 4, we need to */
164 if ( phase )
174 nib = ( p[0] >> phase ) & 0xF;
175 phase = 4 - phase;
199 /* If we entered this iteration with phase == 4, we need */
201 if ( phase )
211 nib = ( p[0] >> phase ) & 0xF
    [all...]
  /device/samsung/crespo/alsa-lib/test/
pcm.c 35 double phase = *_phase; local
64 res = sin(phase) * maxval;
72 phase += step;
73 if (phase >= max_phase)
74 phase -= max_phase;
76 *_phase = phase;
236 double phase = 0; local
241 generate_sine(areas, 0, period_size, &phase);
284 double phase = 0; local
324 generate_sine(areas, 0, period_size, &phase);
371 double phase; member in struct:async_private_data
582 double phase = 0; local
668 double phase = 0; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcmdata.h 93 EAS_U32 phase; /* current phase for interpolator */ member in struct:s_pcm_state_tag
  /external/svox/pico/lib/
picotrns.c 137 picoos_uint16 phase; /* transduction phase: member in struct:picotrns_transductionState
437 (*transductionState).phase = 0;
474 switch ((*transductionState).phase) {
489 (*transductionState).phase = 1;
495 (*transductionState).phase = 2;
548 (*transductionState).phase = 3;
  /device/samsung/crespo/alsa-utils/speaker-test/
speaker-test.c 132 double phase = *_phase; local
145 //res = sin((phase * 2 * M_PI) / max_phase - M_PI) * 32767;
146 //res = sin((phase * 2 * M_PI) / max_phase - M_PI) * 32767;
147 //res = (sin((phase * 2 * M_PI) / max_phase - M_PI)) * 0x03fffffff; /* Don't use MAX volume */
160 res = (sin((phase * 2 * M_PI) / max_phase - M_PI)) * 0x03fffffff; /* Don't use MAX volume */
169 res = (sin((phase * 2 * M_PI) / max_phase - M_PI)) * 0x03fffffff; /* Don't use MAX volume */
182 res = (sin((phase * 2 * M_PI) / max_phase - M_PI)) * 0x03fffffff; /* Don't use MAX volume */
195 res = (sin((phase * 2 * M_PI) / max_phase - M_PI)) * 0.75 ; /* Don't use MAX volume */
208 res = (sin((phase * 2 * M_PI) / max_phase - M_PI)) * 0x03fffffff; /* Don't use MAX volume */
221 res = (sin((phase * 2 * M_PI) / max_phase - M_PI)) * 0x03fffffff; /* Don't use MAX volume *
722 double phase = 0; local
    [all...]
  /external/freetype/src/truetype/
ttinterp.h 185 FT_F26Dot6 phase; /* `SuperRounding' */ member in struct:TT_ExecContextRec_
  /external/qemu/telephony/
gsm.c 74 int phase = 0x01;
92 phase = (phase << 4) | c;
93 if (phase & 0x100) {
94 if (dst) dst[result] = (byte_t) phase;
96 phase = 0x01;
99 if (phase != 0x01) {
100 if (dst) dst[result] = (byte_t)( phase | 0xf0 );
1028 int phase = 0x01; local
1046 phase = (phase << 4) | c
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 387 int phase = 1; local
392 // Adjust the phase to center the dashes within the line.
395 phase = (dashLength - remainder) / 2;
398 phase = dashLength - remainder / 2;
403 paint->setPathEffect(new SkDashPathEffect(intervals, 2, SkIntToScalar(phase)))->unref();
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.c 1350 int width, height, FBPitch, left, i, j, SRCPitch, phase; local
    [all...]
  /external/tcpdump/
print-isakmp.c 420 const u_char *ep, u_int32_t phase, u_int32_t doi0 _U_,
469 cp = isakmp_sub_print(ISAKMP_NPTYPE_P, ext, ep, phase, doi, proto0,
480 const u_char *ep, u_int32_t phase, u_int32_t doi0,
503 cp = isakmp_sub_print(ISAKMP_NPTYPE_T, ext, ep, phase, doi0,
570 const u_char *ep, u_int32_t phase _U_, u_int32_t doi _U_,
638 const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U_,
661 const u_char *ep _U_, u_int32_t phase, u_int32_t doi _U_,
692 printf(" [phase=%d doi=%d proto=%d]", phase, doi, proto);
694 switch (phase) {
1288 int phase; local
    [all...]

Completed in 658 milliseconds

1 2 3