Home
last modified time | relevance | path

Searched refs:storeCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
DVideoEditorBGAudioProcessing.cpp281 M4OSA_Int32 storeCount, in isThresholdBreached() argument
287 for (int i = 0; i < storeCount; ++i) { in isThresholdBreached()
290 return (totalValue / storeCount > thresholdValue); in isThresholdBreached()
DVideoEditorBGAudioProcessing.h96 M4OSA_Int32 storeCount, M4OSA_Int32 thresholdValue);
/frameworks/av/libvideoeditor/vss/src/
DM4VSS3GPP_AudioMixing.c78 M4OSA_Int32 storeCount,
4121 M4OSA_Int32 storeCount, M4OSA_Int32 thresholdValue ) in M4VSS3GPP_isThresholdBreached() argument
4127 for ( i = 0; i < storeCount; i++ ) in M4VSS3GPP_isThresholdBreached()
4130 finalValue = finalValue / storeCount; in M4VSS3GPP_isThresholdBreached()