Searched defs:image (Results 276 - 300 of 970) sorted by relevance

<<11121314151617181920>>

/external/deqp/framework/delibs/deimage/
H A DdeTarga.c32 deImage* image = DE_NULL; local
73 /* Create image. */
74 image = deImage_create(width, height, format);
75 DE_TEST_ASSERT(image);
86 deARGB* dst = (deUint32*)((deUint8*)image->pixels + dstY*image->width*bpp);
116 return image;
119 deBool deImage_saveTarga (const deImage* image, const char* fileName) argument
122 int width = image->width;
123 int height = image
[all...]
/external/dng_sdk/source/
H A Ddng_host.cpp132 // size image.
522 AutoPtr<dng_image> &image)
527 image);
520 ApplyOpcodeList(dng_opcode_list &list, dng_negative &negative, AutoPtr<dng_image> &image) argument
H A Ddng_jpeg_image.cpp70 const dng_image &image,
77 , fImage (image)
168 const dng_image &image)
175 DNG_ASSERT (image.PixelType () == ttByte, "Cannot JPEG encode non-byte image");
177 fImageSize = image.Bounds ().Size ();
184 ifd.fSamplesPerPixel = image.Planes ();
207 image.Bounds ().Size () == negative.OriginalDefaultFinalSize ();
230 image,
68 dng_jpeg_image_encode_task(dng_host &host, dng_image_writer &writer, const dng_image &image, dng_jpeg_image &jpegImage, uint32 tileCount, const dng_ifd &ifd) argument
165 Encode(dng_host &host, const dng_negative &negative, dng_image_writer &writer, const dng_image &image) argument
/external/kernel-headers/original/uapi/linux/
H A Dcycx_cfm.h28 #define CFM_IMAGE_SIZE 0x20000 /* max size of CYCX code image file */
81 * @checksum - info + image
85 * @image - code image (variable size)
94 unsigned char image[0]; member in struct:cycx_firmware
/external/libchrome/base/debug/
H A Dprofiler.cc122 base::win::PEImage image(CURRENT_MODULE());
124 // Check to be sure our image is structured as we'd expect.
125 DCHECK(image.VerifyMagic());
127 // Syzygy-instrumented binaries contain a PE image section named ".thunks",
128 // and all Syzygy-modified binaries contain the ".syzygy" image section.
129 // This is a very fast check, as it only looks at the image header.
130 if ((image.GetImageSectionHeaderByName(".thunks") != NULL) &&
131 (image.GetImageSectionHeaderByName(".syzygy") != NULL)) {
151 const base::win::PEImage &image, const char* module_name,
192 base::win::PEImage image(CURRENT_MODUL
150 FindResolutionFunctionInImports( const base::win::PEImage &image, const char* module_name, PIMAGE_THUNK_DATA unused_name_table, PIMAGE_THUNK_DATA import_address_table, PVOID cookie) argument
[all...]
/external/libjpeg-turbo/
H A Drdrle.c51 * For now, we ignore any alpha channel in the image.
59 * Since RLE stores scanlines bottom-to-top, we have to invert the image
61 * incoming image into a virtual array on the first get_pixel_rows call,
71 jvirt_sarray_ptr image; /* virtual array to hold the image */ member in struct:_rle_source_struct
80 * Read the file header; return image size and component count.
166 /* request a virtual array to hold the image */
167 source->image = (*cinfo->mem->request_virt_sarray)
185 * Called only after load_image has read the image into the virtual array.
196 ((j_common_ptr) cinfo, source->image, sourc
[all...]
/external/libpng/contrib/examples/
H A Dsimpleover.c15 * channel), and apply the intermediate image generated above to specified
16 * locations in the image.
104 png_imagep image, const png_uint_16 *buffer)
108 * image processing operation could be used here.
112 /* Check for an x or y offset that pushes any part of the image beyond the
133 const png_uint_16 *in_pixel = buffer + (y * image->width + x)*4;
181 while (++x < image->width);
183 while (++y < image->height);
212 png_image image; local
214 image
103 sprite_op(const struct sprite *sprite, int x_offset, int y_offset, png_imagep image, const png_uint_16 *buffer) argument
537 png_image image; local
[all...]
/external/libxcam/modules/ocl/
H A Dcl_image_bo_buffer.cpp2 * cl_image_bo_buffer.cpp - cl image bo buffer
28 CLImageBoData::CLImageBoData (SmartPtr<DrmDisplay> &display, SmartPtr<CLImage> &image, drm_intel_bo *bo) argument
30 , _image (image)
32 XCAM_ASSERT (image->get_mem_id ());
53 SmartPtr<CLImageBoData> image = data.dynamic_cast_ptr<CLImageBoData> (); local
57 image.ptr(),
60 return image->get_image ();
101 SmartPtr<CLImage> image; local
110 image = new CLImage2D (_context, info, CL_MEM_READ_WRITE);
112 image
148 SmartPtr<CLImage> image; local
[all...]
H A Dcv_image_deblurring.cpp114 CVImageDeblurring::estimate_kernel_size (const cv::Mat &image) argument
119 cv::Laplacian (image, dst, -1, 3, 1, 0, cv::BORDER_CONSTANT);
H A Dcv_image_process_helper.cpp2 * cv_image_process_helper.cpp - OpenCV image processing helpers functions
34 CVImageProcessHelper::erosion (const cv::Mat &image, int erosion_size, int erosion_type) argument
40 cv::erode (image, eroded, element);
59 CVImageProcessHelper::compute_dft (const cv::Mat &image, cv::Mat &result) argument
62 int m = cv::getOptimalDFTSize (image.rows);
63 int n = cv::getOptimalDFTSize (image.cols);
64 cv::copyMakeBorder (image, padded, 0, m - image.rows, 0, n - image.cols, cv::BORDER_CONSTANT, cv::Scalar::all(0));
79 CVImageProcessHelper::apply_constraints (cv::Mat &image, floa argument
[all...]
/external/mesa3d/src/amd/vulkan/
H A Dradv_meta.h111 VkImageViewType radv_meta_get_view_type(const struct radv_image *image);
122 struct radv_image *image; member in struct:radv_meta_blit2d_surf
191 struct radv_image *image,
194 struct radv_image *image,
197 struct radv_image *image);
/external/mesa3d/src/egl/main/
H A Deglimage.h84 /* An image is a display resource */
99 * Increment reference count for the image.
111 * Decrement reference count for the image.
121 * Link an image to its display and return the handle of the link.
133 * Unlink a linked image from its display.
134 * Accessing an unlinked image should generate EGL_BAD_PARAMETER error.
144 * Lookup a handle to find the linked image.
145 * Return NULL if the handle has no corresponding linked image.
148 _eglLookupImage(EGLImage image, _EGLDisplay *dpy) argument
150 _EGLImage *img = (_EGLImage *) image;
[all...]
/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_resource.h72 * A 3D image slice, cube face, or array layer.
96 struct ilo_image image; member in struct:ilo_texture
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_compute.c45 struct tgsi_image *image,
54 sampler, image, buffer);
213 (struct tgsi_image *)softpipe->tgsi.image[PIPE_SHADER_COMPUTE],
39 cs_prepare(const struct sp_compute_shader *cs, struct tgsi_exec_machine *machine, int w, int h, int d, int g_w, int g_h, int g_d, int b_w, int b_h, int b_d, struct tgsi_sampler *sampler, struct tgsi_image *image, struct tgsi_buffer *buffer ) argument
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dmemory.cpp126 image::image(clover::context &ctx, cl_mem_flags flags, function in class:image
137 image::resource(command_queue &q) {
154 image::format() const {
159 image::width() const {
164 image::height() const {
169 image::depth() const {
174 image::pixel_size() const {
179 image::row_pitch() const {
184 image
[all...]
/external/mesa3d/src/gbm/backends/dri/
H A Dgbm_driint.h57 const __DRIimageExtension *image; member in struct:gbm_dri_device
67 __DRIimage *(*lookup_image)(__DRIscreen *screen, void *image, void *data);
108 __DRIimage *image; member in struct:gbm_dri_bo
145 if (bo->image != NULL)
/external/mesa3d/src/glx/
H A Ddri3_priv.h92 const __DRIimageExtension *image; member in struct:dri3_screen
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex.c61 struct gl_texture_image *image)
64 struct intel_texture_image *intel_image = intel_texture_image(image);
65 struct gl_texture_object *texobj = image->TexObject;
68 assert(image->Border == 0);
74 ctx->Driver.FreeTextureImageBuffer(ctx, image);
76 if (!_swrast_init_texture_image(image))
80 intel_miptree_match_image(intel_texobj->mt, image)) {
83 __func__, texobj, image->Level,
84 image->Width, image
60 intel_alloc_texture_image_buffer(struct gl_context *ctx, struct gl_texture_image *image) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex_subimage.c27 #include "main/image.h"
62 * image is memcpy'd. In this fast path, we replace each row's copy with
83 struct intel_texture_image *image = intel_texture_image(texImage); local
132 if (!image->mt ||
133 (image->mt->tiling != I915_TILING_X &&
134 image->mt->tiling != I915_TILING_Y)) {
142 intel_miptree_all_slices_resolve_color(brw, image->mt, 0);
144 bo = image->mt->bo;
167 format, type, texImage->TexFormat, image->mt->tiling,
174 xoffset += image
[all...]
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_buffer.c472 char *image = malloc(bytes_per_line * local
479 image, /* data */
494 /* the first row of the OpenGL image is last row of the XImage */
/external/mesa3d/src/mesa/main/
H A Dconvolve.c41 _mesa_ConvolutionFilter1D(GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenum type, const GLvoid *image) argument
49 _mesa_ConvolutionFilter2D(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image) argument
113 GLsizei bufSize, GLvoid *image)
123 GLvoid *image)
125 _mesa_GetnConvolutionFilterARB(target, format, type, INT_MAX, image);
112 _mesa_GetnConvolutionFilterARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *image) argument
122 _mesa_GetConvolutionFilter(GLenum target, GLenum format, GLenum type, GLvoid *image) argument
H A Dtexcompress.c859 * compressed texture image.
860 * \param col, row, img - image position (3D), should be a multiple of the
862 * \param format - compressed image format
863 * \param width - image width (stride) in pixels
864 * \param image - the image address
870 GLsizei width, const GLubyte *image)
885 return (GLubyte *) image + offset;
915 * Decompress a compressed texture image, returning a GL_RGBA/GL_FLOAT image
868 _mesa_compressed_image_address(GLint col, GLint row, GLint img, mesa_format mesaFormat, GLsizei width, const GLubyte *image) argument
[all...]
H A Dtexcompress_cpal.c80 const void *indices, GLuint num_pixels, GLubyte *image)
82 GLubyte *pix = image;
168 /* first image follows the palette */
177 GLubyte *image = NULL; local
191 /* allocate and fill dest image buffer */
193 image = malloc(num_texels * info->size);
194 paletted_to_color(info, palette, indices, num_texels, image);
198 info->format, info->type, image);
199 free(image);
79 paletted_to_color(const struct cpal_format_info *info, const GLubyte *palette, const void *indices, GLuint num_pixels, GLubyte *image) argument
H A Dvdpau.c369 struct gl_texture_image *image; local
372 image = _mesa_get_tex_image(ctx, tex, surf->target, 0);
373 if (!image) {
379 ctx->Driver.FreeTextureImageBuffer(ctx, image);
382 surf->output, tex, image,
423 struct gl_texture_image *image; local
427 image = _mesa_select_tex_image(tex, surf->target, 0);
430 surf->output, tex, image,
433 if (image)
434 ctx->Driver.FreeTextureImageBuffer(ctx, image);
[all...]
/external/opencv/cv/src/
H A Dcvsumpixels.cpp311 cvIntegral( const CvArr* image, CvArr* sumImage, argument
321 CvMat src_stub, *src = (CvMat*)image;
397 CV_ERROR( CV_StsUnsupportedFormat, "This source image format is unsupported" );

Completed in 2090 milliseconds

<<11121314151617181920>>