OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buffer_index_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/shared_impl/
ppb_audio_shared.cc
66
buffer_index_
(0) {
116
buffer_index_
= 0;
209
// |
buffer_index_
| must track the number of Receive() calls. See the Send()
211
++
buffer_index_
;
228
size_t bytes_sent = socket_->Send(&
buffer_index_
, sizeof(
buffer_index_
));
229
if (bytes_sent != sizeof(
buffer_index_
))
ppb_audio_shared.h
140
uint32_t
buffer_index_
;
member in class:ppapi::PPB_Audio_Shared
/external/chromium_org/content/browser/renderer_host/media/
audio_sync_reader.cc
36
buffer_index_
(0) {
71
++
buffer_index_
;
136
// |
buffer_index_
| is incremented. Subsequently every time the renderer has a
138
// SyncSocket. Data is ready when |
buffer_index_
| matches the counter value
154
if (renderer_buffer_index ==
buffer_index_
)
163
if (!bytes_received || renderer_buffer_index !=
buffer_index_
) {
audio_sync_reader.h
89
uint32
buffer_index_
;
member in class:content::AudioSyncReader
Completed in 48 milliseconds