Searched refs:nframes (Results 1 – 3 of 3) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/cdrom/ |
D | SDL_cdrom.c | 175 int strack, int sframe, int ntracks, int nframes) in SDL_CDPlayTracks() argument 190 if ( ! ntracks && ! nframes ) { in SDL_CDPlayTracks() 196 eframe = sframe + nframes; in SDL_CDPlayTracks() 198 eframe = nframes; in SDL_CDPlayTracks()
|
/external/bluetooth/bluez/sbc/ |
D | sbcenc.c | 51 int fd, size, srate, codesize, nframes; in encode() local 152 nframes = sizeof(input) / codesize; in encode() 156 size = read(fd, input, codesize * nframes); in encode()
|
/external/qemu/distrib/sdl-1.2.12/include/ |
D | SDL_cdrom.h | 142 int start_track, int start_frame, int ntracks, int nframes);
|