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.cpp6519 float filter, float newValue, float currentValue, float thresholdValue) {
6520 float newDistance = fabs(newValue - thresholdValue);
6522 float oldDistance = fabs(currentValue - thresholdValue);
6518 hasMovedNearerToValueWithinFilteredRange( float filter, float newValue, float currentValue, float thresholdValue) argument

Completed in 116 milliseconds