| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_libopencv.c | 43 static void fill_iplimage_from_frame(IplImage *img, const AVFrame *frame, enum AVPixelFormat pixfmt) in fill_iplimage_from_frame() argument 61 static void fill_frame_from_iplimage(AVFrame *frame, const IplImage *img, enum AVPixelFormat pixfmt) in fill_frame_from_iplimage() argument [all...] |
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_image.cpp | 151 load_image_block( astcenc_profile decode_mode, const astcenc_image& img, image_block& blk, const block_size_descriptor& bsd, unsigned int xpos, unsigned int ypos, unsigned int zpos, const astcenc_swizzle& swz ) load_image_block() argument 268 load_image_block_fast_ldr( astcenc_profile decode_mode, const astcenc_image& img, image_block& blk, const block_size_descriptor& bsd, unsigned int xpos, unsigned int ypos, unsigned int zpos, const astcenc_swizzle& swz ) load_image_block_fast_ldr() argument 335 store_image_block( astcenc_image& img, const image_block& blk, const block_size_descriptor& bsd, unsigned int xpos, unsigned int ypos, unsigned int zpos, const astcenc_swizzle& swz ) store_image_block() argument [all...] |
| H A D | astcenc_compute_variance.cpp | 108 const astcenc_image* img = arg.img; in compute_pixel_region_variance() local 423 init_compute_averages( const astcenc_image& img, unsigned int alpha_kernel_radius, const astcenc_swizzle& swz, avg_args& ag ) init_compute_averages() argument [all...] |
| /third_party/backends/backend/ |
| H A D | hp3900_debug.c | 622 SANE_Byte *img = in dbg_autoref() local [all...] |
| H A D | plustek-pp_ptdrv.c | 714 ImgDef img; in ptdrvIoctl() local
|
| /third_party/cups-filters/cupsfilters/ |
| H A D | image.c | 59 cupsImageClose(cups_image_t *img) /* I - Image to close */ in cupsImageClose() argument 115 cupsImageGetCol(cups_image_t *img, int x, int y, int height, cups_ib_t *pixels) cupsImageGetCol() argument 182 cupsImageGetColorSpace( cups_image_t *img) cupsImageGetColorSpace() argument 194 cupsImageGetDepth(cups_image_t *img) cupsImageGetDepth() argument 205 cupsImageGetHeight(cups_image_t *img) cupsImageGetHeight() argument 216 cupsImageGetRow(cups_image_t *img, int x, int y, int width, cups_ib_t *pixels) cupsImageGetRow() argument 269 cupsImageGetWidth(cups_image_t *img) cupsImageGetWidth() argument 280 cupsImageGetXPPI(cups_image_t *img) cupsImageGetXPPI() argument 291 cupsImageGetYPPI(cups_image_t *img) cupsImageGetYPPI() argument 313 cups_image_t *img; /* New image buffer */ cupsImageOpen() local 422 _cupsImagePutCol( cups_image_t *img, int x, int y, int height, const cups_ib_t *pixels) _cupsImagePutCol() argument 497 _cupsImagePutRow( cups_image_t *img, int x, int y, int width, const cups_ib_t *pixels) _cupsImagePutRow() argument 561 cupsImageSetMaxTiles( cups_image_t *img, int max_tiles) cupsImageSetMaxTiles() argument 626 flush_tile(cups_image_t *img) flush_tile() argument 692 get_tile(cups_image_t *img, int x, int y) get_tile() argument 832 cupsImageCrop(cups_image_t* img,int posw,int posh,int width,int height) cupsImageCrop() argument 906 _cupsImageReadEXIF(cups_image_t *img, FILE *fp) _cupsImageReadEXIF() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_state_uav.c | 106 struct svga_image_view *img = (struct svga_image_view *)desc; in uav_desc_identical() local
|
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| H A D | dri_helpers.c | 244 __DRIimage *img; in dri2_lookup_egl_image() local 281 __DRIimage *img; in dri2_create_image_from_renderbuffer2() local 344 dri2_destroy_image(__DRIimage *img) dri2_destroy_image() argument 371 __DRIimage *img; dri2_create_from_texture() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/clover/core/ |
| H A D | kernel.cpp | 227 auto img = dynamic_cast<image_argument &>(**(explicit_arg - 1)).get(); in bind() local 241 auto img = dynamic_cast<image_argument &>(**(explicit_arg - 1)).get(); in bind() local [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | debug.c | 271 struct gl_texture_image *img = texObj->Image[face][level]; in write_texture_image() local 606 _mesa_print_texture(struct gl_context *ctx, struct gl_texture_image *img) _mesa_print_texture() argument [all...] |
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_texture.c | 542 struct pipe_image_view img; in st_create_image_handle_from_unit() local
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_vX_meta_clear.c | 334 panvk_meta_clear_color_img(struct panvk_cmd_buffer *cmdbuf, struct panvk_image *img, const VkClearColorValue *color, const VkImageSubresourceRange *range) panvk_meta_clear_color_img() argument 401 panvk_meta_clear_zs_img(struct panvk_cmd_buffer *cmdbuf, struct panvk_image *img, const VkClearDepthStencilValue *value, const VkImageSubresourceRange *range) panvk_meta_clear_zs_img() argument [all...] |
| /third_party/mesa3d/src/virtio/vulkan/ |
| H A D | vn_image.c | 24 vn_image_init_memory_requirements(struct vn_image *img, in vn_image_init_memory_requirements() argument 111 vn_image_deferred_info_init(struct vn_image *img, const VkImageCreateInfo *create_info, const VkAllocationCallbacks *alloc) vn_image_deferred_info_init() argument 183 vn_image_deferred_info_fini(struct vn_image *img, const VkAllocationCallbacks *alloc) vn_image_deferred_info_fini() argument 196 vn_image_init(struct vn_device *dev, const VkImageCreateInfo *create_info, struct vn_image *img) vn_image_init() argument 223 struct vn_image *img = NULL; vn_image_create() local 246 vn_image_init_deferred(struct vn_device *dev, const VkImageCreateInfo *create_info, struct vn_image *img) vn_image_init_deferred() argument 261 struct vn_image *img = NULL; vn_image_create_deferred() local 295 struct vn_image *img; vn_CreateImage() local 348 struct vn_image *img = vn_image_from_handle(image); vn_DestroyImage() local 375 const struct vn_image *img = vn_image_from_handle(pInfo->image); vn_GetImageMemoryRequirements2() local 435 vn_image_bind_wsi_memory(struct vn_image *img, struct vn_device_memory *mem) vn_image_bind_wsi_memory() argument 452 struct vn_image *img = vn_image_from_handle(info->image); vn_BindImageMemory2() local 534 struct vn_image *img = vn_image_from_handle(image); vn_GetImageSubresourceLayout() local 581 struct vn_image *img = vn_image_from_handle(pCreateInfo->image); vn_CreateImageView() local [all...] |
| H A D | vn_device_memory.c | 226 const struct vn_image *img = vn_image_from_handle(dedicated->image); in vn_device_memory_should_suballocate() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_miptree.c | 81 struct nv30_rect img; member [all...] |
| /third_party/libdrm/tests/exynos/ |
| H A D | exynos_fimg2d_test.c | 195 struct g2d_image img = {0}; in g2d_solid_fill_test() local 329 struct g2d_image img in g2d_move_test() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_resource_texture.c | 146 i915_texture_set_image_offset(struct i915_texture *tex, unsigned level, unsigned img, unsigned nblocksx, unsigned nblocksy) i915_texture_set_image_offset() argument
|
| /third_party/skia/samplecode/ |
| H A D | Sample3D.cpp | 372 auto img = GetResourceAsImage("images/brickwork-texture.jpg"); variable
|
| /third_party/skia/src/image/ |
| H A D | SkImage_Raster.cpp | 127 auto img = new SkImage_Raster(fBitmap); variable
|
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkArithmeticImageFilter.cpp | 428 void SkArithmeticImageFilter::drawForeground(SkCanvas* canvas, SkSpecialImage* img, in drawForeground() argument
|
| /third_party/skia/third_party/externals/libwebp/src/mux/ |
| H A D | muxread.c | 77 const WebPChunk* const img = wpi->img_; in MuxImageFinalize() local
|
| /third_party/skia/src/pdf/ |
| H A D | SkPDFUtils.cpp | 334 bool SkPDFUtils::ToBitmap(const SkImage* img, SkBitmap* dst) { in ToBitmap() argument
|
| /third_party/skia/gm/ |
| H A D | bleed.cpp | 368 sk_sp<SkImage> img = make_image(canvas, &src); in DEF_SIMPLE_GM() local
|
| H A D | complexclip.cpp | 212 auto img = GetResourceAsImage("images/yellow_rose.png"); in DEF_SIMPLE_GM() local 249 auto img = GetResourceAsImage("images/yellow_rose.png"); DEF_SIMPLE_GM() local 367 auto img = GetResourceAsImage("images/yellow_rose.png"); DEF_SIMPLE_GM() local [all...] |
| H A D | image.cpp | 427 static sk_sp<SkImage> serial_deserial(SkImage* img) { in serial_deserial() argument 449 auto img = make_lazy_image(surf.get()); in DEF_SIMPLE_GM_CAN_FAIL() local
|