Searched refs:totalSize (Results 26 - 37 of 37) sorted by relevance

12

/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp542 size_t totalSize = 0;; local
544 totalSize += page->mLace[i];
559 return sizeof(header) + page->mNumSegments + totalSize;
H A DMediaCodec.cpp1290 size_t totalSize = 0; local
1293 totalSize += portDesc->bufferAt(i)->capacity();
1297 if (totalSize) {
1298 mDealer = new MemoryDealer(totalSize, "MediaCodec");
H A DACodec.cpp811 size_t totalSize = def.nBufferCountActual * bufSize; local
812 mDealer[portIndex] = new MemoryDealer(totalSize, "ACodec");
1109 size_t totalSize = bufferCount * bufSize; local
1110 mDealer[kPortIndexOutput] = new MemoryDealer(totalSize, "ACodec");
H A DOMXCodec.cpp1664 size_t totalSize = def.nBufferCountActual * def.nBufferSize; local
1665 mDealer[portIndex] = new MemoryDealer(totalSize, "OMXCodec");
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp794 size_t totalSize = 0; local
838 size_t auSize = 4 * nals.size() + totalSize;
923 totalSize += nalSize;
/frameworks/base/core/jni/
H A Dandroid_hardware_SoundTrigger.cpp693 size_t totalSize = sizeof(struct sound_trigger_recognition_config) + dataSize; local
695 new MemoryDealer(totalSize, "SoundTrigge-JNI::StartRecognition");
699 sp<IMemory> memory = memoryDealer->allocate(totalSize);
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp240 size_t totalSize = kBufferCountActual * bufferSize; local
242 mDealer[portIndex] = new MemoryDealer(totalSize, "MediaFilter");
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp134 if (header.totalSize != bytesRead) {
135 ALOGW("read_snapshot_file length mismatch: header.totalSize=%d bytesRead=%d\n",
136 header.totalSize, bytesRead);
H A DResourceTypes.cpp1477 const uint32_t totalSize = dtohl(next->header.size); local
1502 if ((totalSize-headerSize) < minExtSize) {
1506 (int)(totalSize-headerSize), (int)minExtSize);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java2047 * @param totalSize The total size of RecyclerView in the scroll direction.
2055 int totalSize, long msSinceStartScroll) {
2053 interpolateOutOfBoundsScroll(RecyclerView recyclerView, int viewSize, int viewSizeOutOfBounds, int totalSize, long msSinceStartScroll) argument
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java4271 int totalSize = mResult.get();
4273 Slog.v(TAG, "Got preflight response; size=" + totalSize);
4276 result = mTransport.checkFullBackupSize(totalSize);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 277 milliseconds

12