MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / GetStats

Method GetStats

sources/base/SoundCaptureResult.cpp:352–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352bool SoundCaptureResult::GetStats(uint32_t& scaledAverage, uint32_t& currentMax, ColorRgb& averageColor, ColorRgb* fastColor, ColorRgb* slowColor)
353{
354 scaledAverage = _scaledAverage;
355 averageColor = mtWorking._averageColor;
356 currentMax = _currentMax;
357 if (fastColor != NULL)
358 *fastColor = mtWorking._fastColor;
359 if (slowColor != NULL)
360 *slowColor = mtWorking._slowColor;
361 return _validData;
362}
363
364uint32_t SoundCaptureResult::getResultIndex()
365{

Callers 12

getImageMethod · 0.80
getImageMethod · 0.80
getImageMethod · 0.80
getImageMethod · 0.80
getImageMethod · 0.80
getImageMethod · 0.80
getImageMethod · 0.80
getImageMethod · 0.80
getImageMethod · 0.80
getImageMethod · 0.80
getImageMethod · 0.80
getImageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected