Searched refs:remaining_frames_to_provide (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/base/
H A Daudio_pull_fifo.cc24 int remaining_frames_to_provide = frames_to_consume; local
27 int frames_read = ReadFromFifo(destination, remaining_frames_to_provide, 0);
29 remaining_frames_to_provide -= frames_read;
32 while (remaining_frames_to_provide > 0) {
41 ReadFromFifo(destination, remaining_frames_to_provide, write_pos);
43 remaining_frames_to_provide -= frames_read;

Completed in 188 milliseconds