/aosp12/packages/apps/DevCamera/src/com/android/devcamera/ |
H A D | CameraDeviceReport.java | 168 Size[] sizes = map.getOutputSizes(formats[i]); in printCameraInfo() local 186 Size[] sizes = map.getInputSizes(formats[i]); in printCameraInfo() local 193 Size[] sizes = map.getOutputSizes(SurfaceHolder.class); in printCameraInfo() local 198 Size[] sizes = map.getOutputSizes(SurfaceTexture.class); in printCameraInfo() local 204 Size[] sizes = p.get(CameraCharacteristics.JPEG_AVAILABLE_THUMBNAIL_SIZES); in printCameraInfo() local 249 public static String sizesToString(Size[] sizes) { in sizesToString()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/settings/ |
H A D | ResolutionUtil.java | 88 public List<Size> sizes = new LinkedList<Size>(); field in ResolutionUtil.ResolutionBucket 132 …public static List<Size> getDisplayableSizesFromSupported(List<Size> sizes, boolean isBackCamera) { in getDisplayableSizesFromSupported() 184 private static List<Size> pickUpToThree(List<Size> sizes) { in pickUpToThree() 242 …private static List<ResolutionBucket> parseAvailableSizes(List<Size> sizes, boolean isBackCamera) { in parseAvailableSizes() 374 public static Size getLargestPictureSize(Rational desiredAspectRatio, List<Size> sizes) { in getLargestPictureSize() 429 public static List<Size> filterDisallowedListedSizes(List<Size> sizes, in filterDisallowedListedSizes()
|
H A D | CameraPictureSizesCacher.java | 44 public static void updateSizesForCamera(Context context, int cameraId, List<Size> sizes) { in updateSizesForCamera() 88 List<Size> sizes = Size.buildListFromCameraSizes(thisCamera.getParameters() in getSizesForCamera() local
|
H A D | ListPreferenceFiller.java | 29 public void fill(List<Size> sizes, ListPreference preference); in fill()
|
H A D | PictureSizeLoader.java | 126 List<Size> sizes; in computeSizesForCamera() local
|
/aosp12/bionic/benchmarks/ |
H A D | bionic_benchmarks.cpp | 240 char sizes[32] = { 0 }; in ParseOnebufManualStr() local 284 char sizes[32] = { 0 }; in ParseTwobufManualStr() local 462 static void SetArgs(const std::vector<int>& sizes, args_vector_t* args) { in SetArgs() 468 static void SetArgs(const std::vector<int>& sizes, int align, args_vector_t* args) { in SetArgs() 475 static void SetArgs(const std::vector<int>& sizes, int align1, int align2, args_vector_t* args) { in SetArgs() 481 static args_vector_t GetArgs(const std::vector<int>& sizes) { in GetArgs() 487 static args_vector_t GetArgs(const std::vector<int>& sizes, int align) { in GetArgs() 493 static args_vector_t GetArgs(const std::vector<int>& sizes, int align1, int align2) { in GetArgs()
|
H A D | malloc_benchmark.cpp | 40 static size_t sizes[] = {8, 16, 32, 64, 128, 1024, 4096, 16384, 65536, 131072, 1048576}; in BM_mallopt_purge() local
|
/aosp12/frameworks/rs/ |
H A D | rsClosure.cpp | 15 const int* sizes, size_t sizes_length, in rsi_ClosureCreate() 36 const int* sizes, const size_t sizes_length) { in rsi_InvokeClosureCreate() 64 const int* sizes, in Closure() 115 const int64_t* values, const int* sizes) : in Closure()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/util/ |
H A D | Size.java | 151 public static Size[] convert(android.util.Size[] sizes) { in convert() 159 public static List<Size> convert(List<com.android.ex.camera2.portability.Size> sizes) { in convert() 173 public static String listToString(List<Size> sizes) { in listToString()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ |
H A D | CaptureModuleUtil.java | 56 public static Size getOptimalPreviewSize(Size[] sizes, double targetRatio, Activity context) { in getOptimalPreviewSize() 66 public static Size getOptimalPreviewSize(Size[] sizes, in getOptimalPreviewSize()
|
/aosp12/hardware/libhardware/modules/camera/3_4/ |
H A D | format_metadata_factory_test.cpp | 52 std::map<uint32_t, std::set<std::array<int32_t, 2>>> sizes{ in TEST_F() local 132 std::map<uint32_t, std::set<std::array<int32_t, 2>>> sizes{ in TEST_F() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | DynamicLayoutBlocksTest.java | 81 private void assertState(int[] sizes, int[] indices) { in assertState() 98 private void assertState(int[] sizes) { in assertState()
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/utils/ |
H A D | SizeAreaComparator.java | 66 public static Size findLargestByArea(List<Size> sizes) { in findLargestByArea()
|
/aosp12/frameworks/layoutlib/bridge/src/android/view/shadow/ |
H A D | SpotShadowTriangulator.java | 46 int[] sizes = SpotShadowVertexCalculator.getStripSizes(mShadowConfig.getPolyLength()); in triangulate() local
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/params/ |
H A D | MandatoryStreamCombination.java | 1004 List<Size> sizes = new ArrayList<Size>(); in getAvailableMandatoryConcurrentStreamCombinations() local 1152 List<Size> sizes = new ArrayList<Size>(); in createUHSensorMandatoryStreamCombination() local 1398 List<Size> sizes = null; in generateAvailableCombinations() local 1485 Size[] sizes = allSizes.get(intFormat); in enumerateAvailableSizes() local 1507 private static @Nullable List<Size> getSizesWithinBound(@NonNull Size[] sizes, in getSizesWithinBound() 1540 public static @Nullable Size getMaxSize(@NonNull Size... sizes) { in getMaxSize() 1714 List<Size> sizes = new ArrayList<Size>(); in getMaxCameraRecordingSize() local
|
H A D | StreamConfigurationMap.java | 823 Size[] sizes = new Size[sizeCount]; in getHighSpeedVideoSizesFor() local 1516 Size[] sizes = new Size[sizesCount]; in getInternalFormatSizes() local 1768 Size[] sizes = getOutputSizes(format); in appendOutputsString() local 1788 Size[] sizes = getHighResolutionOutputSizes(format); in appendHighResOutputsString() local 1809 Size[] sizes = getInputSizes(format); in appendInputsString() local 1846 Size[] sizes = getHighSpeedVideoSizes(); in appendHighSpeedVideoConfigurationsString() local
|
/aosp12/bionic/tests/ |
H A D | malloc_iterate_test.cpp | 125 static void AllocateSizes(TestDataType* test_data, const std::vector<size_t>& sizes) { in AllocateSizes() 154 std::vector<size_t> sizes{8, 16, 32, 48, 64, 80, 96, 112, 128, 160, in TEST() local 176 std::vector<size_t> sizes{131072, 262144, 524288, 1048576, 2097152}; in TEST() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/util/ |
H A D | WidgetSizes.java | 53 ArrayList<SizeF> sizes = new ArrayList<>(2); in getWidgetPaddedSizes() local 176 private static Rect getMinMaxSizes(List<SizeF> sizes) { in getMinMaxSizes()
|
/aosp12/art/test/906-iterate-heap/src/art/ |
H A D | Test906.java | 147 long sizes[] = new long[100]; in doTest() local 316 private static ArrayList<HeapElem> sort(int n, long classTags[], long sizes[], long tags[], in sort() 374 Class<?> klassFilter, long classTags[], long sizes[], long tags[], int lengths[]); in iterateThroughHeapData()
|
/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
H A D | Size.java | 67 public static String listToString(List<Size> sizes) { in listToString()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/qrcode/ |
H A D | QrCameraTest.java | 164 List<Camera.Size> sizes = new ArrayList<>(Arrays.asList(size)); in setCameraParameter_shouldSetParameters() local
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | CameraSource.cpp | 220 Vector<Size>& sizes) { in getSupportedVideoSizes() 266 Vector<Size> sizes; in configureCamera() local 348 Vector<Size> sizes; in checkVideoSize() local
|
/aosp12/hardware/google/gchips/gralloc3/src/ |
H A D | mali_gralloc_bufferdescriptor.h | 50 size_t sizes[3]; member
|
/aosp12/system/bt/hci/test/ |
H A D | packet_fragmenter_host_test.cc | 286 const std::vector<size_t> sizes( in TEST_F() local 298 const std::vector<size_t> sizes( in TEST_F() local 334 const std::vector<size_t> sizes( in TEST_F() local
|
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
H A D | CameraTestUtils.java | 1078 List<Size> sizes = new ArrayList<Size>(); in getSupportedPreviewSizes() local 1122 Size[] sizes = getSupportedSizeForFormat(format, cameraId, cameraManager); in getSortedSizesForFormat() local 1166 List<Size> sizes = new ArrayList<Size>(); in getSupportedVideoSizes() local 1190 List<Size> sizes = getSupportedPreviewSizes(cameraId, cameraManager, null); in getMinPreviewSize() local 1208 List<Size> sizes = getSupportedPreviewSizes(cameraId, cameraManager, bound); in getMaxPreviewSize() local 1217 List<Size> sizes = getSortedSizesForFormat(cameraId, cameraManager, ImageFormat.DEPTH16, in getMaxDepthSize() local 1231 public static Size getMaxSize(Size... sizes) { in getMaxSize()
|