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

/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalTypes.h712 M4OSA_Float duckingFactor ; /**< multiply by this factor to bring member in struct:__anon263
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_AudioMixing.c3488 if( pC->duckingFactor
3493 pC->duckingFactor -= (pC->InDucking_lowVolume);
3497 pC->duckingFactor = pC->InDucking_lowVolume;
3502 if( pC->duckingFactor < 1.0 ) // FADE IN BG Track
3506 pC->duckingFactor += (pC->InDucking_lowVolume);
3510 pC->duckingFactor = 1.0;
3528 *pPCMdata2 = (M4OSA_Int16)(( *pPCMdata2) * (pC->duckingFactor));

Completed in 775 milliseconds