HomeSort by relevance Sort by last modified time
    Searched refs:overlap_duration_ (Results 1 - 2 of 2) sorted by null

  /frameworks/ex/variablespeed/jni/
sola_time_scaler.cc 91 overlap_duration_ = overlap_duration;
122 overlap_duration_ = min(overlap_duration_, window_duration_ / 2.0);
123 num_overlap_frames_ = nearbyint(sample_rate_ * overlap_duration_);
sola_time_scaler.h 136 double overlap_duration_; // the maximum slip for correlating windows member in class:video_editing::SolaTimeScaler
142 int num_overlap_frames_; // overlap_duration_ expressed as frame count

Completed in 715 milliseconds