Searched refs:thumbnailSize (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/tests/common/scenes/
H A DRecentsAnimation.cpp39 thumbnailSize = std::min(std::min(width, height) / 2, 720);
49 sk_sp<Bitmap> thumb(TestUtils::createBitmap(thumbnailSize, thumbnailSize, &bitmap));
88 int thumbnailSize; variable
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDatabase.java883 @Nullable int[] operationsSupported, String mimeType, long thumbnailSize,
903 if (thumbnailSize > 0) {
882 getDocumentFlags( @ullable int[] operationsSupported, String mimeType, long thumbnailSize, int protectionState, @DocumentType int documentType) argument
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java1710 * @param thumbnailSize The thumbnail size to set.
1714 Size thumbnailSize, CameraErrorCollector collector) {
1715 builder.set(CaptureRequest.JPEG_THUMBNAIL_SIZE, thumbnailSize);
1724 thumbnailSize, builder.get(CaptureRequest.JPEG_THUMBNAIL_SIZE));
1713 setJpegKeys(CaptureRequest.Builder builder, ExifTestData exifData, Size thumbnailSize, CameraErrorCollector collector) argument
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp325 Size thumbnailSize = local
330 jpegThumbSize[0] = thumbnailSize.width;
331 jpegThumbSize[1] = thumbnailSize.height;

Completed in 129 milliseconds