Lines Matching refs:getN
553 const unsigned n = mWcStats.getN(); in sample()
1124 if (mProcessTimeMs.getN() > 0) { in dumpBase_l()
1128 if (mIoJitterMs.getN() > 0) { in dumpBase_l()
1134 if (mLatencyMs.getN() > 0) { in dumpBase_l()
1140 if (mMonopipePipeDepthStats.getN() > 0) { in dumpBase_l()
2039 const int64_t nstats = mTimestampVerifier.getN() - mLastRecordedTimestampVerifierN; in sendStatistics()
2052 mLastRecordedTimestampVerifierN = mTimestampVerifier.getN(); in sendStatistics()
2071 if (mIoJitterMs.getN() > 0) { in sendStatistics()
2075 if (mProcessTimeMs.getN() > 0) { in sendStatistics()
2080 if (tsjitter.getN() > 0) { in sendStatistics()
2084 if (mLatencyMs.getN() > 0) { in sendStatistics()
2088 if (mMonopipePipeDepthStats.getN() > 0) { in sendStatistics()
4701 if (mDownstreamLatencyStatMs.getN() > 0) { // we have latency info. in collectTimestamps_l()