HomeSort by relevance Sort by last modified time
    Searched defs:stopFrame (Results 1 - 2 of 2) 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)
  /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 56 milliseconds