Home
last modified time | relevance | path

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

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