Searched refs:bitCount (Results 1 – 13 of 13) sorted by relevance
60 final int bitsForConfidenceLevel = Utils.bitCount( in testHotwordDetectedResult_totalSize()62 final int bitsForHotwordOffsetMillis = Utils.bitCount(Utils.LIMIT_HOTWORD_OFFSET_MAX_VALUE); in testHotwordDetectedResult_totalSize()63 final int bitsForHotwordDurationMillis = Utils.bitCount( in testHotwordDetectedResult_totalSize()65 final int bitsForAudioChannel = Utils.bitCount(Utils.LIMIT_AUDIO_CHANNEL_MAX_VALUE); in testHotwordDetectedResult_totalSize()67 final int bitsForScore = Utils.bitCount(HotwordDetectedResult.getMaxScore()); in testHotwordDetectedResult_totalSize()68 final int bitsForPersonalizedScore = Utils.bitCount(HotwordDetectedResult.getMaxScore()); in testHotwordDetectedResult_totalSize()69 final int bitsForHotwordPhraseId = Utils.bitCount(Integer.MAX_VALUE); in testHotwordDetectedResult_totalSize()70 final int bitsForBackgroundAudioPower = Utils.bitCount( in testHotwordDetectedResult_totalSize()
272 return Integer.bitCount(a ^ b) == Integer.bitCount(b) - Integer.bitCount(a); in subsetOf()301 /*expected*/ pair[1], /*actual*/ Integer.bitCount(pair[0])); in testChannelMasks()
237 int channelCount = Long.bitCount(mask); in testOutputChannelMasks()281 int channelCount = Long.bitCount(mask); in testInputChannelMasksPreQ()335 int channelCount = Long.bitCount(mask); in testInputChannelMasksPostQ()
85 * Integer.bitCount(CHANNEL_MASK)
1665 final int channelCount = Integer.bitCount(testConf); in playOnceStaticData()1815 final int channelCount = Integer.bitCount(testConf); in playOnceStreamData()
135 final int channels = Integer.bitCount(channelMask); in packMask()158 final int channels = Integer.bitCount(channelMask); in maskArray()172 final int channels = Integer.bitCount(channelMask); in maskArray()186 final int channels = Integer.bitCount(channelMask); in maskArray()
90 return mChannelCount != 0 ? mChannelCount : Integer.bitCount(mChannelMask); in calcChannelCount()
32 return Integer.bitCount(chanConfig & ~0x80000000); in countIndexChannels()
468 public static int bitCount(long value) { in bitCount() method in Utils
443 int totalModifiers = Integer.bitCount(mask); in Accessor()
715 final int frameSizeInBytes = Integer.bitCount(channelConfig) in getAudioTrack()
340 mNumOfCaps = Integer.bitCount(filterTypes); in DemuxFilterTypeInfo()
339 mNumOfCaps = Integer.bitCount(filterTypes); in DemuxFilterTypeInfo()