Home
last modified time | relevance | path

Searched refs:startFrame (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/
DAudioSource.cpp192 int32_t startFrame, int32_t rampDurationFrames, in rampVolume() argument
196 int32_t fixedMultiplier = (startFrame << kShift) / rampDurationFrames; in rampVolume()
198 int32_t stopFrame = startFrame + bytes / sizeof(int16_t); in rampVolume()
204 while (startFrame < stopFrame) { in rampVolume()
208 ++startFrame; in rampVolume()
213 startFrame += 2; in rampVolume()
217 if ((startFrame & 3) == 0) { in rampVolume()
218 fixedMultiplier = (startFrame << kShift) / rampDurationFrames; in rampVolume()
/frameworks/base/libs/hwui/
DAnimationContext.cpp36 startFrame(TreeInfo::MODE_RT_ONLY); in destroy()
57 void AnimationContext::startFrame(TreeInfo::TraversalMode mode) { in startFrame() function in android::uirenderer::AnimationContext
DAnimationContext.h93 ANDROID_API virtual void startFrame(TreeInfo::TraversalMode mode);
DOpenGLRenderer.cpp127 void OpenGLRenderer::startFrame() { in startFrame() function in android::uirenderer::OpenGLRenderer
165 startFrame(); in prepareDirty()
1494 startFrame();
1508 startFrame();
1514 startFrame();
DOpenGLRenderer.h435 void startFrame();
/frameworks/av/include/media/stagefright/
DAudioSource.h100 int32_t startFrame, int32_t rampDurationFrames,
/frameworks/base/core/jni/
Dandroid_view_ThreadedRenderer.cpp162 virtual void startFrame(TreeInfo::TraversalMode mode) { in startFrame() function in android::AnimationContextBridge
166 AnimationContext::startFrame(mode); in startFrame()
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp183 mAnimationContext->startFrame(info.mode); in prepareTree()