Searched refs:WINDOW_SIZE (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalTypes.h59 #define WINDOW_SIZE 10 macro
709 M4OSA_Int32 audioVolumeArray[WINDOW_SIZE]; // store peak audio vol. level
710 // for duration for WINDOW_SIZE
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_AudioMixing.c3461 /* WINDOW_SIZE is 10 by default and check for threshold is done after 10 cycles */
3462 if( pC->audVolArrIndex >= WINDOW_SIZE - 1 )

Completed in 1411 milliseconds