Home
last modified time | relevance | path

Searched refs:GetNextBlock (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_unittest.cc161 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/
Ddebug-coverage.cc168 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/
Dneteq_performance_test.cc66 auto input_samples = audio_loop.GetNextBlock(); in Run()
97 input_samples = audio_loop.GetNextBlock(); in Run()
Daudio_loop.h46 rtc::ArrayView<const int16_t> GetNextBlock();
Daudio_loop.cc46 rtc::ArrayView<const int16_t> AudioLoop::GetNextBlock() { in GetNextBlock() function in webrtc::test::AudioLoop
/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module_unittest_oldapi.cc670 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/
Dneteq_unittest.cc1046 auto block = input.GetNextBlock(); in CheckBgn()