Searched refs:downmixed_capture (Results 1 – 1 of 1) sorted by relevance
68 std::array<float, kBlockSize> downmixed_capture; in EstimateDelay() local69 capture_mixer_.ProduceOutput(capture, downmixed_capture); in EstimateDelay()70 capture_decimator_.Decimate(downmixed_capture, downsampled_capture); in EstimateDelay()