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);
48 SkBitmap thumb = TestUtils::createSkBitmap(thumbnailSize, thumbnailSize);
87 int thumbnailSize; variable
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDatabase.java884 @Nullable int[] operationsSupported, String mimeType, long thumbnailSize,
904 if (thumbnailSize > 0) {
883 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.cpp318 Size thumbnailSize = local
323 jpegThumbSize[0] = thumbnailSize.width;
324 jpegThumbSize[1] = thumbnailSize.height;

Completed in 116 milliseconds