OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAudVolArrIndex
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
VideoEditorBGAudioProcessing.cpp
27
mAudVolArrIndex
= 0;
96
mAudioVolumeArray[
mAudVolArrIndex
] = getDecibelSound(peakDbValue);
99
if (
mAudVolArrIndex
>= kProcessingWindowSize - 1) {
101
mAudioVolumeArray,
mAudVolArrIndex
, mDucking_threshold);
103
mAudVolArrIndex
= 0;
105
mAudVolArrIndex
++;
216
mAudVolArrIndex
= 0;
VideoEditorBGAudioProcessing.h
87
M4OSA_Int32
mAudVolArrIndex
;
Completed in 256 milliseconds