Searched defs:BufferStats (Results 1 – 3 of 3) sorted by relevance
59 struct BufferStats { struct60 bool mIsValid;61 uint16_t mPeakU16; // the positive peak of the absolute value of the samples in a buffer62 float mRmsSquared; // the average square of the samples in a buffer
82 struct BufferStats { struct104 BufferStats mPastMeasurements[MEASUREMENT_WINDOW_MAX_SIZE_IN_BUFFERS]; argument
234 struct BufferStats { struct235 int64_t mEmptyBufferTimeUs;236 int64_t mFillBufferDoneTimeUs;