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.cpp357 dumpState->mTimestampVerifier.discontinuity(); in onWork()
514 dumpState->mTimestampVerifier.add( in onWork()
539 dumpState->mTimestampVerifier.error(); in onWork()
DFastMixerDumpState.cpp76 dprintf(fd, " FastMixer Timestamp stats: %s\n", mTimestampVerifier.toString().c_str()); in dump()
DThreads.cpp589 mTimestampVerifier.discontinuity(); in sendIoConfigEvent_l()
874 dprintf(fd, " Timestamp stats: %s\n", mTimestampVerifier.toString().c_str()); in dumpBase_l()
1733 const int64_t nstats = mTimestampVerifier.getN() - mLastRecordedTimestampVerifierN; in sendStatistics()
1746 mLastRecordedTimestampVerifierN = mTimestampVerifier.getN(); in sendStatistics()
1773 const auto tsjitter = mTimestampVerifier.getJitterMs(); in sendStatistics()
2628 mTimestampVerifier.discontinuity(); in resetDraining()
3328 mTimestampVerifier.setDiscontinuityMode(mTimestampVerifier.DISCONTINUITY_MODE_ZERO); in threadLoop()
3412 mTimestampVerifier.discontinuity(); in threadLoop()
3414 mTimestampVerifier.add(timestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL], in threadLoop()
3422 auto correctedTimestamp = mTimestampVerifier.getLastCorrectedTimestamp(); in threadLoop()
[all …]
DThreads.h577 int64_t /* frame count */, int64_t /* time ns */> mTimestampVerifier; variable