Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/
Dring_buffer.c127 size_t buf_ptr_bytes_1 = 0; in WebRtc_ReadBuffer() local
132 &buf_ptr_bytes_1, in WebRtc_ReadBuffer()
139 memcpy(data, buf_ptr_1, buf_ptr_bytes_1); in WebRtc_ReadBuffer()
140 memcpy(((char*) data) + buf_ptr_bytes_1, buf_ptr_2, buf_ptr_bytes_2); in WebRtc_ReadBuffer()
144 memcpy(data, buf_ptr_1, buf_ptr_bytes_1); in WebRtc_ReadBuffer()