Searched refs:fwd_frame_ (Results 1 – 4 of 4) sorted by relevance
207 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()
89 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()
84 fwd_frame_.CopyFrom(*in_buf_); in PrepareProcessStreamCall()
203 Int16Frame fwd_frame_; variable