Lines Matching defs:FastMixerDumpState
64 struct FastMixerDumpState : FastThreadDumpState { struct
70 double mLatencyMs = 0.; // measured latency, default of 0 if no valid timestamp read.
71 uint32_t mWriteSequence; // incremented before and after each write()
72 uint32_t mFramesWritten; // total number of frames written successfully
73 uint32_t mNumTracks; // total number of active fast tracks
74 uint32_t mWriteErrors; // total number of write() errors
75 uint32_t mSampleRate;
76 size_t mFrameCount;
77 uint32_t mTrackMask; // mask of active tracks
78 FastTrackDump mTracks[FastMixerState::kMaxFastTracks];
81 TimestampVerifier<int64_t /* frame count */, int64_t /* time ns */> mTimestampVerifier;