HomeSort by relevance Sort by last modified time
    Searched full:start_track (Results 1 - 8 of 8) sorted by null

  /external/qemu/hw/
scsi-disk.h 33 int cdrom_read_toc(int nb_sectors, uint8_t *buf, int msf, int start_track);
cdrom.c 41 int cdrom_read_toc(int nb_sectors, uint8_t *buf, int msf, int start_track)
46 if (start_track > 1 && start_track != 0xaa)
51 if (start_track <= 1) {
scsi-disk.c 802 int start_track, format, msf, toclen; local
806 start_track = buf[6];
808 DPRINTF("Read TOC (track %d format %d msf %d)\n", start_track, format, msf >> 1);
812 toclen = cdrom_read_toc(nb_sectors, outbuf, msf, start_track);
823 toclen = cdrom_read_toc_raw(nb_sectors, outbuf, msf, start_track);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_cdrom.h 122 /* Play the given CD starting at 'start_track' and 'start_frame' for 'ntracks'
142 int start_track, int start_frame, int ntracks, int nframes);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_cdrom.h 122 /* Play the given CD starting at 'start_track' and 'start_frame' for 'ntracks'
142 int start_track, int start_frame, int ntracks, int nframes);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_cdrom.h 122 /* Play the given CD starting at 'start_track' and 'start_frame' for 'ntracks'
142 int start_track, int start_frame, int ntracks, int nframes);
  /prebuilt/windows/sdl/host/include/SDL/
SDL_cdrom.h 126 /* Play the given CD starting at 'start_track' and 'start_frame' for 'ntracks'
146 int start_track, int start_frame, int ntracks, int nframes);
  /prebuilt/windows/sdl/include/SDL/
SDL_cdrom.h 122 /* Play the given CD starting at 'start_track' and 'start_frame' for 'ntracks'
142 int start_track, int start_frame, int ntracks, int nframes);

Completed in 208 milliseconds