Searched refs:thumbnailSize (Results 1 – 4 of 4) sorted by relevance
39 thumbnailSize = std::min(std::min(width, height) / 2, 720); in createContent()48 SkBitmap thumb = TestUtils::createSkBitmap(thumbnailSize, thumbnailSize); in createContent()87 int thumbnailSize; member in RecentsAnimation
884 @Nullable int[] operationsSupported, String mimeType, long thumbnailSize, in getDocumentFlags() argument904 if (thumbnailSize > 0) { in getDocumentFlags()
1714 Size thumbnailSize, CameraErrorCollector collector) { in setJpegKeys() argument1715 builder.set(CaptureRequest.JPEG_THUMBNAIL_SIZE, thumbnailSize); in setJpegKeys()1724 thumbnailSize, builder.get(CaptureRequest.JPEG_THUMBNAIL_SIZE)); in setJpegKeys()
318 Size thumbnailSize = in initialize() local323 jpegThumbSize[0] = thumbnailSize.width; in initialize()324 jpegThumbSize[1] = thumbnailSize.height; in initialize()