Searched refs:buf_ptr_bytes_1 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Dring_buffer.c132 size_t buf_ptr_bytes_1 = 0; local
137 &buf_ptr_bytes_1,
144 memcpy(data, buf_ptr_1, buf_ptr_bytes_1);
145 memcpy(((char*) data) + buf_ptr_bytes_1, buf_ptr_2, buf_ptr_bytes_2);
149 memcpy(data, buf_ptr_1, buf_ptr_bytes_1);
/external/webrtc/src/modules/audio_processing/utility/
H A Dring_buffer.c146 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 282 milliseconds