Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module_impl.cc363 int AudioCodingModuleImpl::PreprocessToAddData(const AudioFrame& in_frame, in PreprocessToAddData() argument
366 const bool resample = in_frame.sample_rate_hz_ != enc->SampleRateHz(); in PreprocessToAddData()
372 const bool down_mix = in_frame.num_channels_ == 2 && enc->NumChannels() == 1; in PreprocessToAddData()
375 expected_in_ts_ = in_frame.timestamp_; in PreprocessToAddData()
376 expected_codec_ts_ = in_frame.timestamp_; in PreprocessToAddData()
378 } else if (in_frame.timestamp_ != expected_in_ts_) { in PreprocessToAddData()
381 (in_frame.timestamp_ - expected_in_ts_) * in PreprocessToAddData()
383 static_cast<double>(in_frame.sample_rate_hz_)); in PreprocessToAddData()
384 expected_in_ts_ = in_frame.timestamp_; in PreprocessToAddData()
390 expected_in_ts_ += static_cast<uint32_t>(in_frame.samples_per_channel_); in PreprocessToAddData()
[all …]
Daudio_coding_module_impl.h235 int PreprocessToAddData(const AudioFrame& in_frame,
/external/webrtc/webrtc/common_video/libyuv/
Dscaler_unittest.cc313 VideoFrame in_frame, out_frame; in ComputeAvgSequencePSNR() local
315 in_frame.CreateEmptyFrame(width, height, width, half_width, half_width); in ComputeAvgSequencePSNR()
326 required_size, kVideoRotation_0, &in_frame)); in ComputeAvgSequencePSNR()
329 double psnr = I420PSNR(&in_frame, &out_frame); in ComputeAvgSequencePSNR()
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc1193 TaggedNode(const Node* t_node, FrameState* in_frame, int64 in_iter, in TaggedNode()
1196 input_frame = in_frame; in TaggedNode()