Home
last modified time | relevance | path

Searched defs:img (Results 151 - 175 of 274) sorted by relevance

1234567891011

/third_party/ffmpeg/libavfilter/
H A Dvf_libopencv.c43 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 Dastcenc_image.cpp151 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 Dastcenc_compute_variance.cpp108 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 Dhp3900_debug.c622 SANE_Byte *img = in dbg_autoref() local
[all...]
H A Dplustek-pp_ptdrv.c714 ImgDef img; in ptdrvIoctl() local
/third_party/cups-filters/cupsfilters/
H A Dimage.c59 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 Dsvga_state_uav.c106 struct svga_image_view *img = (struct svga_image_view *)desc; in uav_desc_identical() local
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_helpers.c244 __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 Dkernel.cpp227 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 Ddebug.c271 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 Dst_texture.c542 struct pipe_image_view img; in st_create_image_handle_from_unit() local
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_meta_clear.c334 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 Dvn_image.c24 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 Dvn_device_memory.c226 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 Dnv30_miptree.c81 struct nv30_rect img; member
[all...]
/third_party/libdrm/tests/exynos/
H A Dexynos_fimg2d_test.c195 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 Di915_resource_texture.c146 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 DSample3D.cpp372 auto img = GetResourceAsImage("images/brickwork-texture.jpg"); variable
/third_party/skia/src/image/
H A DSkImage_Raster.cpp127 auto img = new SkImage_Raster(fBitmap); variable
/third_party/skia/src/effects/imagefilters/
H A DSkArithmeticImageFilter.cpp428 void SkArithmeticImageFilter::drawForeground(SkCanvas* canvas, SkSpecialImage* img, in drawForeground() argument
/third_party/skia/third_party/externals/libwebp/src/mux/
H A Dmuxread.c77 const WebPChunk* const img = wpi->img_; in MuxImageFinalize() local
/third_party/skia/src/pdf/
H A DSkPDFUtils.cpp334 bool SkPDFUtils::ToBitmap(const SkImage* img, SkBitmap* dst) { in ToBitmap() argument
/third_party/skia/gm/
H A Dbleed.cpp368 sk_sp<SkImage> img = make_image(canvas, &src); in DEF_SIMPLE_GM() local
H A Dcomplexclip.cpp212 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 Dimage.cpp427 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

Completed in 21 milliseconds

1234567891011