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

  /external/qemu/distrib/sdl-1.2.12/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.12/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.12/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.12/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 218 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS;
233 next_frame += frame_ticks;
  /external/qemu/distrib/sdl-1.2.12/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.12/src/audio/dsp/
SDL_dspaudio.h 51 #define next_frame (this->hidden->next_frame) macro
  /external/libvpx/vp8/encoder/
firstpass.c 109 static int lookup_next_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *next_frame)
115 ret_val = vp8_input_stats(cpi, next_frame);
123 *next_frame = *cpi->stats_in;
139 //FIRSTPASS_STATS next_frame;
145 while ( (i < 1) && vp8_input_stats(cpi,&next_frame) != EOF )
148 next_iiratio = next_frame.intra_error / DOUBLE_DIVIDE_CHECK(next_frame.coded_error);
1203 FIRSTPASS_STATS next_frame; local
1902 FIRSTPASS_STATS next_frame; local
2053 FIRSTPASS_STATS next_frame; local
    [all...]
  /external/libvpx/vp8/encoder/x86/
preproc_mmx.c 120 next_frame:
137 jnz next_frame
253 next_frame:
270 jnz next_frame
  /external/chromium/net/websockets/
websocket.cc 394 const char* next_frame = start_frame; local
395 const char* p = next_frame;
419 next_frame = p;
431 next_frame = p;
435 SkipReadBuffer(next_frame - start_frame);

Completed in 989 milliseconds