Home
last modified time | relevance | path

Searched refs:Frequency (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Eq/src/
DLVEQNB_CalcCoef.c94 LVM_UINT16 Frequency = pFilterDefinition->Frequency; in LVEQNB_DoublePrecCoefs() local
117 T0 = (LVM_INT32)Frequency * LVEQNB_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */ in LVEQNB_DoublePrecCoefs()
224 LVM_UINT16 Frequency = pFilterDefinition->Frequency; in LVEQNB_SinglePrecCoefs() local
248 T0 = (LVM_INT32)Frequency * LVEQNB_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */ in LVEQNB_SinglePrecCoefs()
DLVEQNB_Control.c158 … fc = (LVM_UINT32)pParams->pBandDefinition[i].Frequency; /* Get the band centre frequency */ in LVEQNB_SetFilters()
378 … if((pInstance->pBandDefinitions[i].Frequency != pParams->pBandDefinition[i].Frequency )|| in LVEQNB_Control()
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Control.c493 LVM_UINT16 Frequency = pFilterParams->CenterFrequency; in LVPSA_BPSinglePrecCoefs() local
500 T0 = (LVM_INT32)Frequency * LVPSA_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */ in LVPSA_BPSinglePrecCoefs()
615 LVM_UINT16 Frequency = pFilterParams->CenterFrequency; in LVPSA_BPDoublePrecCoefs() local
622 T0 = (LVM_INT32)Frequency * LVPSA_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */ in LVPSA_BPDoublePrecCoefs()
/frameworks/av/libvideoeditor/vss/mcs/src/
DM4MCS_API.c4006 pC->AudioEncParams.Frequency = M4ENCODER_k8000Hz; in M4MCS_setOutputParams()
4018 pC->AudioEncParams.Frequency = M4ENCODER_k16000Hz; in M4MCS_setOutputParams()
4023 pC->AudioEncParams.Frequency = M4ENCODER_k8000Hz; in M4MCS_setOutputParams()
4027 pC->AudioEncParams.Frequency = M4ENCODER_k16000Hz; in M4MCS_setOutputParams()
4031 pC->AudioEncParams.Frequency = M4ENCODER_k22050Hz; in M4MCS_setOutputParams()
4035 pC->AudioEncParams.Frequency = M4ENCODER_k24000Hz; in M4MCS_setOutputParams()
4039 pC->AudioEncParams.Frequency = M4ENCODER_k32000Hz; in M4MCS_setOutputParams()
4043 pC->AudioEncParams.Frequency = M4ENCODER_k44100Hz; in M4MCS_setOutputParams()
4047 pC->AudioEncParams.Frequency = M4ENCODER_k48000Hz; in M4MCS_setOutputParams()
4081 pC->AudioEncParams.Frequency = M4ENCODER_k16000Hz; in M4MCS_setOutputParams()
[all …]
/frameworks/av/libvideoeditor/vss/src/
DM4VSS3GPP_EditAudio.c1873 pC_ewc->AudioEncParams.Frequency = M4ENCODER_k8000Hz; in M4VSS3GPP_intCreateAudioEncoder()
1890 pC_ewc->AudioEncParams.Frequency = M4ENCODER_k8000Hz; in M4VSS3GPP_intCreateAudioEncoder()
1894 pC_ewc->AudioEncParams.Frequency = M4ENCODER_k16000Hz; in M4VSS3GPP_intCreateAudioEncoder()
1898 pC_ewc->AudioEncParams.Frequency = M4ENCODER_k22050Hz; in M4VSS3GPP_intCreateAudioEncoder()
1902 pC_ewc->AudioEncParams.Frequency = M4ENCODER_k24000Hz; in M4VSS3GPP_intCreateAudioEncoder()
1906 pC_ewc->AudioEncParams.Frequency = M4ENCODER_k32000Hz; in M4VSS3GPP_intCreateAudioEncoder()
1910 pC_ewc->AudioEncParams.Frequency = M4ENCODER_k44100Hz; in M4VSS3GPP_intCreateAudioEncoder()
1914 pC_ewc->AudioEncParams.Frequency = M4ENCODER_k48000Hz; in M4VSS3GPP_intCreateAudioEncoder()
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Control.c141 if(((pParams->pEQNB_BandDefinition[i].Frequency < LVM_EQNB_MIN_BAND_FREQ) || in LVM_SetControlParameters()
142 (pParams->pEQNB_BandDefinition[i].Frequency > LVM_EQNB_MAX_BAND_FREQ)) || in LVM_SetControlParameters()
457 …if((pParams->pEQNB_BandDefinition[ii].Frequency >= pInstance->HeadroomParams.pHeadroomDefinition[j… in LVM_SetHeadroom()
458 …(pParams->pEQNB_BandDefinition[ii].Frequency <= pInstance->HeadroomParams.pHeadroomDefinition[jj].… in LVM_SetHeadroom()
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
DVideoEditorAudioEncoder.cpp370 pParams->Frequency, pParams->ChannelNum, pParams->Bitrate, in VideoEditorAudioEncoder_open()
374 pEncoderContext->mCodecParams->Frequency = pParams->Frequency; in VideoEditorAudioEncoder_open()
408 (int32_t)pEncoderContext->mCodecParams->Frequency); in VideoEditorAudioEncoder_open()
/frameworks/av/media/libeffects/lvm/lib/Eq/lib/
DLVEQNB.h246 LVM_UINT16 Frequency; /* Band centre frequency in Hz */ member
/frameworks/av/libvideoeditor/vss/common/inc/
DM4ENCODER_AudioCommon.h186 M4ENCODER_SamplingFrequency Frequency; /**< the sampling frequency */ member
/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
DLVM.h247 LVM_UINT16 Frequency; /* Band centre frequency in Hz */ member
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp627 BandDefs[i].Frequency = EQNB_5BandPresetsFrequencies[i]; in LvmBundle_init()
1228 ActiveParams.pEQNB_BandDefinition[i].Frequency = EQNB_5BandPresetsFrequencies[i]; in EqualizerLimitBandLevels()
1323 int32_t Frequency =0; in EqualizerGetCentreFrequency() local
1335 Frequency = (int32_t)BandDef[band].Frequency*1000; // Convert to millibels in EqualizerGetCentreFrequency()
1339 return Frequency; in EqualizerGetCentreFrequency()