HomeSort by relevance Sort by last modified time
    Searched defs:startFrame (Results 1 - 7 of 7) 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.12/src/cdrom/macosx/
SDL_syscdrom.c 121 int startFrame, stopFrame;
128 nextTrackFramesRemaining, &startFrame, &stopFrame);
136 LoadFile (file, startFrame, stopFrame);
341 int startFrame, stopFrame;
360 ref = GetFileForOffset (cdrom, start, length, &startFrame, &stopFrame);
366 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/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 1104 u4 startFrame = read4BE(&buf);
1118 threadId, startFrame, length, frameCount);
    [all...]

Completed in 141 milliseconds