OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPhase
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DashPathEffect_Delegate.java
47
private final float
mPhase
;
59
mPhase
);
86
mPhase
= phase;
/frameworks/base/cmds/stagefright/
SineSource.cpp
16
mPhase
(0),
33
mPhase
= 0;
78
double x =
mPhase
* k;
91
kKeyTime, ((int64_t)
mPhase
* 1000000) / mSampleRate);
93
mPhase
+= numFramesPerBuffer;
SineSource.h
32
size_t
mPhase
;
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
PathEffects.java
38
private float
mPhase
;
79
makeEffects(mEffects,
mPhase
);
80
mPhase
+= 1;
Completed in 2865 milliseconds