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