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

/external/webrtc/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
31 // Adds the contents of |append_this| to the back of the SyncBuffer. Removes
32 // the same number of samples from the beginning of the SyncBuffer, to
38 // the same number of samples from the end of the SyncBuffer, to
46 // the SyncBuffer is kept constant, which means that the last |length|
50 // Overwrites each channel in this SyncBuffer with values taken from
53 // channel. The size of the SyncBuffer is kept constant. That is, if |length|
55 // end of the current SyncBuffer, the buffer is not extended.
62 // the same constraints as above, that the SyncBuffer i
[all...]

Completed in 162 milliseconds