Searched refs:outerStart (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DAmbientShadow.cpp218 // outerStart is the first outer vertex for this inner vertex.
220 Vector2 outerStart = {0, 0}; local
238 outerStart = outerVertex;
/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerFirGen.h94 * The SineGen returned by value() starts at innerStart = outerStart + n*outerStep;
101 SineGenGen(double outerStart, double outerStep, double innerStep, bool cosine = false) argument
102 : mSineInnerCur(outerStart, outerStep, cosine),
103 mSineInnerPrev(outerStart-innerStep, outerStep, cosine)

Completed in 53 milliseconds