Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/
Dblocker.cc42 size_t dst_start_index) { in CopyFrames() argument
44 memcpy(&dst[i][dst_start_index], in CopyFrames()
46 num_frames * sizeof(dst[i][dst_start_index])); in CopyFrames()
56 size_t dst_start_index) { in MoveFrames() argument
58 memmove(&dst[i][dst_start_index], in MoveFrames()
60 num_frames * sizeof(dst[i][dst_start_index])); in MoveFrames()