/external/libaom/aom/src/ |
D | aom_image.c | 31 static aom_image_t *img_alloc_helper( in img_alloc_helper() 178 aom_image_t *aom_img_alloc(aom_image_t *img, aom_img_fmt_t fmt, in aom_img_alloc() 185 aom_image_t *aom_img_alloc_with_cb(aom_image_t *img, aom_img_fmt_t fmt, in aom_img_alloc_with_cb() 194 aom_image_t *aom_img_wrap(aom_image_t *img, aom_img_fmt_t fmt, unsigned int d_w, in aom_img_wrap() 203 aom_image_t *aom_img_alloc_with_border(aom_image_t *img, aom_img_fmt_t fmt, in aom_img_alloc_with_border() 212 int aom_img_set_rect(aom_image_t *img, unsigned int x, unsigned int y, in aom_img_set_rect() 263 void aom_img_flip(aom_image_t *img) { in aom_img_flip() 282 void aom_img_free(aom_image_t *img) { in aom_img_free() 291 int aom_img_plane_width(const aom_image_t *img, int plane) { in aom_img_plane_width() 298 int aom_img_plane_height(const aom_image_t *img, int plane) { in aom_img_plane_height() [all …]
|
/external/deqp-deps/amber/src/vulkan/ |
D | frame_buffer.cc | 147 for (auto& img : color_images_) in ChangeFrameLayout() local 150 for (auto& img : resolve_images_) in ChangeFrameLayout() local 186 for (auto& img : color_images_) in TransferImagesToHost() local 189 for (auto& img : resolve_images_) in TransferImagesToHost() local 198 auto& img = color_images_[i]; in CopyImagesToBuffers() local 207 auto& img = resolve_images_[i]; in CopyImagesToBuffers() local 224 for (auto& img : color_images_) in TransferImagesToDevice() local 233 auto& img = color_images_[i]; in CopyBuffersToImages() local 245 auto& img = resolve_images_[i]; in CopyBuffersToImages() local
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_Image_unittest.cpp | 54 CJBig2_Image img(kWidthPixels, kHeightLines); in TEST() local 83 CJBig2_Image img(kWidthPixels, kTooLargeHeightLines); in TEST() local 91 CJBig2_Image img(kWidthPixels, kHeightLines, kStrideBytes, buf); in TEST() local 102 CJBig2_Image img(kWidthPixels, kTooLargeHeightLines, kStrideBytes, buf); in TEST() local 110 CJBig2_Image img(kWidthPixels, kTooLargeHeightLines, kStrideBytes - 1, buf); in TEST() local 117 CJBig2_Image img(kWidthPixels, kHeightLines); in TEST() local 129 CJBig2_Image img(kWidthPixels, kHeightLines); in TEST() local 141 CJBig2_Image img(kWidthPixels, kHeightLines, kStrideBytes, buf); in TEST() local 154 CJBig2_Image img(kWidthPixels, kHeightLines, kStrideBytes, buf); in TEST() local 327 auto img = std::make_unique<CJBig2_Image>(37, 3, 8, pattern); in TEST() local
|
/external/libvpx/vpx/src/ |
D | vpx_image.c | 19 static vpx_image_t *img_alloc_helper(vpx_image_t *img, vpx_img_fmt_t fmt, in img_alloc_helper() 140 vpx_image_t *vpx_img_alloc(vpx_image_t *img, vpx_img_fmt_t fmt, in vpx_img_alloc() 146 vpx_image_t *vpx_img_wrap(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w, in vpx_img_wrap() 154 int vpx_img_set_rect(vpx_image_t *img, unsigned int x, unsigned int y, in vpx_img_set_rect() 208 void vpx_img_flip(vpx_image_t *img) { in vpx_img_flip() 231 void vpx_img_free(vpx_image_t *img) { in vpx_img_free()
|
/external/mesa3d/src/egl/main/ |
D | eglimage.h | 103 _eglInitImage(_EGLImage *img, _EGLDisplay *disp) in _eglInitImage() 113 _eglGetImage(_EGLImage *img) in _eglGetImage() 125 _eglPutImage(_EGLImage *img) in _eglPutImage() 136 _eglLinkImage(_EGLImage *img) in _eglLinkImage() 148 _eglUnlinkImage(_EGLImage *img) in _eglUnlinkImage() 161 _EGLImage *img = (_EGLImage *) image; in _eglLookupImage() local 172 _eglGetImageHandle(_EGLImage *img) in _eglGetImageHandle()
|
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_image.c | 57 static void translate_image(struct fd6_image *img, const struct pipe_image_view *pimg) in translate_image() 134 static void translate_buf(struct fd6_image *img, const struct pipe_shader_buffer *pimg) in translate_buf() 168 static void emit_image_tex(struct fd_ringbuffer *ring, struct fd6_image *img) in emit_image_tex() 222 struct fd6_image img; in fd6_emit_image_tex() local 230 struct fd6_image img; in fd6_emit_ssbo_tex() local 235 static void emit_image_ssbo(struct fd_ringbuffer *ring, struct fd6_image *img) in emit_image_ssbo() 303 struct fd6_image img; in fd6_build_ibo_state() local 309 struct fd6_image img; in fd6_build_ibo_state() local
|
/external/libaom/test/ |
D | encode_small_width_height_test.cc | 41 aom_image_t img; in TEST() local 66 aom_image_t img; in TEST() local 91 aom_image_t img; in TEST() local 116 aom_image_t img; in TEST() local 145 aom_image_t img; variable
|
D | aom_image_test.cc | 20 aom_image_t img; in TEST() local 38 aom_image_t img; in TEST() local 54 aom_image_t img; in TEST() local
|
/external/pdfium/core/fxcodec/jpx/ |
D | cjpx_decoder.cpp | 96 void sycc444_to_rgb(opj_image_t* img) { in sycc444_to_rgb() 138 bool sycc420_422_size_is_valid(opj_image_t* img) { in sycc420_422_size_is_valid() 145 bool sycc420_size_is_valid(opj_image_t* img) { in sycc420_size_is_valid() 155 void sycc420_to_rgb(opj_image_t* img) { in sycc420_to_rgb() 293 bool sycc422_size_is_valid(opj_image_t* img) { in sycc422_size_is_valid() 297 void sycc422_to_rgb(opj_image_t* img) { in sycc422_to_rgb() 355 bool is_sycc420(const opj_image_t* img) { in is_sycc420() 361 bool is_sycc422(const opj_image_t* img) { in is_sycc422() 367 bool is_sycc444(const opj_image_t* img) { in is_sycc444() 373 void color_sycc_to_rgb(opj_image_t* img) { in color_sycc_to_rgb() [all …]
|
/external/libvpx/vp9/ |
D | vp9_iface_common.c | 12 void yuvconfig2image(vpx_image_t *img, const YV12_BUFFER_CONFIG *yv12, in yuvconfig2image() 78 vpx_codec_err_t image2yuvconfig(const vpx_image_t *img, in image2yuvconfig()
|
/external/libaom/common/ |
D | rawenc.c | 35 static void write_greyscale(const aom_image_t *img, int n, WRITER writer_func, in write_greyscale() 67 static void raw_write_image_file_or_md5(const aom_image_t *img, in raw_write_image_file_or_md5() 91 void raw_write_image_file(const aom_image_t *img, const int *planes, in raw_write_image_file() 96 void raw_update_image_md5(const aom_image_t *img, const int *planes, in raw_update_image_md5()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_image.c | 59 static void translate_image(struct fd5_image *img, struct pipe_image_view *pimg) in translate_image() 122 struct fd5_image *img, enum pipe_shader_type shader) in emit_image_tex() 158 struct fd5_image *img, enum pipe_shader_type shader) in emit_image_ssbo() 203 struct fd5_image img; in fd5_emit_images() local
|
/external/libaom/av1/ |
D | av1_iface_common.h | 21 static AOM_INLINE void yuvconfig2image(aom_image_t *img, in yuvconfig2image() 86 static AOM_INLINE aom_codec_err_t image2yuvconfig(const aom_image_t *img, in image2yuvconfig()
|
/external/pdfium/third_party/libtiff/ |
D | tif_getimage.c | 253 void TIFFRGBAImageEnd(TIFFRGBAImage *img) in TIFFRGBAImageEnd() 310 int TIFFRGBAImageBegin(TIFFRGBAImage *img, TIFF *tif, int stop, in TIFFRGBAImageBegin() 587 int TIFFRGBAImageGet(TIFFRGBAImage *img, uint32_t *raster, uint32_t w, in TIFFRGBAImageGet() 614 TIFFRGBAImage img; in TIFFReadRGBAImageOriented() local 644 static int setorientation(TIFFRGBAImage *img) in setorientation() 711 static int gtTileContig(TIFFRGBAImage *img, uint32_t *raster, uint32_t w, in gtTileContig() 866 static int gtTileSeparate(TIFFRGBAImage *img, uint32_t *raster, uint32_t w, in gtTileSeparate() 1070 static int gtStripContig(TIFFRGBAImage *img, uint32_t *raster, uint32_t w, in gtStripContig() 1187 static int gtStripSeparate(TIFFRGBAImage *img, uint32_t *raster, uint32_t w, in gtStripSeparate() 2585 static int initYCbCrConversion(TIFFRGBAImage *img) in initYCbCrConversion() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | texstore.c | 121 GLint img; in _mesa_memcpy_texture() local 130 GLint img, row; in _mesa_memcpy_texture() local 165 GLint img, row; in _mesa_texstore_z32() local 195 GLint img, row; in _mesa_texstore_x8_z24() local 225 GLint img, row; in _mesa_texstore_z24_x8() local 259 GLint img, row; in _mesa_texstore_z16() local 307 GLint img, row; in _mesa_texstore_ycbcr() local 329 GLint img, row; in _mesa_texstore_z24_s8() local 408 GLint img, row; in _mesa_texstore_s8_z24() local 495 GLint img, row; in _mesa_texstore_s8() local [all …]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_image.c | 53 struct pipe_image_view *img, unsigned shader_access) in st_convert_image() 144 struct pipe_image_view *img, in st_convert_image_from_unit() 172 struct pipe_image_view *img = &images[i]; in st_bind_images() local
|
/external/e2fsprogs/lib/ext2fs/ |
D | qcow2.c | 89 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/arm-trusted-firmware/drivers/auth/mbedtls/ |
D | mbedtls_x509_parser.c | 143 static int cert_parse(void *img, unsigned int img_len) in cert_parse() 409 static int check_integrity(void *img, unsigned int img_len) in check_integrity() 430 void *img, unsigned int img_len, in get_auth_param()
|
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/ |
D | ImagePanel.java | 38 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/deqp/modules/gles3/functional/ |
D | es3fShaderMetamorphicTests.cpp | 106 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/libaom/examples/ |
D | lightfield_tile_list_decoder.c | 56 static void write_tile_yuv1d(aom_codec_ctx_t *codec, const aom_image_t *img, in write_tile_yuv1d() 183 aom_image_t *img = NULL; in main() local 213 aom_image_t *img = aom_codec_get_frame(&codec, &iter); in main() local
|
/external/skia/gm/ |
D | bitmapfilters.cpp | 39 static SkScalar draw_bm(SkCanvas* canvas, sk_sp<SkImage> img, SkScalar x, SkScalar y, in draw_bm() 45 static SkScalar draw_set(SkCanvas* c, sk_sp<SkImage> img, SkScalar x, SkPaint* p) { in draw_set() 52 static SkScalar draw_row(SkCanvas* canvas, sk_sp<SkImage> img) { in draw_row()
|
/external/vboot_reference/utility/ |
D | bmpblk_util.c | 96 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/arm-trusted-firmware/drivers/nxp/auth/csf_hdr_parser/ |
D | plat_img_parser.c | 80 static int check_integrity(void *img, unsigned int img_len) in check_integrity() 125 void *img, unsigned int img_len, in get_auth_param()
|
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/gpu/ |
D | GpuDelegateTest.java | 81 ByteBuffer img = in testInterpreterWithGpu_QuantModelRunWithDelegate() local 103 ByteBuffer img = in testInterpreterWithGpu_QuantModelRunOnCPU() local 125 ByteBuffer img = in testDelegateSerialization() local
|