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

  /external/webrtc/src/modules/audio_processing/utility/
ring_buffer.c 146 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 43 milliseconds