OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frames_left
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/audio/alsa/
SDL_alsa_audio.c
309
snd_pcm_uframes_t
frames_left
;
local
315
frames_left
= ((snd_pcm_uframes_t) this->spec.samples);
317
while (
frames_left
> 0 && this->enabled ) {
321
status = SDL_NAME(snd_pcm_writei)(pcm_handle, sample_buf,
frames_left
);
338
frames_left
-= status;
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
2416
int
frames_left
= (int)(cpi->twopass.total_stats.count - cpi->common.current_video_frame);
local
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
2136
int
frames_left
= (int)(cpi->twopass.total_stats.count -
local
[
all
...]
Completed in 121 milliseconds