Searched refs:mMinSegmentLengthFrames (Results 1 – 1 of 1) sorted by relevance
57 unsigned mMinSegmentLengthFrames; member84 if ((frameLength <= s->mMinSegmentLengthFrames*2) || (segmentBudget <= 1)) { in split()93 unsigned slop = frameLength - s->mMinSegmentLengthFrames*2; in split()99 unsigned leftLength = s->mMinSegmentLengthFrames + cut; in split()101 unsigned rightLength = s->mMinSegmentLengthFrames + (slop - cut); in split()214 s.mMinSegmentLengthFrames = minSegmentLengthSeconds * sfinfo_in.samplerate; in permute()215 if (s.mMinSegmentLengthFrames <= 0) in permute()216 s.mMinSegmentLengthFrames = 1; in permute()