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

  /frameworks/ex/variablespeed/jni/
sola_time_scaler.cc 123 num_overlap_frames_ = nearbyint(sample_rate_ * overlap_duration_);
124 num_overlap_frames_ |= 1;
125 half_overlap_frames_ = num_overlap_frames_ >> 1;
143 target_merge_offset_ + (2 * num_overlap_frames_));
145 max_frames_to_merge_ + num_overlap_frames_ - target_merge_offset_;
278 if ((output_merge_cnt >= (2 * num_overlap_frames_)) &&
279 (input_count >= num_overlap_frames_)) {
286 num_overlap_frames_);
290 if (score == (num_overlap_frames_ * num_channels_)) {
297 num_overlap_frames_);
    [all...]
sola_time_scaler.h 142 int num_overlap_frames_; // overlap_duration_ expressed as frame count member in class:video_editing::SolaTimeScaler

Completed in 910 milliseconds