Searched defs:getMaxSize (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/libs/hwui/
H A DFboCache.cpp44 uint32_t FboCache::getMaxSize() { function in class:android::uirenderer::FboCache
H A DRenderBufferCache.cpp65 uint32_t RenderBufferCache::getMaxSize() { function in class:android::uirenderer::RenderBufferCache
H A DTextDropShadowCache.cpp118 uint32_t TextDropShadowCache::getMaxSize() { function in class:android::uirenderer::TextDropShadowCache
H A DTextureCache.cpp58 uint32_t TextureCache::getMaxSize() { function in class:android::uirenderer::TextureCache
H A DGradientCache.cpp90 uint32_t GradientCache::getMaxSize() { function in class:android::uirenderer::GradientCache
H A DPatchCache.h62 uint32_t getMaxSize() const { return mMaxSize; } function in class:android::uirenderer::PatchCache
H A DPathCache.cpp203 uint32_t PathCache::getMaxSize() { function in class:android::uirenderer::PathCache
H A DTessellationCache.cpp308 uint32_t TessellationCache::getMaxSize() { function in class:android::uirenderer::TessellationCache
/frameworks/base/core/java/android/util/
H A DMemoryIntArray.java65 * more than {@link #getMaxSize()}.
237 public static int getMaxSize() { method in class:MemoryIntArray
/frameworks/base/libs/hwui/renderstate/
H A DOffscreenBufferPool.h110 uint32_t getMaxSize() { return mMaxSize; } function in class:android::uirenderer::OffscreenBufferPool
/frameworks/base/core/java/android/nfc/tech/
H A DNdef.java226 public int getMaxSize() { method in class:Ndef
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2ReprocessCaptureTest.java228 Size maxInputSize = getMaxSize(inputFormat, StaticMetadata.StreamDirection.Input);
230 getMaxSize(reprocessOutputFormat, StaticMetadata.StreamDirection.Output);
1109 private Size getMaxSize(int format, StaticMetadata.StreamDirection direction) { method in class:Camera2ReprocessCaptureTest
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java1193 public static Size getMaxSize(Size... sizes) { method in class:CameraTestUtils
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp937 Size maxJpegSize = getMaxSize(getAvailableJpegSizes());
1227 fastInfo.maxJpegSize = getMaxSize(getAvailableJpegSizes());
2982 Parameters::Size Parameters::getMaxSize(const Vector<Parameters::Size> &sizes) { function in class:android::camera2::Parameters

Completed in 215 milliseconds