Home
last modified time | relevance | path

Searched refs:mTimestampVerifier (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/audioflinger/
DFastMixerDumpState.h81 TimestampVerifier<int64_t /* frame count */, int64_t /* time ns */> mTimestampVerifier; member
DFastMixer.cpp356 dumpState->mTimestampVerifier.discontinuity(); in onWork()
513 dumpState->mTimestampVerifier.add( in onWork()
538 dumpState->mTimestampVerifier.error(); in onWork()
DFastMixerDumpState.cpp76 dprintf(fd, " FastMixer Timestamp stats: %s\n", mTimestampVerifier.toString().c_str()); in dump()
DThreads.cpp624 mTimestampVerifier.discontinuity(); in sendIoConfigEvent_l()
909 dprintf(fd, " Timestamp stats: %s\n", mTimestampVerifier.toString().c_str()); in dumpBase_l()
1772 const int64_t nstats = mTimestampVerifier.getN() - mLastRecordedTimestampVerifierN; in sendStatistics()
1785 mLastRecordedTimestampVerifierN = mTimestampVerifier.getN(); in sendStatistics()
1812 const auto tsjitter = mTimestampVerifier.getJitterMs(); in sendStatistics()
2711 mTimestampVerifier.discontinuity(); in resetDraining()
3442 mTimestampVerifier.setDiscontinuityMode(mTimestampVerifier.DISCONTINUITY_MODE_ZERO); in threadLoop()
3526 mTimestampVerifier.discontinuity(); in threadLoop()
3528 mTimestampVerifier.add(timestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL], in threadLoop()
3536 auto correctedTimestamp = mTimestampVerifier.getLastCorrectedTimestamp(); in threadLoop()
[all …]
DThreads.h592 int64_t /* frame count */, int64_t /* time ns */> mTimestampVerifier; variable