Home
last modified time | relevance | path

Searched defs:img (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image_unittest.cpp24 CJBig2_Image img(kWidthPixels, kHeightLines); in TEST() local
34 CJBig2_Image img(kWidthPixels, kTooLargeHeightLines); in TEST() local
42 CJBig2_Image img(kWidthPixels, kHeightLines, kStrideBytes, buf); in TEST() local
53 CJBig2_Image img(kWidthPixels, kTooLargeHeightLines, kStrideBytes, buf); in TEST() local
60 CJBig2_Image img(kWidthPixels, kHeightLines); in TEST() local
72 CJBig2_Image img(kWidthPixels, kHeightLines); in TEST() local
84 CJBig2_Image img(kWidthPixels, kHeightLines, kStrideBytes, buf); in TEST() local
97 CJBig2_Image img(kWidthPixels, kHeightLines, kStrideBytes, buf); in TEST() local
/external/libaom/libaom/aom/src/
Daom_image.c29 static aom_image_t *img_alloc_helper( in img_alloc_helper()
149 aom_image_t *aom_img_alloc(aom_image_t *img, aom_img_fmt_t fmt, in aom_img_alloc()
155 aom_image_t *aom_img_wrap(aom_image_t *img, aom_img_fmt_t fmt, unsigned int d_w, in aom_img_wrap()
163 aom_image_t *aom_img_alloc_with_border(aom_image_t *img, aom_img_fmt_t fmt, in aom_img_alloc_with_border()
172 int aom_img_set_rect(aom_image_t *img, unsigned int x, unsigned int y, in aom_img_set_rect()
220 void aom_img_flip(aom_image_t *img) { in aom_img_flip()
239 void aom_img_free(aom_image_t *img) { in aom_img_free()
247 int aom_img_plane_width(const aom_image_t *img, int plane) { in aom_img_plane_width()
254 int aom_img_plane_height(const aom_image_t *img, int plane) { in aom_img_plane_height()
/external/libvpx/libvpx/vpx/src/
Dvpx_image.c18 static vpx_image_t *img_alloc_helper(vpx_image_t *img, vpx_img_fmt_t fmt, in img_alloc_helper()
135 vpx_image_t *vpx_img_alloc(vpx_image_t *img, vpx_img_fmt_t fmt, in vpx_img_alloc()
141 vpx_image_t *vpx_img_wrap(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w, in vpx_img_wrap()
149 int vpx_img_set_rect(vpx_image_t *img, unsigned int x, unsigned int y, in vpx_img_set_rect()
199 void vpx_img_flip(vpx_image_t *img) { in vpx_img_flip()
222 void vpx_img_free(vpx_image_t *img) { in vpx_img_free()
/external/u-boot/board/freescale/common/
Dfsl_validate.c64 static u32 check_ie(struct fsl_secboot_img_priv *img) in check_ie()
182 static u32 check_srk(struct fsl_secboot_img_priv *img) in check_srk()
219 static u32 read_validate_srk_tbl(struct fsl_secboot_img_priv *img) in read_validate_srk_tbl()
259 static u32 read_validate_single_key(struct fsl_secboot_img_priv *img) in read_validate_single_key()
279 struct fsl_secboot_img_priv *img) in install_ie_tbl()
287 static u32 read_validate_ie_tbl(struct fsl_secboot_img_priv *img) in read_validate_ie_tbl()
327 static inline u32 get_key_len(struct fsl_secboot_img_priv *img) in get_key_len()
485 static int calc_img_key_hash(struct fsl_secboot_img_priv *img) in calc_img_key_hash()
533 static int calc_esbchdr_esbc_hash(struct fsl_secboot_img_priv *img) in calc_esbchdr_esbc_hash()
607 static void construct_img_encoded_hash_second(struct fsl_secboot_img_priv *img) in construct_img_encoded_hash_second()
[all …]
/external/mesa3d/src/egl/main/
Deglimage.h100 _eglInitImage(_EGLImage *img, _EGLDisplay *dpy) in _eglInitImage()
110 _eglGetImage(_EGLImage *img) in _eglGetImage()
122 _eglPutImage(_EGLImage *img) in _eglPutImage()
133 _eglLinkImage(_EGLImage *img) in _eglLinkImage()
145 _eglUnlinkImage(_EGLImage *img) in _eglUnlinkImage()
158 _EGLImage *img = (_EGLImage *) image; in _eglLookupImage() local
169 _eglGetImageHandle(_EGLImage *img) in _eglGetImageHandle()
/external/libaom/libaom/av1/
Dav1_iface_common.h17 static void yuvconfig2image(aom_image_t *img, const YV12_BUFFER_CONFIG *yv12, in yuvconfig2image()
78 static aom_codec_err_t image2yuvconfig(const aom_image_t *img, in image2yuvconfig()
/external/libvpx/libvpx/vp9/
Dvp9_iface_common.h15 static void yuvconfig2image(vpx_image_t *img, const YV12_BUFFER_CONFIG *yv12, in yuvconfig2image()
81 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img, in image2yuvconfig()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpx_opj.cpp59 void sycc444_to_rgb(opj_image_t* img) { in sycc444_to_rgb()
100 bool sycc420_422_size_is_valid(opj_image_t* img) { in sycc420_422_size_is_valid()
107 bool sycc420_size_is_valid(opj_image_t* img) { in sycc420_size_is_valid()
113 bool sycc422_size_is_valid(opj_image_t* img) { in sycc422_size_is_valid()
117 void sycc422_to_rgb(opj_image_t* img) { in sycc422_to_rgb()
177 bool is_sycc420(const opj_image_t* img) { in is_sycc420()
183 bool is_sycc422(const opj_image_t* img) { in is_sycc422()
189 bool is_sycc444(const opj_image_t* img) { in is_sycc444()
195 void color_sycc_to_rgb(opj_image_t* img) { in color_sycc_to_rgb()
289 void sycc420_to_rgb(opj_image_t* img) { in sycc420_to_rgb()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_image.c60 static void translate_image(struct fd5_image *img, struct pipe_image_view *pimg) in translate_image()
98 struct fd5_image *img, enum pipe_shader_type shader) in emit_image_tex()
135 struct fd5_image *img, enum pipe_shader_type shader) in emit_image_ssbo()
215 struct fd5_image img; in fd5_emit_images() local
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_image.c53 struct pipe_image_view *img) in st_convert_image()
126 struct pipe_image_view *img, in st_convert_image_from_unit()
153 struct pipe_image_view *img = &images[i]; in st_bind_images() local
/external/tensorflow/tensorflow/lite/examples/python/
Dlabel_image.py64 img = Image.open(args.image) variable
65 img = img.resize((width, height)) variable
/external/e2fsprogs/lib/ext2fs/
Dqcow2.c89 static int qcow2_read_l1_table(struct ext2_qcow2_image *img) in qcow2_read_l1_table()
116 static int qcow2_read_l2_table(struct ext2_qcow2_image *img, in qcow2_read_l2_table()
162 struct ext2_qcow2_image img; in qcow2_write_raw_image() local
/external/pdfium/third_party/libtiff/
Dtif_getimage.c217 TIFFRGBAImageEnd(TIFFRGBAImage* img) in TIFFRGBAImageEnd()
268 TIFFRGBAImageBegin(TIFFRGBAImage* img, TIFF* tif, int stop, char emsg[1024]) in TIFFRGBAImageBegin()
503 TIFFRGBAImageGet(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) in TIFFRGBAImageGet()
527 TIFFRGBAImage img; in TIFFReadRGBAImageOriented() local
556 setorientation(TIFFRGBAImage* img) in setorientation()
623 gtTileContig(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) in gtTileContig()
770 gtTileSeparate(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) in gtTileSeparate()
952 gtStripContig(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) in gtStripContig()
1040 gtStripSeparate(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) in gtStripSeparate()
1829 TIFFRGBAImage* img, in putcontig8bitYCbCrGenericTile()
[all …]
/external/libaom/libaom/common/
Drawenc.c64 static void raw_write_image_file_or_md5(const aom_image_t *img, in raw_write_image_file_or_md5()
88 void raw_write_image_file(const aom_image_t *img, const int *planes, in raw_write_image_file()
93 void raw_update_image_md5(const aom_image_t *img, const int *planes, in raw_update_image_md5()
/external/mesa3d/src/mesa/main/
Dtexstore.c120 GLint img; in _mesa_memcpy_texture() local
129 GLint img, row; in _mesa_memcpy_texture() local
164 GLint img, row; in _mesa_texstore_z32() local
194 GLint img, row; in _mesa_texstore_x8_z24() local
224 GLint img, row; in _mesa_texstore_z24_x8() local
258 GLint img, row; in _mesa_texstore_z16() local
308 GLint img, row; in _mesa_texstore_ycbcr() local
330 GLint img, row; in _mesa_texstore_z24_s8() local
409 GLint img, row; in _mesa_texstore_s8_z24() local
496 GLint img, row; in _mesa_texstore_s8() local
[all …]
/external/skqp/gm/
DmakeRasterImage.cpp13 if (auto img = GetResourceAsImage("images/color_wheel.png")) { variable
Dperspimages.cpp53 for (const auto& img : fImages) { in onDraw() local
75 for (const auto& img : fImages) { in onDraw() local
/external/skia/gm/
DmakeRasterImage.cpp13 if (auto img = GetResourceAsImage("images/color_wheel.png")) { variable
Dperspimages.cpp53 for (const auto& img : fImages) { in onDraw() local
75 for (const auto& img : fImages) { in onDraw() local
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/
DImagePanel.java38 public void setImage(BufferedImage img) { in setImage()
43 public void setImage(File img) { in setImage()
53 public void setImage(File img, int x, int y, int width, int height) { in setImage()
/external/libaom/libaom/examples/
Dlightfield_tile_list_decoder.c50 static void write_tile_yuv1d(aom_codec_ctx_t *codec, const aom_image_t *img, in write_tile_yuv1d()
177 aom_image_t *img = NULL; in main() local
207 aom_image_t *img = aom_codec_get_frame(&codec, &iter); in main() local
/external/vboot_reference/utility/
Dbmpblk_util.c96 static void *do_efi_decompress(ImageInfo *img) { in do_efi_decompress()
146 static void *do_lzma_decompress(ImageInfo *img) { in do_lzma_decompress()
195 ImageInfo *img; in dump_bmpblock() local
/external/libaom/libaom/test/
Dmonochrome_test.cc36 virtual void DecompressedFrameHook(const aom_image_t &img, in DecompressedFrameHook()
58 bool ComparePlaneToValue(const aom_image_t &img, const int plane, in ComparePlaneToValue()
/external/deqp/modules/gles3/functional/
Des3fShaderMetamorphicTests.cpp106 void ShaderMetamorphicVariant::render (const tcu::PixelBufferAccess& img, const std::string& vertex… in render()
162 tcu::Surface img = tcu::Surface(refImg.getWidth(), refImg.getHeight()); in checkNondet() local
274 static bool sanityComparePixels (const tcu::ConstPixelBufferAccess& img, std::vector<SanityPixel> s… in sanityComparePixels()
293 static bool sanityCheck_synthetic (const tcu::ConstPixelBufferAccess& img) in sanityCheck_synthetic()
304 static bool sanityCheck_bubblesort_flag (const tcu::ConstPixelBufferAccess& img) in sanityCheck_bubblesort_flag()
/external/skqp/tests/
DPinnedImageTest.cpp47 sk_sp<SkImage> img = SkMakeImageFromRasterBitmap(bm, kNever_SkCopyPixelsMode); in basic_test() local
100 sk_sp<SkImage> img; in cleanup_test() local

12345678910>>...16