Home
last modified time | relevance | path

Searched refs:next_frame (Results 1 – 13 of 13) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/audio/paudio/
DSDL_paudio.h45 float next_frame; member
55 #define next_frame (this->hidden->next_frame) macro
DSDL_paudio.c134 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS; in Paud_WaitAudio()
204 next_frame += frame_ticks; in Paud_PlayAudio()
501 next_frame = SDL_GetTicks()+frame_ticks; in Paud_OpenAudio()
/external/qemu/distrib/sdl-1.2.15/src/audio/esd/
DSDL_esdaudio.h45 float next_frame; member
55 #define next_frame (this->hidden->next_frame) macro
DSDL_esdaudio.c202 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS; in ESD_WaitAudio()
222 next_frame += frame_ticks; in ESD_PlayAudio()
308 next_frame = SDL_GetTicks()+frame_ticks; in ESD_OpenAudio()
/external/qemu/distrib/sdl-1.2.15/src/audio/bsd/
DSDL_bsdaudio.h45 float next_frame; member
56 #define next_frame (this->hidden->next_frame) macro
DSDL_bsdaudio.c151 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS; in OBSD_WaitAudio()
213 next_frame += frame_ticks; in OBSD_PlayAudio()
/external/qemu/distrib/sdl-1.2.15/src/audio/arts/
DSDL_artsaudio.h47 float next_frame; member
57 #define next_frame (this->hidden->next_frame) macro
DSDL_artsaudio.c232 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS; in ARTS_WaitAudio()
247 next_frame += frame_ticks; in ARTS_PlayAudio()
/external/qemu/distrib/sdl-1.2.15/src/audio/dma/
DSDL_dmaaudio.h46 float next_frame; member
57 #define next_frame (this->hidden->next_frame) macro
DSDL_dmaaudio.c159 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS; in DMA_WaitAudio()
189 next_frame = SDL_GetTicks()+frame_ticks; in DMA_WaitAudio()
209 next_frame += frame_ticks; in DMA_PlayAudio()
437 next_frame = SDL_GetTicks()+frame_ticks; in DMA_OpenAudio()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c86 static int lookup_next_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *next_frame) in lookup_next_frame_stats() argument
91 *next_frame = *cpi->twopass.stats_in; in lookup_next_frame_stats()
1412 static double get_prediction_decay_rate(VP8_COMP *cpi, FIRSTPASS_STATS *next_frame) in get_prediction_decay_rate() argument
1416 double motion_pct = next_frame->pcnt_motion; in get_prediction_decay_rate()
1419 prediction_decay_rate = next_frame->pcnt_inter; in get_prediction_decay_rate()
1432 this_mv_rabs = fabs(next_frame->mvr_abs * motion_pct); in get_prediction_decay_rate()
1433 this_mv_cabs = fabs(next_frame->mvc_abs * motion_pct); in get_prediction_decay_rate()
1499 FIRSTPASS_STATS next_frame; in detect_flash() local
1505 if ( read_frame_stats(cpi, &next_frame, offset) != EOF ) in detect_flash()
1513 if ( (next_frame.pcnt_second_ref > next_frame.pcnt_inter) && in detect_flash()
[all …]
/external/qemu/distrib/sdl-1.2.15/src/audio/dsp/
DSDL_dspaudio.h51 #define next_frame (this->hidden->next_frame) macro
/external/chromium/net/websockets/
Dwebsocket.cc304 const char* next_frame = start_frame; in ProcessFrameData() local
305 const char* p = next_frame; in ProcessFrameData()
333 next_frame = p; in ProcessFrameData()
374 next_frame = p; in ProcessFrameData()
381 SkipReadBuffer(next_frame - start_frame); in ProcessFrameData()