OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:buffer_index_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/shared_impl/
ppb_audio_shared.cc
58
buffer_index_
(0) {
105
buffer_index_
= 0;
210
// |
buffer_index_
| must track the number of Receive() calls. See the Send()
212
++
buffer_index_
;
232
size_t bytes_sent = socket_->Send(&
buffer_index_
, sizeof(
buffer_index_
));
233
if (bytes_sent != sizeof(
buffer_index_
))
ppb_audio_shared.h
144
uint32_t
buffer_index_
;
member in class:ppapi::PPB_Audio_Shared
/external/chromium_org/content/browser/renderer_host/media/
audio_sync_reader.cc
34
buffer_index_
(0) {
58
++
buffer_index_
;
114
// |
buffer_index_
| is incremented. Subsequently every time the renderer has a
116
// SyncSocket. Data is ready when |
buffer_index_
| matches the counter value
132
if (renderer_buffer_index ==
buffer_index_
)
141
if (!bytes_received || renderer_buffer_index !=
buffer_index_
) {
audio_sync_reader.h
84
uint32
buffer_index_
;
member in class:content::AudioSyncReader
Completed in 209 milliseconds