Searched refs:totalCount (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DAAVCAssembler.cpp216 size_t totalCount = 1; local
228 ALOGV("sequence length %zu", totalCount);
251 for (size_t i = 0; i <= totalCount; ++i) {
261 ++totalCount;
294 for (size_t i = 0; i < totalCount; ++i) {
297 ALOGV("piece #%zu/%zu", i + 1, totalCount);
/frameworks/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/
H A DHistogramPredictor.java123 int totalCount = 0;
132 // Note that totalCount also neglect app with single occurrence.
136 totalCount += count;
139 if (totalCount < MINIMAL_FEATURE_VALUE_COUNTS) {
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp995 int totalCount = 0; local
1011 totalCount++;
1036 totalCount = count;
1042 totalCount += count;
1074 totalCount = count;
1077 totalCount += count;
1115 totalCount = count;
1118 totalCount += count;
1127 totalCount = count;
1133 totalCount
[all...]
/frameworks/base/media/java/android/media/
H A DAudioService.java2662 public int totalCount() { method in class:AudioService.ScoClient
2675 if (totalCount() == 0) {

Completed in 171 milliseconds