Home
last modified time | relevance | path

Searched refs:frames_to_fill (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/media/base/
Daudio_splicer.cc146 int frames_to_fill = 0; in AddInput() local
148 frames_to_fill = output_timestamp_helper_.GetFramesToTarget(timestamp); in AddInput()
150 if (frames_to_fill == 0 || std::abs(frames_to_fill) < kMinGapSize) { in AddInput()
155 if (frames_to_fill > 0) { in AddInput()
165 frames_to_fill, in AddInput()
183 const int frames_to_skip = -frames_to_fill; in AddInput()