Home
last modified time | relevance | path

Searched refs:ProduceOutput (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/audio_processing/aec3/
Dalignment_mixer_unittest.cc71 am.ProduceOutput(x, y); in TEST()
91 am.ProduceOutput(x, y); in TEST()
139 am.ProduceOutput(x, y); in TEST()
170 am.ProduceOutput(x, y); in TEST()
Dalignment_mixer.h36 void ProduceOutput(rtc::ArrayView<const std::vector<float>> x,
Decho_path_delay_estimator.cc69 capture_mixer_.ProduceOutput(capture, downmixed_capture); in EstimateDelay()
Dalignment_mixer.cc66 void AlignmentMixer::ProduceOutput(rtc::ArrayView<const std::vector<float>> x, in ProduceOutput() function in webrtc::AlignmentMixer
Drender_delay_buffer.cc411 render_mixer_.ProduceOutput(b.buffer[b.write][0], downmixed_render); in InsertBlock()
/external/tensorflow/tensorflow/core/kernels/data/
Diterator_ops.cc826 ProduceOutput(ctx, done); in ComputeAsync()
847 ProduceOutput(ctx_done.first, ctx_done.second); in Init()
849 ProduceOutput(ctx, done); in Init()
915 void ProduceOutput(OpKernelContext* ctx, const DoneCallback& done) { in ProduceOutput() function in tensorflow::data::__anonadcc0d0f0711::OneShotIteratorOp