OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:buf_ptr_bytes_1
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/src/modules/audio_processing/utility/
ring_buffer.c
146
size_t
buf_ptr_bytes_1
= 0;
local
151
&
buf_ptr_bytes_1
,
158
memcpy(data, buf_ptr_1,
buf_ptr_bytes_1
);
159
memcpy(((char*) data) +
buf_ptr_bytes_1
, buf_ptr_2, buf_ptr_bytes_2);
Completed in 43 milliseconds