HomeSort by relevance Sort by last modified time
    Searched full:frames_to_fill (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/media/base/
audio_splicer.cc 68 int frames_to_fill = 0; local
70 frames_to_fill = output_timestamp_helper_.GetFramesToTarget(timestamp);
72 if (frames_to_fill == 0 || std::abs(frames_to_fill) < min_gap_size_) {
77 if (frames_to_fill > 0) {
85 frames_to_fill,
87 output_timestamp_helper_.GetFrameDuration(frames_to_fill));
95 int frames_to_skip = -frames_to_fill;

Completed in 58 milliseconds