Searched defs:energy (Results 1 – 6 of 6) sorted by relevance
55 void PowerLogBase::processEnergy(size_t frames, float energy, int64_t nowNs) { in processEnergy()100 const float energy = mEntries[idx].second; in dumpToString() local153 const float energy = mEntries[idx].second; in dumpToString() local237 const float energy = audio_utils_compute_energy_mono(buffer, mFormat, in log() local
65 float energy = powf(10.f, mel / 10.0f); in melToCsd() local
150 inline void energy(const void *amplitudes, size_t size, size_t numChannels, float* out) in energy() function
276 for (auto& energy: mCurrentChannelEnergy) { in getCombinedChannelEnergy_l() local
116 static inline float audio_utils_power_from_energy(float energy) in audio_utils_power_from_energy()
151 auto energy(const C& c) { in energy() function