Searched defs:getMaxSize (Results 1 - 15 of 15) sorted by path

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp894 Size maxJpegSize = getMaxSize(getAvailableJpegSizes());
2780 Parameters::Size Parameters::getMaxSize(const Vector<Parameters::Size> &sizes) { function in class:android::camera2::Parameters
/frameworks/base/core/java/android/nfc/tech/
H A DNdef.java226 public int getMaxSize() { method in class:Ndef
/frameworks/base/core/java/android/util/
H A DMemoryIntArray.java63 * more than {@link #getMaxSize()}.
241 public static int getMaxSize() { method in class:MemoryIntArray
/frameworks/base/libs/hwui/
H A DFboCache.cpp45 uint32_t FboCache::getMaxSize() { function in class:android::uirenderer::FboCache
H A DGradientCache.cpp88 uint32_t GradientCache::getMaxSize() { function in class:android::uirenderer::GradientCache
H A DLayerCache.cpp53 uint32_t LayerCache::getMaxSize() { function in class:android::uirenderer::LayerCache
H A DPatchCache.h67 uint32_t getMaxSize() const { function in class:android::uirenderer::PatchCache
H A DPathCache.cpp207 uint32_t PathCache::getMaxSize() { function in class:android::uirenderer::PathCache
H A DRenderBufferCache.cpp59 uint32_t RenderBufferCache::getMaxSize() { function in class:android::uirenderer::RenderBufferCache
H A DTessellationCache.cpp319 uint32_t TessellationCache::getMaxSize() { function in class:android::uirenderer::TessellationCache
H A DTextDropShadowCache.cpp119 uint32_t TextDropShadowCache::getMaxSize() { function in class:android::uirenderer::TextDropShadowCache
H A DTextureCache.cpp61 uint32_t TextureCache::getMaxSize() { function in class:android::uirenderer::TextureCache
/frameworks/base/libs/hwui/renderstate/
H A DOffscreenBufferPool.h108 uint32_t getMaxSize() { return mMaxSize; } function in class:android::uirenderer::OffscreenBufferPool
/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/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

Completed in 1118 milliseconds