Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/utility/
Dring_buffer.c147 size_t buf_ptr_bytes_2 = 0; in WebRtc_ReadBuffer() local
153 &buf_ptr_bytes_2); in WebRtc_ReadBuffer()
155 if (buf_ptr_bytes_2 > 0) { in WebRtc_ReadBuffer()
159 memcpy(((char*) data) + buf_ptr_bytes_1, buf_ptr_2, buf_ptr_bytes_2); in WebRtc_ReadBuffer()