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

  /external/qemu/hw/
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.h 33 int cdrom_read_toc(int nb_sectors, uint8_t *buf, int msf, int start_track);
scsi-disk.c 803 int start_track, format, msf, toclen; local
807 start_track = buf[6];
809 DPRINTF("Read TOC (track %d format %d msf %d)\n", start_track, format, msf >> 1);
813 toclen = cdrom_read_toc(nb_sectors, outbuf, msf, start_track);
824 toclen = cdrom_read_toc_raw(nb_sectors, outbuf, msf, start_track);
  /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);

Completed in 1282 milliseconds