Home
last modified time | relevance | path

Searched refs:kNumChannels (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/chre/apps/wifi_offload/
H A Dchannel_histogram.cc33 ChannelHistogram::kNumChannels,
64 for (size_t i = 0; i < ChannelHistogram::kNumChannels; i++) { in GetChannelIndex()
71 return ChannelHistogram::kNumChannels; in GetChannelIndex()
87 if (index == kNumChannels) { in GetChannelScanCount()
111 if (index == kNumChannels) { in IncrementScanCountForFrequency()
128 if (index == kNumChannels) { in IncrementScanCountForChannelForTest()
152 uint8_t lowResScanCount[kNumChannels]; in Serialize()
153 for (size_t i = 0; i < kNumChannels; i++) { in Serialize()
156 return builder->CreateVector(lowResScanCount, kNumChannels); in Serialize()
161 if (fbs_scan_count.size() != kNumChannels) { in Deserialize()
[all …]
/aosp12/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
H A Dchannel_histogram.h32 static constexpr uint8_t kNumChannels = 69;
60 uint32_t scan_count_internal_high_res_[kNumChannels];
/aosp12/frameworks/av/cmds/stagefright/
H A Drecord.cpp274 const int32_t kNumChannels = 2; in main() local
275 sp<MediaSource> audioSource = new SineSource(kSampleRate, kNumChannels); in main()
292 encMeta->setInt32("channel-count", kNumChannels); in main()