/aosp_15_r20/external/mesa3d/.gitlab-ci/container/ |
H A D | gitlab-ci.yml | 1 # Docker image tag helper templates 3 .incorporate-templates-commit: 5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}" 7 .incorporate-base-tag+templates-commit: 9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT… 10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}" 12 .set-image: 14 - .incorporate-templates-commit 17 image: "$MESA_IMAGE" 19 .set-image-base-tag: [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | healthcare_v1beta1.projects.locations.datasets.annotationStores.annotations.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | transcoder_v1.projects.locations.jobTemplates.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | transcoder_v1.projects.locations.jobs.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | transcoder_v1beta1.projects.locations.jobTemplates.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | youtube_v3.search.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | documentai_v1beta3.projects.locations.processors.processorVersions.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
/aosp_15_r20/external/skia/tests/ |
H A D | SkPngRustDecoderTest.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 110 REPORTER_ASSERT(r, codec->getFrameCount() == 1); in AssertSingleGreenFrame() 111 REPORTER_ASSERT(r, codec->getRepetitionCount() == 0); in AssertSingleGreenFrame() 114 REPORTER_ASSERT(r, codec->getFrameInfo(0, &info)); in AssertSingleGreenFrame() 120 auto [image, result] = codec->getImage(); in AssertSingleGreenFrame() 123 REPORTER_ASSERT(r, image); in AssertSingleGreenFrame() 125 image->width() == expectedWidth, in AssertSingleGreenFrame() 127 image->width(), in AssertSingleGreenFrame() 130 image->height() == expectedHeight, in AssertSingleGreenFrame() 132 image->height(), in AssertSingleGreenFrame() [all …]
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | speed_features.h | 135 * Allow recode for all frame types based on bitrate constraints. 142 SUBPEL_TREE_PRUNED = 1, // Prunes 1/2-pel searches 143 SUBPEL_TREE_PRUNED_MORE = 2, // Prunes 1/2-pel searches more aggressively 148 // Try the full image with different values. 150 // Try the full image filter search with non-dual filter only. 152 // Try a small portion of the image with different values. 154 // Estimate the level based on quantizer and frame type 172 CDEF_PICK_FROM_Q, /**< Estimate filter strength based on quantizer. */ 178 // Terminate search early based on distortion so far compared to 202 // similar, but applies much more aggressive pruning to get better speed-up [all …]
|
/aosp_15_r20/external/curl/packages/vms/ |
H A D | readme | 10 9-MAR-2004, Created this readme. file. Marty Kuhrt (MSK). 11 15-MAR-2004, MSK, Updated to reflect the new files in this directory. 12 14-FEB-2005, MSK, removed config-vms.h_with* file comments 13 10-FEB-2010, SMS. General update. 14 14-Jul-2013, JEM, General Update, add GNV build information. 28 This directory contains the following files for a DCL based build. 33 build_curl-config_script.com 34 Procedure to create the curl-config script. 38 the libcurl shared image. The setup_gnv_curl_build.com 43 creating a PCSI based package. [all …]
|
/aosp_15_r20/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/ |
D | ImageResolver.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 56 * Creates a resolver that delegate the image retrieval to the given fetcher. 64 * This image would fit inside the provided size. Either width, height or both should be greater 67 * @param width required width, or 0 if width is flexible based on height. 68 * @param height required height, or 0 if height is flexible based on width. 77 * This image would fit inside the provided size. Either width, height or both should be greater 80 * @param width required width, or 0 if width is flexible based on height. 81 * @param height required height, or 0 if height is flexible based on width. 89 Log.d(TAG, String.format("Requesting image %s (width: %d, height: %d)", in getBitmap() 93 return CompletableFuture.supplyAsync(() -> { in getBitmap() [all …]
|
/aosp_15_r20/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/view/ |
D | ImageResolver.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 41 * Creates a resolver that delegate the image retrieval to the given fetcher. 49 * This image would fit inside the provided size. Either width, height or both should be greater 52 * @param width required width, or 0 if width is flexible based on height. 53 * @param height required height, or 0 if height is flexible based on width. 62 * This image would fit inside the provided size. Either width, height or both should be greater 65 * @param width required width, or 0 if width is flexible based on height. 66 * @param height required height, or 0 if height is flexible based on width. 74 Log.d(TAG, String.format("Requesting image %s (width: %d, height: %d)", in getBitmap() 78 return CompletableFuture.supplyAsync(() -> { in getBitmap() [all …]
|
/aosp_15_r20/external/executorch/examples/models/llava/ |
H A D | README.md | 2 LLaVA is the first multi-modal LLM ExecuTorch supports. In this directory, we 3 - Host a model definition for [LLavA](https://github.com/haotian-liu/LLaVA). 4 - Demonstrate how to export LLavA multimodal model to generate ExecuTorch .PTE file. 5 - Provide a C++ runner, Android/iOS Apps that loads the .pte file, the tokenizer and an image, then… 6 - Discuss optimizations went into enabling LlaVA on a phone, and early performance numbers 8 Tokenizer, image encoder, and the pretrained text model, which is based on Meta 9 [Llama2-7b](https://llama.meta.com/llama2/), is loaded from Llava 10 huggingface page [llava-hf/llava-1.5-7b-hf](https://huggingface.co/llava-hf/llava-1.5-7b-hf) . 23 [LLaVA](https://llava-vl.github.io/) is a novel end-to-end trained large 24 multimodal model that combines a vision encoder and Vicuna (a LLama2 based text [all …]
|
/aosp_15_r20/external/skia/gm/ |
H A D | png_codec.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 36 "PNGCodecGM. Directories are scanned non-recursively. All files are assumed to be " 40 "One of \"get-all-pixels\", \"incremental\" or \"zero-init\"."); 43 "One of \"force-grayscale\", " 44 "\"force-nonnative-premul-color\" or \"get-from-canvas\"."); 142 // This GM implements the PNG-related behaviors found in DM's CodecSrc class. It takes a single 143 // image as an argument and applies the same logic as CodecSrc. 149 // Based on CodecSrc::Mode. 157 // Based on CodecSrc::DstColorType. 189 // Based on DM's CodecSrc::CodecSrc(). [all …]
|
/aosp_15_r20/cts/apps/CameraITS/tests/sensor_fusion/ |
H A D | test_preview_distortion.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 58 # TODO: b/370841141 - Remove usage of VIDEO_PREVIEW_QUALITY_SIZE. 62 # 'HIGH' and 'LOW' not included as they are DUT-dependent 118 def get_chart_coverage(image, corners): argument 119 """Calculates the chart coverage in the image. 122 image: image containing chessboard 126 chart_coverage: percentage of the image covered by chart corners 131 last_corner = corners[-1].tolist()[0] 136 # Calculate chart coverage relative to image diagonal 137 image_diagonal = np.sqrt(image.shape[0]**2 + image.shape[1]**2) [all …]
|
/aosp_15_r20/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/ |
H A D | README.md | 1 # Module kotlinx-coroutines-guava 8 | -------- | ---------- | ---------- | --------------- 14 | -------- | --------------- 20 Given the following functions defined in some Java API based on Guava: 23 public ListenableFuture<Image> loadImageAsync(String name); // starts async image loading 24 public Image combineImages(Image image1, Image image2); // synchronously combines two images using … 28 The resulting function returns `ListenableFuture<Image>` for ease of use back from Guava-based Java… 31 fun combineImagesAsync(name1: String, name2: String): ListenableFuture<Image> = future { 32 val future1 = loadImageAsync(name1) // start loading first image 33 val future2 = loadImageAsync(name2) // start loading second image [all …]
|
/aosp_15_r20/external/autotest/server/site_tests/firmware_Cr50BID/ |
H A D | firmware_Cr50BID.py | 2 # Use of this source code is governed by a BSD-style license that can be 15 """Verify cr50 board id behavior on a board id locked image. 18 board id locked image. 20 Set the board id on a non board id locked image and verify cr50 will 21 rollback when it is updated to a mismatched board id image. 23 @param cr50_dbg_image_path: path to the node locked dev image. 29 # The universal image can be run on any system no matter the board id. 34 # - BID support was added in 0.0.21. 35 # - Keeping the rollback state after AP boot was added in 0.3.4. 36 # - Complete support for SPI PLT_RST straps was added in 0.3.18 [all …]
|
/aosp_15_r20/external/google-cloud-java/java-video-transcoder/proto-google-cloud-video-transcoder-v1/src/main/java/com/google/cloud/video/transcoder/v1/ |
H A D | Overlay.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 110 UNRECOGNIZED(-1), 212 if (desc.getIndex() == -1) { in valueOf() 341 private byte memoizedIsInitialized = -1; 367 if (size != -1) return size; in getSerializedSize() 897 // @@protoc_insertion_point(interface_extends:google.cloud.video.transcoder.v1.Overlay.Image) 904 * Required. URI of the image in Cloud Storage. For example, 905 * `gs://bucket/inputs/image.png`. Only PNG and JPEG images are supported. 917 * Required. URI of the image in Cloud Storage. For example, 918 * `gs://bucket/inputs/image.png`. Only PNG and JPEG images are supported. [all …]
|
/aosp_15_r20/external/giflib/doc/gifstandard/ |
H A D | gif89.txt | 30 APPLICATION EXTENSION BLOCK - APPLICATION IDENTIFIER 40 E-Mail can be sent to Larry Wood (forum manager of PICS) indicating the 164 Data Sub-blocks............................................................ 5 174 Image Descriptor........................................................... 11 178 Table Based Image Data..................................................... 14 210 Variable-Length-Code LZW Compression....................................... 30 212 On-line Capabilities Dialogue.............................................. 33 296 CompuServe Incorporated hereby grants a limited, non-exclusive, royalty-free 342 section for each of the Format blocks. Within each section, the sub-section 347 Bits within a byte are drawn most significant on the left end. Multi-byte [all …]
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | slides.v1.json | 38 "x16": "http://www.google.com/images/icons/product/search-16.gif", 39 "x32": "http://www.google.com/images/icons/product/search-32.gif" 75 "Responses with Content-Type of application/json", 76 "Media download with context-dependent Content-Type", 77 "Responses with Content-Type of application/x-protobuf" 109 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 249 …the specified page in the presentation and returns a URL to the thumbnail image. This request coun… 271 …"description": "The optional mime type of the thumbnail image. If you don't specify the mime type,… 282 …ption": "The optional thumbnail image size. If you don't specify the size, the server chooses a de… 290 …"The default thumbnail image size. The unspecified thumbnail size implies that the server chooses … [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | mimetypes.py | 5 guess_type(url, strict=1) -- guess the MIME type and encoding of a URL. 7 guess_extension(type, strict=1) -- guess the extension for a given MIME type. 13 knownfiles -- list of files to parse 14 inited -- flag set when init() has been called 15 suffix_map -- dictionary mapping suffixes to suffixes 16 encodings_map -- dictionary mapping suffixes to encodings 17 types_map -- dictionary mapping suffixes to types 21 init([files]) -- parse a list of files, default knownfiles (on Windows, the 23 read_mime_types(file) -- parse one file, return a dictionary or None 57 """MIME-types datastore. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p1beta1/src/main/java/com/google/cloud/vision/v1p1beta1/ |
H A D | FaceAnnotationOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 31 * are in the original image's scale, as returned in `ImageParams`. 33 * expectations. It is based on the landmarker results. 36 * appears in the image to be annotated. 49 * are in the original image's scale, as returned in `ImageParams`. 51 * expectations. It is based on the landmarker results. 54 * appears in the image to be annotated. 67 * are in the original image's scale, as returned in `ImageParams`. 69 * expectations. It is based on the landmarker results. 72 * appears in the image to be annotated. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ |
H A D | FaceAnnotationOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 31 * are in the original image's scale. 33 * expectations. It is based on the landmarker results. 36 * appears in the image to be annotated. 49 * are in the original image's scale. 51 * expectations. It is based on the landmarker results. 54 * appears in the image to be annotated. 67 * are in the original image's scale. 69 * expectations. It is based on the landmarker results. 72 * appears in the image to be annotated. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ |
H A D | FaceAnnotationOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 31 * are in the original image's scale, as returned in `ImageParams`. 33 * expectations. It is based on the landmarker results. 36 * appears in the image to be annotated. 49 * are in the original image's scale, as returned in `ImageParams`. 51 * expectations. It is based on the landmarker results. 54 * appears in the image to be annotated. 67 * are in the original image's scale, as returned in `ImageParams`. 69 * expectations. It is based on the landmarker results. 72 * appears in the image to be annotated. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p2beta1/src/main/java/com/google/cloud/vision/v1p2beta1/ |
H A D | FaceAnnotationOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 31 * are in the original image's scale, as returned in `ImageParams`. 33 * expectations. It is based on the landmarker results. 36 * appears in the image to be annotated. 49 * are in the original image's scale, as returned in `ImageParams`. 51 * expectations. It is based on the landmarker results. 54 * appears in the image to be annotated. 67 * are in the original image's scale, as returned in `ImageParams`. 69 * expectations. It is based on the landmarker results. 72 * appears in the image to be annotated. [all …]
|