Home
last modified time | relevance | path

Searched refs:freqIndex (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/bt/embdrv/sbc/decoder/srce/
H A Ddecoder-private.c102 frame->freqIndex = (d1 & (BIT7 | BIT6)) >> 6; in OI_SBC_ReadHeader()
103 frame->frequency = freq_values[frame->freqIndex]; in OI_SBC_ReadHeader()
H A Dbitalloc.c156 offset = offset4[common->frameInfo.freqIndex]; in computeBitneed()
158 offset = offset8[common->frameInfo.freqIndex]; in computeBitneed()
H A Ddecoder-oina.c77 context->common.frameInfo.freqIndex = frequency; in OI_CODEC_SBC_DecoderConfigureRaw()
H A Dframing.c239 frame->frequency = freq_values[frame->freqIndex]; in OI_SBC_ExpandFrameFields()
/aosp12/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DStatsPullAtomService.java1672 for (int freqIndex = 0; freqIndex < timesMs.length; ++freqIndex) {
1673 int cluster = freqsClusters[freqIndex];
1674 int freq = (int) freqs[freqIndex];
1675 long timeMs = timesMs[freqIndex];
1730 for (int freqIndex = 0; freqIndex < freqs.length; ++freqIndex, ++freqClusterIndex) {
1737 freqsPowers[freqIndex] =
1764 for (int freqIndex = 0; freqIndex < cpuFreqTimeMs.length; ++freqIndex) {
1825 for (int freqIndex = 0; freqIndex < cpuFreqTimeMs.length; ++freqIndex) {
1826 aggCpuFreqTimeMs[freqIndex] += cpuFreqTimeMs[freqIndex];
1834 for (int freqIndex = 0; freqIndex < aggCpuFreqTimeMs.length; ++freqIndex) {
[all …]
/aosp12/system/bt/embdrv/sbc/decoder/include/
H A Doi_codec_sbc.h163 uint8_t freqIndex; member
/aosp12/frameworks/av/media/extractors/mp4/
H A DMPEG4Extractor.cpp4822 uint32_t freqIndex = br.getBits(4); in updateAudioTrackInfoFromESDS_MPEG4Audio() local
4826 if (freqIndex == 15) { in updateAudioTrackInfoFromESDS_MPEG4Audio()
4834 if (freqIndex == 13 || freqIndex == 14) { in updateAudioTrackInfoFromESDS_MPEG4Audio()
4838 sampleRate = kSamplingRate[freqIndex]; in updateAudioTrackInfoFromESDS_MPEG4Audio()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java13754 int freqIndex = 0;
13774 (cpuFreqTimeMs[freqIndex] * 1000 * WAKE_LOCK_WEIGHT) / 100;
13776 (cpuFreqTimeMs[freqIndex] * 1000 - appAllocationUs);
13778 appAllocationUs = cpuFreqTimeMs[freqIndex] * 1000;
13786 freqIndex++;