Searched refs:Frequency (Results 1 – 14 of 14) sorted by relevance
124 LVM_UINT16 Frequency = pFilterDefinition->Frequency; in LVEQNB_SinglePrecCoefs() local140 T0 = Frequency * LVEQNB_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */ in LVEQNB_SinglePrecCoefs()
145 fc = (LVM_UINT32)pParams->pBandDefinition[i].Frequency; /* Get the band centre frequency */ in LVEQNB_SetFilters()292 if ((pInstance->pBandDefinitions[i].Frequency != in LVEQNB_Control()293 pParams->pBandDefinition[i].Frequency) || in LVEQNB_Control()
34 public Frequency[] frequencies;37 public static class Frequency { class in CpuProfile132 cluster.frequencies = new Frequency[speeds.length]; in build()134 final Frequency freq = cluster.frequencies[j] = new Frequency(); in build()
439 LVM_FLOAT Frequency = (LVM_FLOAT)(pFilterParams->CenterFrequency); in LVPSA_BPSinglePrecCoefs() local445 T0 = Frequency * LVPSA_Float_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */ in LVPSA_BPSinglePrecCoefs()549 LVM_FLOAT Frequency = (LVM_FLOAT)(pFilterParams->CenterFrequency); in LVPSA_BPDoublePrecCoefs() local555 T0 = Frequency * LVPSA_Float_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */ in LVPSA_BPDoublePrecCoefs()
198 LVM_UINT16 Frequency; /* Band centre frequency in Hz */ member
135 if (((pParams->pEQNB_BandDefinition[i].Frequency < LVM_EQNB_MIN_BAND_FREQ) || in LVM_SetControlParameters()136 (pParams->pEQNB_BandDefinition[i].Frequency > LVM_EQNB_MAX_BAND_FREQ)) || in LVM_SetControlParameters()411 if ((pParams->pEQNB_BandDefinition[ii].Frequency >= in LVM_SetHeadroom()413 (pParams->pEQNB_BandDefinition[ii].Frequency <= in LVM_SetHeadroom()
9 S - DDR Frequency, 1017 MHz
194 LVM_UINT16 Frequency; /* Band centre frequency in Hz */ member
467 freqs.push_back((int32_t)params.pEQNB_BandDefinition[i].Frequency * 1000); in getEqualizerCenterFreqs()495 params.pEQNB_BandDefinition[i].Frequency = lvm::kPresetsFrequencies[i]; in updateControlParameter()674 tempDefs[i].Frequency = lvm::kPresetsFrequencies[i]; in getDefaultEqualizerBandDefs()
280 BandDefs[i].Frequency = EQNB_5BandPresetsFrequencies[i]; in LvmBundle_init()431 BandDefs[i].Frequency = EQNB_5BandPresetsFrequencies[i]; in lvmControl()
155 public @interface Frequency {} annotation in WifiEntry543 @Frequency
552 BandDefs[i].Frequency = EQNB_5BandPresetsFrequencies[i]; in LvmBundle_init()698 ActiveParams.pEQNB_BandDefinition[i].Frequency = EQNB_5BandPresetsFrequencies[i]; in EqualizerUpdateActiveParams()1426 int32_t Frequency = 0; in EqualizerGetCentreFrequency() local1437 Frequency = (int32_t)BandDef[band].Frequency * 1000; // Convert to millibels in EqualizerGetCentreFrequency()1441 return Frequency; in EqualizerGetCentreFrequency()
279 // Frequency range284 // Frequency range is below 1GHz.287 // Frequency range is between 1GHz and 3GHz.290 // Frequency range is between 3GHz and 6GHz.293 // Frequency range is above 6GHz (millimeter wave frequency).