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

  /frameworks/ex/variablespeed/jni/
sola_time_scaler.cc 125 half_overlap_frames_ = num_overlap_frames_ >> 1;
276 int merge_offset = min(output_merge_cnt, half_overlap_frames_);
283 for (int i = 0; i <= half_overlap_frames_; ++i) {
341 if (output_merge_cnt < half_overlap_frames_) {
344 output_advance -= half_overlap_frames_;
sola_time_scaler.h 143 int half_overlap_frames_; // half of the overlap member in class:video_editing::SolaTimeScaler

Completed in 198 milliseconds