Searched refs:getSize (Results 76 - 100 of 349) sorted by relevance

1234567891011>>

/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
H A DGridTest.java70 public int getSize(int index) { method in class:GridTest.Provider
/frameworks/support/v4/java/android/support/v4/widget/
H A DSpace.java62 int specSize = MeasureSpec.getSize(measureSpec);
/frameworks/av/media/img_utils/src/
H A DTiffIfd.cpp120 valueOffset += mEntries[i]->getSize();
124 uint32_t footer = (mNextIfd != NULL) ? offset + getSize() : 0;
136 if (mEntries[i]->getSize() > OFFSET_SIZE) {
141 size_t actual = mEntries[i]->getSize();
148 assert(out->getCurrentOffset() == offset + getSize());
153 size_t TiffIfd::getSize() const { function in class:android::img_utils::TiffIfd
158 total += mEntries[i]->getSize();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java357 public abstract int getSize(); method in class:BackingStore.Backing
476 public int getSize() { method in class:BackingStore.ObjectBacking
565 public int getSize() { method in class:BackingStore.BitmapBacking
627 ByteBuffer pixels = ByteBuffer.allocateDirect(getSize());
672 public int getSize() { method in class:BackingStore.TextureBacking
753 float[] floats = new float[getSize() / 4];
789 public int getSize() { method in class:BackingStore.ByteBufferBacking
846 ByteBuffer pixels = ByteBuffer.allocateDirect(getSize());
862 bytes = new byte[getSize()];
902 public int getSize() { method in class:BackingStore.AllocationBacking
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegProcessor.cpp116 (mCaptureHeap->getSize() < static_cast<size_t>(maxJpegSize)) ||
117 (mCaptureHeap->getSize() >
123 if (mCaptureHeap->getSize() == 0) {
130 __FUNCTION__, mId, mCaptureHeap->getSize(), maxJpegSize);
280 size_t heapSize = mCaptureHeap->getSize();
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp125 status_t MediaHTTP::getSize(off64_t *size) { function in class:android::MediaHTTP
134 mCachedSize = mHTTPConnection->getSize();
/frameworks/base/libs/hwui/
H A DPixelBuffer.cpp108 glBufferData(GL_PIXEL_UNPACK_BUFFER, getSize(), nullptr, GL_DYNAMIC_DRAW);
119 mMappedPointer = (uint8_t*) glMapBufferRange(GL_PIXEL_UNPACK_BUFFER, 0, getSize(), mode);
H A DPixelBuffer.h143 uint32_t getSize() const { function in class:android::uirenderer::PixelBuffer
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h209 Size getSize(Relocation::Type pType) const;
224 Size getSize(Relocation::Type pType) const;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h137 Size getSize(Relocation::Type pType) const;
201 Size getSize(Relocation::Type pType) const;
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
H A DSessionMap.h76 int getSize() { function in class:android::SessionMap
/frameworks/av/media/libmedia/
H A DMidiIoWrapper.cpp55 if (mDataSource->getSize(&l) == OK) {
/frameworks/av/media/libstagefright/
H A DDataURISource.cpp103 status_t DataURISource::getSize(off64_t *size) { function in class:android::DataURISource
H A DMediaExtractor.cpp87 virtual status_t getSize(off64_t* size);
124 status_t RemoteDataSource::getSize(off64_t* size) { function in class:android::RemoteDataSource
125 return mSource->getSize(size);
/frameworks/av/media/libstagefright/include/
H A DHevcUtils.h89 size_t getSize(size_t index);
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DDumpCommand.java98 display.getSize(size);
/frameworks/base/core/java/android/print/
H A DPageRange.java106 public int getSize() { method in class:PageRange
/frameworks/base/core/java/android/text/style/
H A DDynamicDrawableSpan.java74 public int getSize(Paint paint, CharSequence text, method in class:DynamicDrawableSpan
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java150 public int getSize() { method in class:FrameFormat
190 return 4211 ^ mBaseType ^ mBytesPerSample ^ getSize();
436 && getSize() == format.getSize()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DResizingSpace.java81 int specSize = MeasureSpec.getSize(measureSpec);
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocator.h100 /// getSize - get the size of a relocation in bit
101 virtual Size getSize(Type pType) const = 0;
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.h78 Size getSize(Relocation::Type pType) const;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h94 Size getSize(Relocation::Type pType) const;
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DReplacementDrawableSpan.java45 public int getSize(Paint paint, CharSequence text, int i, int i2, Paint.FontMetricsInt fm) { method in class:ReplacementDrawableSpan
/frameworks/base/core/java/android/text/
H A DAutoText.java120 public static int getSize(View view) { method in class:AutoText
122 return getInstance(view).getSize();
128 private int getSize() { method in class:AutoText

Completed in 847 milliseconds

1234567891011>>