Home | History | Annotate | Download | only in androidfw

Lines Matching refs:split

516         ssize_t split = findSampleNoLaterThan(batch, sampleTime);
517 if (split < 0) {
521 result = consumeSamples(factory, batch, split + 1, outSeq, outEvent);