Searched refs:in_frame (Results 1 – 3 of 3) sorted by relevance
151 int PreprocessToAddData(const AudioFrame& in_frame,420 int AudioCodingModuleImpl::PreprocessToAddData(const AudioFrame& in_frame, in PreprocessToAddData() argument423 in_frame.sample_rate_hz_ != encoder_stack_->SampleRateHz(); in PreprocessToAddData()430 in_frame.num_channels_ == 2 && encoder_stack_->NumChannels() == 1; in PreprocessToAddData()433 expected_in_ts_ = in_frame.timestamp_; in PreprocessToAddData()434 expected_codec_ts_ = in_frame.timestamp_; in PreprocessToAddData()436 } else if (in_frame.timestamp_ != expected_in_ts_) { in PreprocessToAddData()437 RTC_LOG(LS_WARNING) << "Unexpected input timestamp: " << in_frame.timestamp_ in PreprocessToAddData()440 (in_frame.timestamp_ - expected_in_ts_) * in PreprocessToAddData()443 static_cast<double>(in_frame.sample_rate_hz_)); in PreprocessToAddData()[all …]
30 const uint8_t* in_frame, uint8_t* out_frame);
69 TaggedNode(const NodeItem* node_item, FrameState* in_frame, in TaggedNode()72 input_frame(in_frame), in TaggedNode()