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

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_cdrom.h 142 * Play the given CD starting at 'start_track' and 'start_frame' for 'ntracks'
164 int start_track, int start_frame, int ntracks, int nframes);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_cdrom.h 142 * Play the given CD starting at 'start_track' and 'start_frame' for 'ntracks'
164 int start_track, int start_frame, int ntracks, int nframes);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_cdrom.h 142 * Play the given CD starting at 'start_track' and 'start_frame' for 'ntracks'
164 int start_track, int start_frame, int ntracks, int nframes);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_cdrom.h 142 * Play the given CD starting at 'start_track' and 'start_frame' for 'ntracks'
164 int start_track, int start_frame, int ntracks, int nframes);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/bsdi/
SDL_syscdrom.c 347 int i, sts, first_track, last_track, ntracks, toc_size; local
358 ntracks = last_track - first_track + 1;
359 cdrom->numtracks = ntracks;
360 toc_size = 4 + (ntracks + 1) * 8;
378 for (i = 0, p = toc+4; i <= ntracks; i++, p+= 8)
380 if (i == ntracks)
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/
SDL_cdrom.c 175 int strack, int sframe, int ntracks, int nframes)
190 if ( ! ntracks && ! nframes ) {
194 etrack = strack+ntracks;

Completed in 2987 milliseconds