HomeSort by relevance Sort by last modified time
    Searched full:buf_ptr_bytes_1 (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/common_audio/
ring_buffer.c 127 size_t buf_ptr_bytes_1 = 0; local
132 &buf_ptr_bytes_1,
139 memcpy(data, buf_ptr_1, buf_ptr_bytes_1);
140 memcpy(((char*) data) + buf_ptr_bytes_1, buf_ptr_2, buf_ptr_bytes_2);
144 memcpy(data, buf_ptr_1, buf_ptr_bytes_1);

Completed in 42 milliseconds