Home
last modified time | relevance | path

Searched refs:thresholdValue (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
DVideoEditorBGAudioProcessing.cpp282 M4OSA_Int32 thresholdValue) { in isThresholdBreached() argument
290 return (totalValue / storeCount > thresholdValue); in isThresholdBreached()
DVideoEditorBGAudioProcessing.h96 M4OSA_Int32 storeCount, M4OSA_Int32 thresholdValue);
/frameworks/av/libvideoeditor/vss/src/
DM4VSS3GPP_AudioMixing.c79 M4OSA_Int32 thresholdValue );
4121 M4OSA_Int32 storeCount, M4OSA_Int32 thresholdValue ) in M4VSS3GPP_isThresholdBreached() argument
4133 if( finalValue > thresholdValue ) in M4VSS3GPP_isThresholdBreached()
/frameworks/base/services/input/
DInputReader.h1804 float newValue, float currentValue, float thresholdValue);
DInputReader.cpp6519 float filter, float newValue, float currentValue, float thresholdValue) { in hasMovedNearerToValueWithinFilteredRange() argument
6520 float newDistance = fabs(newValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()
6522 float oldDistance = fabs(currentValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()