Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:totalCount

2745     int64_t totalCount = 1;
2749 totalCount += it->sampleCount;
2751 CHECK_EQ(totalCount, mNumSamples);
2788 int64_t totalCount = 1;
2792 totalCount += it->sampleCount;
2794 CHECK_EQ(totalCount, mNumSamples);