/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | sync_buffer_unittest.cc | 21 SyncBuffer sync_buffer(kChannels, kLen); in TEST() local 22 EXPECT_EQ(kChannels, sync_buffer.Channels()); in TEST() 23 EXPECT_EQ(kLen, sync_buffer.Size()); in TEST() 25 EXPECT_EQ(kLen, sync_buffer.next_index()); in TEST() 29 EXPECT_EQ(0, sync_buffer[channel][i]); in TEST() 38 SyncBuffer sync_buffer(kChannels, kLen); in TEST() local 39 sync_buffer.set_next_index(0); in TEST() 40 EXPECT_EQ(0u, sync_buffer.next_index()); in TEST() 41 sync_buffer.set_next_index(kLen / 2); in TEST() 42 EXPECT_EQ(kLen / 2, sync_buffer.next_index()); in TEST() [all …]
|
D | normal_unittest.cc | 38 SyncBuffer sync_buffer(1, 1000); in TEST() local 41 Expand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, channels); in TEST() 52 SyncBuffer sync_buffer(1, 1000); in TEST() local 55 MockExpand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, in TEST() 98 SyncBuffer sync_buffer(channels, 1000); in TEST() local 101 MockExpand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, in TEST()
|
D | merge_unittest.cc | 30 SyncBuffer sync_buffer(1, 1000); in TEST() local 33 Expand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, channels); in TEST() 34 Merge merge(fs, channels, &expand, &sync_buffer); in TEST()
|
D | decision_logic_normal.cc | 28 const SyncBuffer& sync_buffer, in GetDecisionSpecialized() argument 45 uint32_t target_timestamp = sync_buffer.end_timestamp(); in GetDecisionSpecialized() 77 return FuturePacketAvailable(sync_buffer, expand, decoder_frame_length, in GetDecisionSpecialized() 150 const SyncBuffer& sync_buffer, in FuturePacketAvailable() argument 176 sync_buffer.FutureLength() - expand.overlap_length(); in FuturePacketAvailable()
|
D | expand_unittest.cc | 31 SyncBuffer sync_buffer(1, 1000); in TEST() local 34 Expand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, channels); in TEST() 41 SyncBuffer sync_buffer(1, 1000); in TEST() local 45 Expand* expand = expand_factory.Create(&bgn, &sync_buffer, &random_vector, in TEST()
|
D | comfort_noise_unittest.cc | 24 SyncBuffer sync_buffer(1, 1000); in TEST() local 25 ComfortNoise cn(fs, &db, &sync_buffer); in TEST()
|
D | decision_logic.cc | 105 Operations DecisionLogic::GetDecision(const SyncBuffer& sync_buffer, in GetDecision() argument 127 sync_buffer.FutureLength() - expand.overlap_length(); in GetDecision() 140 return GetDecisionSpecialized(sync_buffer, expand, decoder_frame_length, in GetDecision()
|
D | comfort_noise.h | 36 SyncBuffer* sync_buffer) in ComfortNoise() argument 41 sync_buffer_(sync_buffer), in ComfortNoise()
|
D | decision_logic_fax.cc | 23 const SyncBuffer& sync_buffer, in GetDecisionSpecialized() argument 31 uint32_t target_timestamp = sync_buffer.end_timestamp(); in GetDecisionSpecialized()
|
D | decision_logic_normal.h | 51 Operations GetDecisionSpecialized(const SyncBuffer& sync_buffer, 62 const SyncBuffer& sync_buffer,
|
D | decision_logic.h | 76 Operations GetDecision(const SyncBuffer& sync_buffer, 135 virtual Operations GetDecisionSpecialized(const SyncBuffer& sync_buffer,
|
D | expand.h | 36 SyncBuffer* sync_buffer, 151 SyncBuffer* sync_buffer,
|
D | decision_logic_fax.h | 47 Operations GetDecisionSpecialized(const SyncBuffer& sync_buffer,
|
D | neteq.gypi | 120 'sync_buffer.cc', 121 'sync_buffer.h',
|
D | merge.h | 39 SyncBuffer* sync_buffer);
|
D | background_noise.h | 41 void Update(const AudioMultiVector& sync_buffer,
|
D | merge.cc | 30 SyncBuffer* sync_buffer) in Merge() argument 36 sync_buffer_(sync_buffer), in Merge()
|
D | expand.cc | 30 SyncBuffer* sync_buffer, in Expand() argument 36 sync_buffer_(sync_buffer), in Expand() 848 SyncBuffer* sync_buffer, in Create() argument 853 return new Expand(background_noise, sync_buffer, random_vector, statistics, in Create()
|
D | neteq_impl_unittest.cc | 493 const SyncBuffer* sync_buffer = neteq_->sync_buffer_for_test(); in TEST_F() local 494 ASSERT_TRUE(sync_buffer != NULL); in TEST_F() 496 sync_buffer->end_timestamp()); in TEST_F() 501 sync_buffer->FutureLength()); in TEST_F()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/ |
D | mock_expand.h | 23 SyncBuffer* sync_buffer, in MockExpand() argument 29 sync_buffer, in MockExpand() 56 SyncBuffer* sync_buffer,
|
/external/webrtc/webrtc/modules/audio_coding/ |
D | BUILD.gn | 826 "neteq/sync_buffer.cc", 827 "neteq/sync_buffer.h",
|