HomeSort by relevance Sort by last modified time
    Searched refs:peakDbValue (Results 1 - 2 of 2) sorted by null

  /frameworks/av/libvideoeditor/lvpp/
VideoEditorBGAudioProcessing.cpp 79 M4OSA_Int32 peakDbValue = 0;
86 peakDbValue = previousDbValue > pPCM16Sample[loopIndex] ?
88 previousDbValue = peakDbValue;
90 peakDbValue = previousDbValue > -pPCM16Sample[loopIndex] ?
92 previousDbValue = peakDbValue;
96 mAudioVolumeArray[mAudVolArrIndex] = getDecibelSound(peakDbValue);
  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_AudioMixing.c     [all...]

Completed in 573 milliseconds