Searched defs:SyncBuffer (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dsync_buffer.h20 class SyncBuffer : public AudioMultiVector { class in namespace:webrtc
22 SyncBuffer(size_t channels, size_t length) function in class:webrtc::SyncBuffer
28 virtual ~SyncBuffer() {}
33 // Adds the contents of |append_this| to the back of the SyncBuffer. Removes
34 // the same number of samples from the beginning of the SyncBuffer, to
40 // the same number of samples from the end of the SyncBuffer, to
48 // the SyncBuffer is kept constant, which means that the last |length|
52 // Overwrites each channel in this SyncBuffer with values taken from
55 // channel. The size of the SyncBuffer is kept constant. That is, if |length|
57 // end of the current SyncBuffer, th
[all...]

Completed in 1201 milliseconds