Home
last modified time | relevance | path

Searched refs:fwd_frame_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_processing/test/
Daudio_processing_simulator.cc207 fake_recording_device_.SimulateAnalogGain(fwd_frame_.data); in ProcessStream()
228 ap_->ProcessStream(fwd_frame_.data.data(), fwd_frame_.config, in ProcessStream()
229 fwd_frame_.config, fwd_frame_.data.data())); in ProcessStream()
231 fwd_frame_.CopyTo(out_buf_.get()); in ProcessStream()
336 fwd_frame_.SetFormat(input_sample_rate_hz, input_num_channels); in SetupBuffersConfigsOutputs()
Daec_dump_based_simulator.cc89 RTC_CHECK_EQ(sizeof(fwd_frame_.data[0]) * fwd_frame_.data.size(), in PrepareProcessStreamCall()
91 memcpy(fwd_frame_.data.data(), msg.input_data().data(), in PrepareProcessStreamCall()
116 int16_t* fwd_frame_data = fwd_frame_.data.data(); in PrepareProcessStreamCall()
170 bitexact_output_ = VerifyFixedBitExactness(msg, fwd_frame_); in VerifyProcessStreamBitExactness()
Dwav_based_simulator.cc84 fwd_frame_.CopyFrom(*in_buf_); in PrepareProcessStreamCall()
Daudio_processing_simulator.h203 Int16Frame fwd_frame_; variable