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

  /frameworks/ex/variablespeed/jni/
sola_time_scaler.cc 118 num_window_frames_ = nearbyint(sample_rate_ * window_duration_);
129 input_window_offset_ = num_window_frames_;
130 target_merge_offset_ = nearbyint(num_window_frames_ * ratio_);
135 input_window_offset_ = nearbyint(num_window_frames_ * speed_);
136 target_merge_offset_ = num_window_frames_;
142 max_frames_to_merge_ = max(num_window_frames_,
sola_time_scaler.h 141 int num_window_frames_; // window_duration_ expressed as frame count member in class:video_editing::SolaTimeScaler

Completed in 58 milliseconds