HomeSort by relevance Sort by last modified time
    Searched full:next_frame (Results 1 - 25 of 32) sorted by null

1 2

  /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/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/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/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/dsp/
SDL_dspaudio.h 51 #define next_frame (this->hidden->next_frame) macro
  /external/libvpx/vp8/encoder/
firstpass.c 121 static int lookup_next_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *next_frame)
126 *next_frame = *cpi->stats_in;
142 //FIRSTPASS_STATS next_frame;
148 while ( (i < 1) && input_stats(cpi,&next_frame) != EOF )
151 next_iiratio = next_frame.intra_error / DOUBLE_DIVIDE_CHECK(next_frame.coded_error);
1341 FIRSTPASS_STATS next_frame; local
2087 FIRSTPASS_STATS next_frame; local
2264 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);
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/share/info/
gdbint.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/share/info/
gdbint.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/share/info/
gdbint.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/share/info/
gdbint.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gdb 
arm-eabi-gdbtui 
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/
arm-linux-androideabi-gdb 
arm-linux-androideabi-gdbtui 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gdb 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gdb 
arm-eabi-gdbtui 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gdb 

Completed in 430 milliseconds

1 2