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

  /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
  /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
  /external/qemu/distrib/sdl-1.2.12/src/audio/dsp/
SDL_dspaudio.h 51 #define next_frame (this->hidden->next_frame) macro
  /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
  /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
  /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
  /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);
  /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...]

Completed in 229 milliseconds