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

  /external/qemu/distrib/sdl-1.2.15/src/audio/bsd/
SDL_bsdaudio.h 45 float next_frame; member in struct:SDL_PrivateAudioData
56 #define next_frame (this->hidden->next_frame) macro
SDL_bsdaudio.c 151 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS;
213 next_frame += frame_ticks;
  /external/qemu/distrib/sdl-1.2.15/src/audio/esd/
SDL_esdaudio.h 45 float next_frame; member in struct:SDL_PrivateAudioData
55 #define next_frame (this->hidden->next_frame) macro
SDL_esdaudio.c 202 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS;
222 next_frame += frame_ticks;
308 next_frame = SDL_GetTicks()+frame_ticks;
  /external/qemu/distrib/sdl-1.2.15/src/audio/paudio/
SDL_paudio.h 45 float next_frame; member in struct:SDL_PrivateAudioData
55 #define next_frame (this->hidden->next_frame) macro
SDL_paudio.c 134 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS;
204 next_frame += frame_ticks;
501 next_frame = SDL_GetTicks()+frame_ticks;
  /external/qemu/distrib/sdl-1.2.15/src/audio/arts/
SDL_artsaudio.h 47 float next_frame; member in struct:SDL_PrivateAudioData
57 #define next_frame (this->hidden->next_frame) macro
SDL_artsaudio.c 232 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS;
247 next_frame += frame_ticks;
  /external/qemu/distrib/sdl-1.2.15/src/audio/dma/
SDL_dmaaudio.h 46 float next_frame; member in struct:SDL_PrivateAudioData
57 #define next_frame (this->hidden->next_frame) macro
SDL_dmaaudio.c 159 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS;
189 next_frame = SDL_GetTicks()+frame_ticks;
209 next_frame += frame_ticks;
437 next_frame = SDL_GetTicks()+frame_ticks;
  /external/qemu/distrib/sdl-1.2.15/src/audio/dsp/
SDL_dspaudio.h 51 #define next_frame (this->hidden->next_frame) macro
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 86 static int lookup_next_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *next_frame)
91 *next_frame = *cpi->twopass.stats_in;
1499 FIRSTPASS_STATS next_frame; local
1735 FIRSTPASS_STATS next_frame; local
2517 FIRSTPASS_STATS next_frame; local
2712 FIRSTPASS_STATS next_frame; local
    [all...]
  /external/chromium/net/websockets/
websocket.cc 304 const char* next_frame = start_frame; local
305 const char* p = next_frame;
333 next_frame = p;
374 next_frame = p;
381 SkipReadBuffer(next_frame - start_frame);

Completed in 93 milliseconds