Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:mSeq

1740     mSeq(-1),
1744 CHECK(meta->findInt32("discontinuitySeq", &mSeq));
1784 return t0.mSeq < t1.mSeq
1785 || (t0.mSeq == t1.mSeq && t0.mTimeUs < t1.mTimeUs);