/external/opencv3/modules/videoio/src/ |
cap_intelperc.hpp | 68 bool retrieveAsOutputArray(OutputArray image); 82 bool retrieveDepthAsOutputArray(OutputArray image); 83 bool retrieveIRAsOutputArray(OutputArray image); 84 bool retrieveUVAsOutputArray(OutputArray image);
|
/external/opencv3/samples/java/sbt/src/main/java/ |
DetectFaceDemo.java | 11 * Detects faces in an image, draws boxes around them, and writes the results 22 Mat image = Imgcodecs.imread(getClass().getResource( local 25 // Detect faces in the image. 28 faceDetector.detectMultiScale(image, faceDetections); 35 Imgproc.rectangle(image, new Point(rect.x, rect.y), new Point(rect.x 42 Imgcodecs.imwrite(filename, image);
|
/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
BC_DataMatrixReader.cpp | 44 CFX_ByteString CBC_DataMatrixReader::Decode(CBC_BinaryBitmap* image,
47 CBC_CommonBitMatrix* cdr = image->GetBlackMatrix(e);
61 CFX_ByteString CBC_DataMatrixReader::Decode(CBC_BinaryBitmap* image,
63 CFX_ByteString bs = Decode(image, 0, e);
|
/external/skia/src/gpu/vk/ |
GrVkMemory.h | 26 VkImage image,
|
/external/skia/src/image/ |
SkImage_Base.h | 58 // Return a bitmap suitable for passing to image-filters 64 // Call when this image is part of the key to a resourcecache entry. This allows the cache 77 static inline SkImage_Base* as_IB(SkImage* image) { 78 return static_cast<SkImage_Base*>(image); 81 static inline const SkImage_Base* as_IB(const SkImage* image) { 82 return static_cast<const SkImage_Base*>(image);
|
/external/vboot_reference/scripts/image_signing/ |
set_lsb_release.sh | 7 # Customizes a Chrome OS release image by setting /etc/lsb-release values. 29 Usage: $PROG <image.bin> [<key> <value> [<key> <value> ...]] 47 local image=$1 53 mount_image_partition_ro "${image}" 3 "${rootfs}" 55 mount_image_partition "${image}" 3 "${rootfs}" 56 touch "${image}" # Updates the image modification time.
|
sign_official_build.sh | 7 # Sign the final build image using the "official" keys. 28 ssd (sign an SSD image) 29 recovery (sign a USB recovery image) 30 factory (sign a factory install image) 33 firmware (sign a firmware image) 34 usb (sign an image to boot directly from USB) 35 verify (verify an image including rootfs hashes) 37 output_image: File name of the signed output image 40 If you are signing an image, you must specify an [output_image] and 96 # ARGS: IMAGE KERNELPAR [all...] |
/frameworks/native/vulkan/include/vulkan/ |
vk_android_native_buffer.h | 50 typedef VkResult (VKAPI_PTR *PFN_vkAcquireImageANDROID)(VkDevice device, VkImage image, int nativeFenceFd, VkSemaphore semaphore, VkFence fence); 51 typedef VkResult (VKAPI_PTR *PFN_vkQueueSignalReleaseImageANDROID)(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphores, VkImage image, int* pNativeFenceFd); 62 VkImage image, 71 VkImage image,
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
BWFilter.java | 17 package com.android.rs.image;
|
Contrast.java | 17 package com.android.rs.image;
|
Exposure.java | 17 package com.android.rs.image;
|
Shadows.java | 17 package com.android.rs.image;
|
/hardware/intel/common/libva/va/wayland/ |
va_backend_wayland.h | 56 /** \brief Hook to return Wayland buffer associated with the VA image. */ 59 VAImageID image,
|
va_wayland.h | 99 * \brief Returns the Wayland buffer associated with a VA image. 103 * underlying VA @image. As such, the VA @image and Wayland 112 * @param[in] image the VA image 114 * @param[out] out_buffer a wl_buffer wrapping the VA @image 120 VAImageID image,
|
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/ |
ZslImageCaptureCommand.java | 96 for (ImageProxy image : images) { 97 image.close(); 111 for (ImageProxy image : images) { 112 if (image.getTimestamp() > timestampThreshold) { 113 filtered.add(image); 115 image.close(); 128 for (ImageProxy image : images) { 130 mZslMetadataPool.removeMetadataFuture(image.getTimestamp()); 133 imageToSave = image; 137 // If we cannot get metadata for an image, for whateve 166 Pair<ImageProxy, TotalCaptureResultProxy> image = tryGetZslImage(); local [all...] |
/packages/apps/Gallery/src/com/android/camera/gallery/ |
ImageListUber.java | 163 IImage image = sublist.getImageForUri(uri); local 164 if (image != null) return image; 170 * Modify the skip list when an image is deleted by finding 188 private boolean removeImage(IImage image, int index) { 189 IImageList list = image.getContainer(); 190 if (list != null && list.removeImage(image)) { 197 public boolean removeImage(IImage image) { 198 return removeImage(image, getImageIndex(image)); 202 IImage image = getImageAt(index); local [all...] |
/packages/services/Car/car-lib/src/android/car/cluster/renderer/ |
NavigationRenderer.java | 34 Bitmap image, int turnSide);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
ImUtil.h | 29 register XImage *image);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/ |
ImUtil.h | 28 register XImage *image);
|
/cts/apps/CameraITS/tests/inprog/ |
test_blc_lsc.py | 15 import its.image namespace 75 img = its.image.convert_capture_to_rgb_image(cap) 76 its.image.write_image(img, "%s_i=%d.jpg"%(NAME, i)) 78 tile_center = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1) 79 rgb_means = its.image.compute_image_means(tile_center) 84 tile_corner = its.image.get_image_patch(img, 0.0, 0.0, 0.1, 0.1) 85 rgb_means = its.image.compute_image_means(tile_corner)
|
/cts/apps/CameraITS/tests/scene1/ |
test_auto_vs_manual.py | 15 import its.image namespace 50 img_auto = its.image.convert_capture_to_rgb_image(cap_auto) 51 its.image.write_image(img_auto, "%s_auto.jpg" % (NAME)) 63 img_man1 = its.image.convert_capture_to_rgb_image(cap_man1) 64 its.image.write_image(img_man1, "%s_manual_wb.jpg" % (NAME)) 78 img_man2 = its.image.convert_capture_to_rgb_image(cap_man2) 79 its.image.write_image(img_man2, "%s_manual_wb_tm.jpg" % (NAME))
|
/external/dng_sdk/source/ |
dng_read_image.h | 15 * Support for DNG image reading. 50 dng_row_interleaved_image (dng_image &image, 79 // Target size for buffer used to copy data to the image. 101 /// \param stream Stream to read image data from. 102 /// \param image Result image to populate. 107 dng_image &image, 116 dng_image &image, 124 dng_image &image, 135 dng_image &image, [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
BooleanObjectPropertyEditor.java | 19 import org.eclipse.swt.graphics.Image; 29 private static final Image m_nullImage = DesignerPlugin.getImage("properties/BooleanNull.png"); 30 private static final Image m_trueImage = DesignerPlugin.getImage("properties/true.png"); 31 private static final Image m_falseImage = DesignerPlugin.getImage("properties/false.png"); 52 Image image = booleanValue ? m_trueImage : m_falseImage; local 54 paint(gc, x, y, width, height, text, image); 57 Image image = m_nullImage; local 59 paint(gc, x, y, width, height, text, image); [all...] |
/external/opencv3/samples/cpp/ |
ffilldemo.cpp | 21 "\tr - restore the original image\n" 29 Mat image0, image, gray, mask; variable 53 Mat dst = isColor ? image : gray; 69 imshow("image", dst); 81 cout << "Image empty. Usage: ffilldemo <image_name>\n"; 85 image0.copyTo(image); 89 namedWindow( "image", 0 ); 90 createTrackbar( "lo_diff", "image", &loDiff, 255, 0 ); 91 createTrackbar( "up_diff", "image", &upDiff, 255, 0 ); 93 setMouseCallback( "image", onMouse, 0 ) [all...] |
/external/opencv3/samples/cpp/tutorial_code/core/ippasync/ |
ippasync_sample.cpp | 32 " [--file_name]=<path to movie or image file>\n" 39 "{fn file_name|../data/baboon.jpg | image file }" 50 Mat image, gray, result; local 73 printf("used image %s\n", file.c_str()); 103 cap >> image; local 104 if(image.empty()) 107 cvtColor( image, gray, COLOR_BGR2GRAY ); 109 result.create( image.rows, image.cols, CV_8U); 131 imshow("image", image) [all...] |