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

  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CDPlayTracks.3 8 \fBint \fBSDL_CDPlayTracks\fP\fR(\fBSDL_CD *cdrom, int start_track, int start_frame, int ntracks, int nframes)\fR);
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlcdplaytracks.html 109 >(SDL_CD *cdrom, int start_track, int start_frame, int ntracks, int nframes));</CODE
135 >ntracks</I
162 >ntracks</I
  /frameworks/av/media/libstagefright/timedtext/
TimedTextDriver.cpp 253 size_t nTracks = 0;
256 ++nTracks;
259 return nTracks;
  /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;
  /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);
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp     [all...]

Completed in 6094 milliseconds