OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_bytes_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/audio/win/
waveout_output_win.cc
91
pending_bytes_
(0),
204
pending_bytes_
= 0;
208
pending_bytes_
+= buffer->dwBufferLength;
211
// From now on |
pending_bytes_
| would be accessed by callback thread.
330
audio_bus_.get(), AudioBuffersState(
pending_bytes_
, 0));
376
stream->
pending_bytes_
-= buffer->dwBufferLength;
391
stream->
pending_bytes_
+= buffer->dwBufferLength;
waveout_output_win.h
108
uint32
pending_bytes_
;
member in class:media::PCMWaveOutAudioOutputStream
Completed in 47 milliseconds