Searched refs:mMinSegmentLengthFrames (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/tools/permute/
H A Dpermute.c57 unsigned mMinSegmentLengthFrames; member in struct:__anon1847
84 if ((frameLength <= s->mMinSegmentLengthFrames*2) || (segmentBudget <= 1)) {
93 unsigned slop = frameLength - s->mMinSegmentLengthFrames*2;
99 unsigned leftLength = s->mMinSegmentLengthFrames + cut;
101 unsigned rightLength = s->mMinSegmentLengthFrames + (slop - cut);
214 s.mMinSegmentLengthFrames = minSegmentLengthSeconds * sfinfo_in.samplerate;
215 if (s.mMinSegmentLengthFrames <= 0)
216 s.mMinSegmentLengthFrames = 1;

Completed in 1576 milliseconds