Searched refs:totalCount (Results 1 – 5 of 5) sorted by relevance
216 size_t totalCount = 1; in addFragmentedNALUnit() local228 ALOGV("sequence length %zu", totalCount); in addFragmentedNALUnit()251 for (size_t i = 0; i <= totalCount; ++i) { in addFragmentedNALUnit()261 ++totalCount; in addFragmentedNALUnit()294 for (size_t i = 0; i < totalCount; ++i) { in addFragmentedNALUnit()297 ALOGV("piece #%zu/%zu", i + 1, totalCount); in addFragmentedNALUnit()
971 int totalCount = 0; in slurpFromArgs() local987 totalCount++; in slurpFromArgs()1012 totalCount = count; in slurpFromArgs()1018 totalCount += count; in slurpFromArgs()1050 totalCount = count; in slurpFromArgs()1053 totalCount += count; in slurpFromArgs()1091 totalCount = count; in slurpFromArgs()1094 totalCount += count; in slurpFromArgs()1103 totalCount = count; in slurpFromArgs()1109 totalCount = count; in slurpFromArgs()[all …]
123 int totalCount = 0; in getClassScores() local136 totalCount += count; in getClassScores()139 if (totalCount < MINIMAL_FEATURE_VALUE_COUNTS) { in getClassScores()
274 int totalCount = 0; in getCount() local278 totalCount += mAdapters.get(i).getCount(); in getCount()281 return totalCount; in getCount()
2859 public int totalCount() { in totalCount() method in AudioService.ScoClient2872 if (totalCount() == 0) { in requestScoState()