HomeSort by relevance Sort by last modified time
    Searched refs:stopFrame (Results 1 - 3 of 3) sorted by null

  /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)
CDPlayer.c 384 int LoadFile (const FSRef *ref, int startFrame, int stopFrame)
396 printf ("LoadFile: %d %d\n", startFrame, stopFrame);
415 if (stopFrame >= 0 && stopFrame > startFrame)
416 thePlayer->SetStopFrame (thePlayer, stopFrame);
  /frameworks/base/media/libstagefright/
AudioSource.cpp 182 int32_t stopFrame = startFrame + bytes / sizeof(int16_t);
184 if (stopFrame > rampDurationFrames) {
185 stopFrame = rampDurationFrames;
188 while (startFrame < stopFrame) {

Completed in 27 milliseconds