Searched defs:totalSize (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/av/media/libstagefright/rtsp/
H A DAH263Assembler.cpp159 size_t totalSize = 0; local
164 totalSize += unit->size();
168 sp<ABuffer> accessUnit = new ABuffer(totalSize);
H A DARTPAssembler.cpp77 size_t totalSize = 0; local
81 totalSize += (*it)->size() + 7;
84 sp<ABuffer> accessUnit = new ABuffer(totalSize);
124 size_t totalSize = 0; local
127 totalSize += (*it)->size();
130 sp<ABuffer> accessUnit = new ABuffer(totalSize);
H A DAAMRAssembler.cpp152 size_t totalSize = 0; local
177 totalSize += getFrameSize(mIsWide, (toc >> 3) & 0x0f);
186 sp<ABuffer> accessUnit = new ABuffer(totalSize);
H A DAAVCAssembler.cpp215 size_t totalSize = size - 2; local
260 totalSize += size - 2;
283 // Leave room for the header. So far totalSize did not include the
285 ++totalSize;
287 sp<ABuffer> unit = new ABuffer(totalSize);
308 unit->setRange(0, totalSize);
322 size_t totalSize = 0; local
325 totalSize += 4 + (*it)->size();
328 sp<ABuffer> accessUnit = new ABuffer(totalSize);
/frameworks/base/include/androidfw/
H A DBackupHelpers.h42 int totalSize; member in struct:android::SnapshotHeader
/frameworks/base/libs/hwui/
H A DGpuMemoryTracker.cpp42 int totalSize = 0; member in struct:android::uirenderer::TypeStats
52 gObjectStats[static_cast<int>(mType)].totalSize += delta;
96 stream << " is using " << SizePrinter{stats.totalSize};
107 return gObjectStats[static_cast<int>(type)].totalSize;
116 ATRACE_INT(buf, stats.totalSize);
/frameworks/av/media/libmedia/
H A DICrypto.cpp126 size_t totalSize = 0; local
128 totalSize += subSamples[i].mNumBytesOfEncryptedData;
129 totalSize += subSamples[i].mNumBytesOfClearData;
132 data.writeInt32(totalSize);
295 size_t totalSize = data.readInt32(); local
323 dstPtr = malloc(totalSize);
345 if (overflow || sumSubsampleSizes != totalSize) {
347 } else if (totalSize > sharedBuffer->size()) {
349 } else if ((size_t)offset > sharedBuffer->size() - totalSize) {
371 CHECK_LE(result, static_cast<ssize_t>(totalSize));
[all...]
/frameworks/base/tools/aapt2/
H A DStringPool.cpp325 const size_t totalSize = encodedLengthUnits<char>(entry->value.size()) local
329 char* data = out->nextBlock<char>(totalSize);
338 const size_t totalSize = encodedLengthUnits<char16_t>(entry->value.size()) local
341 char16_t* data = out->nextBlock<char16_t>(totalSize);
/frameworks/av/media/img_utils/src/
H A DTiffWriter.cpp69 uint32_t totalSize = getTotalSize(); local
76 if (mNamedIfds[i]->setStripOffset(totalSize) != OK) {
80 totalSize += stripSize;
81 WORD_ALIGN(totalSize);
82 offsetVector.add(mNamedIfds.keyAt(i), totalSize);
372 uint32_t totalSize = FILE_HEADER_SIZE; local
375 totalSize += ifd->getSize();
378 return totalSize;
H A DDngUtils.cpp247 uint32_t totalSize = NUMBER_INT_ARGS * sizeof(uint32_t) + NUMBER_DOUBLE_ARGS * sizeof(double) + local
250 err = mEndianOut.write(&totalSize, 0, 1);
350 uint32_t totalSize = (NUMBER_CENTER_ARGS + NUMBER_COEFFS) * sizeof(double) + sizeof(uint32_t); local
352 err = mEndianOut.write(&totalSize, 0, 1);
403 uint32_t totalSize = (NUM_NON_VARLEN_FIELDS + badPointCount * SIZE_OF_POINT + local
405 err = mEndianOut.write(&totalSize, 0, 1);
/frameworks/av/media/libstagefright/
H A DWAVExtractor.cpp151 size_t totalSize = U32_LE_AT(&header[4]); local
154 size_t remainingSize = totalSize;
H A DNuCachedSource2.cpp48 size_t totalSize() const { function in struct:android::PageCache
339 mSource->reconnectAtOffset(mCacheOffset + mCache->totalSize());
363 mCacheOffset + mCache->totalSize(), page->mData, kPageSize);
419 if (mFetching && mCache->totalSize() >= mHighwaterThresholdBytes) {
492 && mCacheOffset + mCache->totalSize() - mLastAccessPos
510 ALOGI("restarting prefetcher, totalSize = %zu", mCache->totalSize());
527 && offset + size <= mCacheOffset + mCache->totalSize()) {
567 return mCacheOffset + mCache->totalSize();
583 off64_t lastBytePosCached = mCacheOffset + mCache->totalSize();
665 size_t totalSize = mCache->totalSize(); local
[all...]
H A DMediaCodec.cpp1358 size_t totalSize = 0; local
1361 totalSize += portDesc->bufferAt(i)->capacity();
1365 if (totalSize) {
1366 mDealer = new MemoryDealer(totalSize, "MediaCodec");
H A DOggExtractor.cpp545 size_t totalSize = 0;; local
547 totalSize += page->mLace[i];
562 return sizeof(header) + page->mNumSegments + totalSize;
H A DACodec.cpp852 size_t totalSize = def.nBufferCountActual * (alignedSize + alignedConvSize); local
853 mDealer[portIndex] = new MemoryDealer(totalSize, "ACodec");
1189 size_t totalSize = bufferCount * align(bufSize, MemoryDealer::getAllocationAlignment()); local
1190 mDealer[kPortIndexOutput] = new MemoryDealer(totalSize, "ACodec");
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp240 size_t totalSize = kBufferCountActual * bufferSize; local
242 mDealer[portIndex] = new MemoryDealer(totalSize, "MediaFilter");
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
H A DStorageMeasurement.java80 public long totalSize; field in class:StorageMeasurement.MeasurementDetails
398 details.totalSize = file.getTotalSpace();
/frameworks/av/media/libstagefright/webm/
H A DWebmElement.cpp40 int64_t voidSize(int64_t totalSize) { argument
41 if (totalSize < 2) {
44 if (totalSize < 9) {
45 return totalSize - 2;
47 return totalSize - 9;
54 total += (*it)->totalSize();
100 uint64_t WebmElement::totalSize() { function in class:android::WebmElement
107 size = totalSize();
115 size = totalSize();
216 EbmlVoid::EbmlVoid(uint64_t totalSize) argument
[all...]
H A DWebmWriter.cpp309 uint64_t cuesSize = cues->totalSize();
329 uint64_t totalSize = ::lseek(mFd, 0, SEEK_END); local
330 uint64_t segmentSize = totalSize - mSegmentDataStart;
/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp502 size_t totalSize = 0; local
504 iterateOverNativeFiles(env, apkHandle, javaCpuAbi, sumFiles, &totalSize);
506 return totalSize;
H A Dandroid_hardware_SoundTrigger.cpp713 size_t totalSize = sizeof(struct sound_trigger_recognition_config) + dataSize; local
715 new MemoryDealer(totalSize, "SoundTrigge-JNI::StartRecognition");
719 sp<IMemory> memory = memoryDealer->allocate(totalSize);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp795 size_t totalSize = 0; local
839 size_t auSize = 4 * nals.size() + totalSize;
924 totalSize += nalSize;
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java1173 private int calculateTranslate(int start, int startSize, int totalSize, float scale) { argument
1187 int scaleFromEdge = Math.round((totalSize - totalSize * scale) / 2);
1193 int blankSize = Math.round((totalSize * scale - startSize) / 2);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java2123 * @param totalSize The total size of RecyclerView in the scroll direction.
2130 int totalSize, long msSinceStartScroll) {
2128 interpolateOutOfBoundsScroll(RecyclerView recyclerView, int viewSize, int viewSizeOutOfBounds, int totalSize, long msSinceStartScroll) argument
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1479 const uint32_t totalSize = dtohl(next->header.size); local
1504 if ((totalSize-headerSize) < minExtSize) {
1508 (int)(totalSize-headerSize), (int)minExtSize);

Completed in 632 milliseconds

12