/external/webrtc/webrtc/modules/audio_coding/neteq/ |
comfort_noise.h | 22 class SyncBuffer; 36 SyncBuffer* sync_buffer) 55 // SyncBuffer object provided in the constructor. 67 SyncBuffer* sync_buffer_;
|
comfort_noise_unittest.cc | 24 SyncBuffer sync_buffer(1, 1000);
|
sync_buffer.cc | 19 size_t SyncBuffer::FutureLength() const { 23 void SyncBuffer::PushBack(const AudioMultiVector& append_this) { 40 void SyncBuffer::PushFrontZeros(size_t length) { 44 void SyncBuffer::InsertZerosAtIndex(size_t length, size_t position) { 61 void SyncBuffer::ReplaceAtIndex(const AudioMultiVector& insert_this, 69 void SyncBuffer::ReplaceAtIndex(const AudioMultiVector& insert_this, 74 size_t SyncBuffer::GetNextAudioInterleaved(size_t requested_len, 86 void SyncBuffer::IncreaseEndTimestamp(uint32_t increment) { 90 void SyncBuffer::Flush() { 97 void SyncBuffer::set_next_index(size_t value) [all...] |
merge_unittest.cc | 30 SyncBuffer sync_buffer(1, 1000);
|
sync_buffer_unittest.cc | 17 TEST(SyncBuffer, CreateAndDestroy) { 18 // Create a SyncBuffer with two channels and 10 samples each. 21 SyncBuffer sync_buffer(kChannels, kLen); 34 TEST(SyncBuffer, SetNextIndex) { 35 // Create a SyncBuffer with two channels and 100 samples each. 38 SyncBuffer sync_buffer(kChannels, kLen); 50 TEST(SyncBuffer, PushBackAndFlush) { 51 // Create a SyncBuffer with two channels and 100 samples each. 54 SyncBuffer sync_buffer(kChannels, kLen); 90 TEST(SyncBuffer, PushFrontZeros) [all...] |
expand.h | 27 class SyncBuffer; 36 SyncBuffer* sync_buffer, 92 SyncBuffer* const sync_buffer_; 151 SyncBuffer* sync_buffer,
|
merge.h | 24 class SyncBuffer; 39 SyncBuffer* sync_buffer); 94 SyncBuffer* sync_buffer_;
|
sync_buffer.h | 20 class SyncBuffer : public AudioMultiVector { 22 SyncBuffer(size_t channels, size_t length) 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 is not extended) [all...] |
decision_logic.h | 27 class SyncBuffer; 76 Operations GetDecision(const SyncBuffer& sync_buffer, 135 virtual Operations GetDecisionSpecialized(const SyncBuffer& sync_buffer,
|
decision_logic_fax.h | 47 Operations GetDecisionSpecialized(const SyncBuffer& sync_buffer,
|
decision_logic_normal.h | 51 Operations GetDecisionSpecialized(const SyncBuffer& sync_buffer, 62 const SyncBuffer& sync_buffer,
|
normal_unittest.cc | 38 SyncBuffer sync_buffer(1, 1000); 52 SyncBuffer sync_buffer(1, 1000); 98 SyncBuffer sync_buffer(channels, 1000);
|
expand_unittest.cc | 31 SyncBuffer sync_buffer(1, 1000); 41 SyncBuffer sync_buffer(1, 1000); 64 // This is the same size that is given to the SyncBuffer object in NetEq. 105 SyncBuffer sync_buffer_;
|
decision_logic_fax.cc | 23 const SyncBuffer& sync_buffer,
|
decision_logic_normal.cc | 28 const SyncBuffer& sync_buffer, 150 const SyncBuffer& sync_buffer,
|
neteq_impl.h | 51 class SyncBuffer; 197 const SyncBuffer* sync_buffer_for_test() const; 367 rtc::scoped_ptr<SyncBuffer> sync_buffer_ GUARDED_BY(crit_sect_);
|
decision_logic.cc | 105 Operations DecisionLogic::GetDecision(const SyncBuffer& sync_buffer,
|
merge.cc | 30 SyncBuffer* sync_buffer)
|
expand.cc | 30 SyncBuffer* sync_buffer, [all...] |
neteq_impl.cc | 443 const SyncBuffer* NetEqImpl::sync_buffer_for_test() const { [all...] |
neteq_impl_unittest.cc | 493 const SyncBuffer* sync_buffer = neteq_->sync_buffer_for_test(); [all...] |
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/ |
mock_expand.h | 23 SyncBuffer* sync_buffer, 56 SyncBuffer* sync_buffer,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
usbcamdi.h | 157 PVOID SyncBuffer, 169 PVOID SyncBuffer,
|