Searched defs:total (Results 1 - 25 of 37) sorted by relevance

12

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dcontrast.cpp34 float total = 0; local
41 total += lumArray[i];
43 const float avg = total / numPixels;
/frameworks/av/media/libnbaio/
H A DAudioBufferProviderSource.cpp82 ssize_t AudioBufferProviderSource::readVia(readVia_t via, size_t total, void *user, size_t block) argument
91 ALOG_ASSERT(accumulator <= total);
92 size_t count = total - accumulator;
H A DNBAIO.cpp64 ssize_t NBAIO_Sink::writeVia(writeVia_t via, size_t total, void *user, size_t block) argument
78 while (accumulator < total) {
79 size_t count = total - accumulator;
100 ssize_t NBAIO_Source::readVia(readVia_t via, size_t total, void *user, size_t block) argument
114 while (accumulator < total) {
115 size_t count = total - accumulator;
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffEntryImpl.h97 uint32_t total = getActualSize();
98 WORD_ALIGN(total)
99 return (total <= OFFSET_SIZE) ? 0 : total;
104 uint32_t total = sizeof(T) * mCount;
107 total <<= 1;
109 return total;
196 uint32_t total = 0; local
198 total += mData[i]->getSize();
200 return total;
[all...]
/frameworks/base/libs/hwui/
H A DCaches.cpp167 uint32_t total = 0; local
168 log.appendFormat("Current memory usage / total memory usage (bytes):\n");
184 log.appendFormat(" Layers total %8d (numLayers = %zu)\n",
186 total += memused;
207 total += textureCache.getSize();
208 total += renderBufferCache.getSize();
209 total += gradientCache.getSize();
210 total += pathCache.getSize();
211 total += tessellationCache.getSize();
212 total
[all...]
H A DShadowTessellator.cpp185 void ShadowTessellator::checkOverflow(int used, int total, const char* bufferName) { argument
186 LOG_ALWAYS_FATAL_IF(used > total, "Error: %s overflow!!! used %d, total %d",
187 bufferName, used, total);
H A DFontRenderer.cpp797 uint32_t total = cacheTexture->getPixelBuffer()->getSize(); local
798 log.appendFormat(" %-4s texture %d %8d / %8d\n", tag, i, total - free, total);
812 log.appendFormat(" FontRenderer total %8d / %8d\n", usedA8 + usedRGBA, sizeA8 + sizeRGBA);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DAppItem.java33 public long total; field in class:AppItem
46 total = parcel.readLong();
57 dest.writeLong(total);
69 comparison = Long.compare(another.total, total);
H A DUtils.java101 /** Formats the ratio of amount/total as a percentage. */
102 public static String formatPercentage(long amount, long total) { argument
103 return formatPercentage(((double) amount) / total);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
H A DVolumeLoader.java127 public void progress(int n, int total); argument
/frameworks/av/media/libstagefright/foundation/
H A DMediaBufferGroup.cpp49 size_t total = (augmented_size + alignment - 1) / alignment * alignment * buffers; local
50 sp<MemoryDealer> memoryDealer = new MemoryDealer(total, "MediaBufferGroup");
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseCursorTest.java264 int total; field in class:DatabaseCursorTest.TestObserver
269 total = total_;
275 if (total == count) {
/frameworks/native/libs/ui/
H A DGraphicBufferAllocator.cpp49 size_t total = 0; local
69 total += rec.size;
71 snprintf(buffer, SIZE, "Total allocated (estimate): %.2f KB\n", total/1024.0f);
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
H A DAAC_E_SAMPLES.c149 int total = 0; local
258 total += t2 - t1;
/frameworks/base/core/java/com/android/internal/util/
H A DArrayUtils.java239 public static long total(@Nullable long[] array) { method in class:ArrayUtils
240 long total = 0;
243 total += value;
246 return total;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
H A DCdmaSmsTest.java865 private static SmsHeader getConcatUserDataHeader(int index, int total) { argument
869 concatRef.msgCount = total;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBLAS.cpp688 int32_t total = 0; local
697 total += mult_as_int;
701 ((((total + c_offset) * c_mult_int) + (1 << (c_shift - 1)))
/frameworks/av/media/img_utils/src/
H A DTiffIfd.cpp155 uint32_t total = calculateIfdSize(size); local
156 WORD_ALIGN(total);
158 total += mEntries[i]->getSize();
160 return total;
356 uint32_t total = 0; local
358 total += byteCounts[i];
360 return total;
/frameworks/rs/
H A DrsElement.cpp76 size_t total = 0; local
78 total += mFields[ct].e->mBits * mFields[ct].arraySize;
80 return total;
88 size_t total = 0; local
90 total += mFields[ct].e->mBitsUnpadded * mFields[ct].arraySize;
92 return total;
/frameworks/av/media/libmedia/
H A DAudioTrackShared.cpp115 struct timespec total; // total elapsed time spent waiting local
116 total.tv_sec = 0;
117 total.tv_nsec = 0;
118 bool measure = elapsed != NULL; // whether to measure total elapsed time spent waiting
252 if (!measure || requested->tv_sec < total.tv_sec ||
253 (requested->tv_sec == total.tv_sec && requested->tv_nsec <= total.tv_nsec)) {
257 remaining.tv_sec = requested->tv_sec - total.tv_sec;
258 if ((remaining.tv_nsec = requested->tv_nsec - total
416 struct timespec total; // total elapsed time spent waiting local
[all...]
/frameworks/av/media/libstagefright/webm/
H A DWebmElement.cpp51 uint64_t total = 0; local
54 total += (*it)->totalSize();
56 return total;
/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp158 size_t* total = (size_t*) arg; local
165 *total += static_cast<size_t>(uncompLen);
/frameworks/wilhelm/tests/sandbox/
H A Dplaybq.c119 sf_count_t total = 0; local
153 total += actual;
156 if ((total & 0xFF00) == 0xFF00) {
H A Dplaybq.cpp119 sf_count_t total = 0; local
153 total += actual;
156 if ((total & 0xFF00) == 0xFF00) {
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp1003 int total,
1009 if (total % components != 0) {
1012 components, total);
1017 float* data_cpy = new float[total];
1018 memcpy(data_cpy, data, sizeof(float) * total);
1001 SetAttributeValues(ProgramVar var, const float* data, int total, int components) argument

Completed in 9435 milliseconds

12