HomeSort by relevance Sort by last modified time
    Searched defs:startFrame (Results 1 - 15 of 15) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/
animatable_image.h 39 @property(nonatomic) CGRect startFrame;
47 // |animationFrame| should usually be big enough to contain the |startFrame|
  /external/srec/portable/include/
pstream.h 39 struct FileBufferFrame *startFrame;
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
SDL_syscdrom.c 121 int startFrame, stopFrame;
128 nextTrackFramesRemaining, &startFrame, &stopFrame);
136 LoadFile (file, startFrame, stopFrame);
350 int startFrame, stopFrame;
369 ref = GetFileForOffset (cdrom, start, length, &startFrame, &stopFrame);
375 if (LoadFile (ref, startFrame, stopFrame) < 0)
  /external/webkit/Source/WebCore/webaudio/
AudioBufferSourceNode.cpp 169 unsigned startFrame = m_isGrain ? static_cast<unsigned>(m_grainOffset * bufferSampleRate) : 0;
170 unsigned endFrame = m_isGrain ? static_cast<unsigned>(startFrame + m_grainDuration * bufferSampleRate) : bufferLength;
178 if (startFrame >= bufferLength)
179 startFrame = !bufferLength ? 0 : bufferLength - 1;
183 m_readIndex = startFrame; // reset to start
236 m_readIndex = startFrame;
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
AudioTrackView.java 300 final int startFrame = (int)(audioTrack.getBoundaryBeginTime() /
317 index = startFrame + (int)(framesPerPixel * i);
322 if (index == startFrame) { // Draw the loop delineation
333 index = startFrame + (int)(framesPerPixel * i);
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
BoneTrack.java 219 int startFrame = 0;
224 startFrame = i;
228 float blend = (time - times[startFrame])
229 / (times[endFrame] - times[startFrame]);
231 rotations.get(startFrame, tempQ);
232 translations.get(startFrame, tempV);
234 scales.get(startFrame, tempS);
SpatialTrack.java 96 int startFrame = 0;
100 startFrame = i;
104 float blend = (time - times[startFrame]) / (times[endFrame] - times[startFrame]);
107 rotations.get(startFrame, tempQ);
109 translations.get(startFrame, tempV);
111 scales.get(startFrame, tempS);
  /external/webkit/Source/WebCore/page/
Page.cpp 509 Frame* startFrame = frame;
512 if (frame != startFrame)
513 startFrame->selection()->clear();
518 } while (frame && frame != startFrame);
520 // Search contents of startFrame, on the other side of the selection that we did earlier.
522 if (shouldWrap && !startFrame->selection()->isNone()) {
523 bool found = startFrame->editor()->findString(target, options | WrapAround | StartInSelection);
  /dalvik/vm/jdwp/
JdwpHandler.cpp 1106 u4 startFrame = read4BE(&buf);
1120 threadId, startFrame, length, frameCount);
    [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp 196 status_t OpenGLRenderer::startFrame() {
235 return startFrame();
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1263 milliseconds