Home
last modified time | relevance | path

Searched defs:BufferStats (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/visualizer/aidl/
DVisualizerContext.h59 struct BufferStats { struct
60 bool mIsValid;
61 uint16_t mPeakU16; // the positive peak of the absolute value of the samples in a buffer
62 float mRmsSquared; // the average square of the samples in a buffer
/frameworks/av/media/libeffects/visualizer/
DEffectVisualizer.cpp82 struct BufferStats { struct
104 BufferStats mPastMeasurements[MEASUREMENT_WINDOW_MAX_SIZE_IN_BUFFERS]; argument
/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h234 struct BufferStats { struct
235 int64_t mEmptyBufferTimeUs;
236 int64_t mFillBufferDoneTimeUs;