Searched refs:GetNextBlock (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_unittest.cc | 161 opus_encoder_, speech_data_.GetNextBlock(), opus_decoder_, in TestDtxEffect() 362 EncodeDecode(opus_encoder_, speech_data_.GetNextBlock(), in TEST_P() 421 EncodeDecode(opus_encoder_, speech_data_.GetNextBlock(), in TEST_P() 563 EncodeDecode(opus_encoder_, speech_data_.GetNextBlock(), in TEST_P() 590 auto speech_block = speech_data_.GetNextBlock(); in TEST_P() 602 speech_block = speech_data_.GetNextBlock(); in TEST_P() 644 auto speech_block = speech_data_.GetNextBlock(); in TEST_P()
|
/external/v8/src/debug/ |
D | debug-coverage.cc | 168 CoverageBlock& GetNextBlock() { in GetNextBlock() function in v8::internal::__anon12d68c6f0211::CoverageBlockIterator 187 return HasNext() && GetNextBlock().start < GetParent().end; in HasSiblingOrChild() 193 return GetNextBlock(); in GetSiblingOrChild() 241 CoverageBlock& next_block = iter.GetNextBlock(); in MergeDuplicateSingletons() 260 CoverageBlock& next_block = iter.GetNextBlock(); in MergeDuplicateRanges() 352 DCHECK_IMPLIES(iter.HasNext(), iter.GetNextBlock().start != block.start); in FilterAliasedSingletons()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
D | neteq_performance_test.cc | 66 auto input_samples = audio_loop.GetNextBlock(); in Run() 97 input_samples = audio_loop.GetNextBlock(); in Run()
|
D | audio_loop.h | 46 rtc::ArrayView<const int16_t> GetNextBlock();
|
D | audio_loop.cc | 46 rtc::ArrayView<const int16_t> AudioLoop::GetNextBlock() { in GetNextBlock() function in webrtc::test::AudioLoop
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | audio_coding_module_unittest_oldapi.cc | 670 memcpy(input_frame_.data_, audio_loop_.GetNextBlock().data(), in InsertAudio() 795 isac_encoder_->Encode(input_timestamp, audio_loop_.GetNextBlock(), in CbReceiveImpl()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq_unittest.cc | 1046 auto block = input.GetNextBlock(); in CheckBgn()
|