Searched defs:thresholdValue (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorBGAudioProcessing.cpp282 M4OSA_Int32 thresholdValue) {
290 return (totalValue / storeCount > thresholdValue);
279 isThresholdBreached( M4OSA_Int32* averageValue, M4OSA_Int32 storeCount, M4OSA_Int32 thresholdValue) argument
/frameworks/base/services/input/
H A DInputReader.cpp6355 float filter, float newValue, float currentValue, float thresholdValue) {
6356 float newDistance = fabs(newValue - thresholdValue);
6358 float oldDistance = fabs(currentValue - thresholdValue);
6354 hasMovedNearerToValueWithinFilteredRange( float filter, float newValue, float currentValue, float thresholdValue) argument

Completed in 610 milliseconds