Home
last modified time | relevance | path

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

12345678910>>...21

/external/libaom/aom/src/
Daom_image.c32 static aom_image_t *img_alloc_helper( in img_alloc_helper()
195 aom_image_t *aom_img_alloc(aom_image_t *img, aom_img_fmt_t fmt, in aom_img_alloc()
202 aom_image_t *aom_img_alloc_with_cb(aom_image_t *img, aom_img_fmt_t fmt, in aom_img_alloc_with_cb()
211 aom_image_t *aom_img_wrap(aom_image_t *img, aom_img_fmt_t fmt, unsigned int d_w, in aom_img_wrap()
220 aom_image_t *aom_img_alloc_with_border(aom_image_t *img, aom_img_fmt_t fmt, in aom_img_alloc_with_border()
229 int aom_img_set_rect(aom_image_t *img, unsigned int x, unsigned int y, in aom_img_set_rect()
280 void aom_img_flip(aom_image_t *img) { in aom_img_flip()
299 void aom_img_free(aom_image_t *img) { in aom_img_free()
308 int aom_img_plane_width(const aom_image_t *img, int plane) { in aom_img_plane_width()
315 int aom_img_plane_height(const aom_image_t *img, int plane) { in aom_img_plane_height()
[all …]
/external/deqp-deps/amber/src/vulkan/
Dframe_buffer.cc147 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/
DJBig2_Image_unittest.cpp55 CJBig2_Image img(kWidthPixels, kHeightLines); in TEST() local
84 CJBig2_Image img(kWidthPixels, kTooLargeHeightLines); in TEST() local
92 CJBig2_Image img(kWidthPixels, kHeightLines, kStrideBytes, buf); in TEST() local
103 CJBig2_Image img(kWidthPixels, kTooLargeHeightLines, kStrideBytes, buf); in TEST() local
111 CJBig2_Image img(kWidthPixels, kTooLargeHeightLines, kStrideBytes - 1, buf); in TEST() local
118 CJBig2_Image img(kWidthPixels, kHeightLines); in TEST() local
130 CJBig2_Image img(kWidthPixels, kHeightLines); in TEST() local
142 CJBig2_Image img(kWidthPixels, kHeightLines, kStrideBytes, buf); in TEST() local
155 CJBig2_Image img(kWidthPixels, kHeightLines, kStrideBytes, buf); in TEST() local
328 auto img = std::make_unique<CJBig2_Image>(37, 3, 8, pattern); in TEST() local
/external/libvpx/vpx/src/
Dvpx_image.c20 static vpx_image_t *img_alloc_helper(vpx_image_t *img, vpx_img_fmt_t fmt, in img_alloc_helper()
162 vpx_image_t *vpx_img_alloc(vpx_image_t *img, vpx_img_fmt_t fmt, in vpx_img_alloc()
168 vpx_image_t *vpx_img_wrap(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w, in vpx_img_wrap()
176 int vpx_img_set_rect(vpx_image_t *img, unsigned int x, unsigned int y, in vpx_img_set_rect()
229 void vpx_img_flip(vpx_image_t *img) { in vpx_img_flip()
252 void vpx_img_free(vpx_image_t *img) { in vpx_img_free()
/external/mesa3d/src/egl/main/
Deglimage.h94 _eglInitImage(_EGLImage *img, _EGLDisplay *disp) in _eglInitImage()
103 _eglGetImage(_EGLImage *img) in _eglGetImage()
114 _eglPutImage(_EGLImage *img) in _eglPutImage()
124 _eglLinkImage(_EGLImage *img) in _eglLinkImage()
135 _eglUnlinkImage(_EGLImage *img) in _eglUnlinkImage()
147 _EGLImage *img = (_EGLImage *)image; in _eglLookupImage() local
157 _eglGetImageHandle(_EGLImage *img) in _eglGetImageHandle()
/external/trusty/lk/tools/
Dbootimage.c47 bootimage *img; in bootimage_init() local
66 bootentry_data *bootimage_add_string(bootimage *img, unsigned kind, const char *s) in bootimage_add_string()
79 bootentry_file *bootimage_add_filedata(bootimage *img, unsigned type, void *data, unsigned len) in bootimage_add_filedata()
103 void bootimage_done(bootimage *img) in bootimage_done()
134 int bootimage_write(bootimage *img, int fd) in bootimage_write()
208 bootentry_file *bootimage_add_file(bootimage *img, unsigned type, const char *fn) in bootimage_add_file()
/external/libaom/test/
Daom_image_test.cc22 aom_image_t img; in TEST() local
40 aom_image_t img; in TEST() local
56 aom_image_t img; in TEST() local
66 aom_image_t img; in TEST() local
Davif_progressive_test.cc33 aom_image_t img; in TEST() local
118 aom_image_t img; in TEST() local
203 aom_image_t img; in TEST() local
288 aom_image_t img; in TEST() local
Dencode_small_width_height_test.cc41 aom_image_t img; in EncodeSmallWidthMultiThreaded() local
77 aom_image_t img; in EncodeSmallWidthMultiThreadedSpeed0() local
114 aom_image_t img; in EncodeSmallHeightMultiThreaded() local
151 aom_image_t img; in EncodeSmallHeightMultiThreadedSpeed0() local
191 aom_image_t img; in Encode1x1() local
Ddeltaq_mode_test.cc40 aom_image_t img; in TEST() local
100 aom_image_t img; in TEST() local
158 aom_image_t img; in TEST() local
/external/libvpx/test/
Dvpx_image_test.cc22 vpx_image_t img; in TEST() local
41 vpx_image_t img; in TEST() local
57 vpx_image_t img; in TEST() local
67 vpx_image_t img; in TEST() local
/external/mesa3d/src/virtio/vulkan/
Dvn_image.c226 struct vn_image *img, in vn_image_init_reqs_from_cache()
325 vn_image_init_memory_requirements(struct vn_image *img, in vn_image_init_memory_requirements()
376 vn_image_deferred_info_init(struct vn_image *img, in vn_image_deferred_info_init()
454 vn_image_deferred_info_fini(struct vn_image *img, in vn_image_deferred_info_fini()
469 struct vn_image *img) in vn_image_init()
507 struct vn_image *img = in vn_image_create() local
528 struct vn_image *img) in vn_image_init_deferred()
541 struct vn_image *img = in vn_image_create_deferred() local
630 struct vn_image *img; in vn_CreateImage() local
716 struct vn_image *img = vn_image_from_handle(image); in vn_DestroyImage() local
[all …]
/external/libvpx/vp9/
Dvp9_iface_common.c12 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/av1/
Dav1_iface_common.h21 static inline void yuvconfig2image(aom_image_t *img, in yuvconfig2image()
86 static inline aom_codec_err_t image2yuvconfig(const aom_image_t *img, in image2yuvconfig()
/external/libaom/common/
Drawenc.c35 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/
Dfd5_image.c43 translate_image(struct fd5_image *img, struct pipe_image_view *pimg) in translate_image()
120 emit_image_tex(struct fd_ringbuffer *ring, unsigned slot, struct fd5_image *img, in emit_image_tex()
160 struct fd5_image *img, enum pipe_shader_type shader) in emit_image_ssbo()
206 struct fd5_image img; in fd5_emit_images() local
/external/skia/tests/
DPinnedImageTest.cpp70 sk_sp<SkImage> img = SkImages::PinnableRasterFromBitmap(bm); in basic_test() local
128 sk_sp<SkImage> img; in cleanup_test() local
178 sk_sp<SkImage> img = SkImages::PinnableRasterFromBitmap(bm); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
209 sk_sp<SkImage> img = SkImages::PinnableRasterFromBitmap(bm); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
/external/mesa3d/src/mesa/main/
Dtexstore.c121 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
411 GLint img, row; in _mesa_texstore_s8_z24() local
502 GLint img, row; in _mesa_texstore_s8() local
[all …]
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_image.c45 static void translate_image(struct fd4_image *img, struct pipe_image_view *pimg) in translate_image()
137 struct fd4_image *img, enum pipe_shader_type shader) in emit_image_tex()
183 struct fd4_image *img, enum pipe_shader_type shader) in emit_image_ssbo()
226 struct fd4_image img; in fd4_emit_images() local
/external/pdfium/third_party/libtiff/
Dtif_getimage.c253 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/state_tracker/
Dst_atom_image.c51 struct pipe_image_view *img, enum gl_access_qualifier shader_access) in st_convert_image()
136 struct pipe_image_view *img, in st_convert_image_from_unit()
163 struct pipe_image_view *img = &images[i]; in st_bind_images() local
/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/skia/src/gpu/ganesh/image/
DSkImage_RasterPinnable.cpp66 bool PinAsTexture(GrRecordingContext* rContext, SkImage* img) { in PinAsTexture()
98 void UnpinTexture(GrRecordingContext*, SkImage* img) { in UnpinTexture()
/external/trusty/arm-trusted-firmware/drivers/auth/mbedtls/
Dmbedtls_x509_parser.c190 static int cert_parse(void *img, unsigned int img_len) in cert_parse()
439 static int check_integrity(void *img, unsigned int img_len) in check_integrity()
460 void *img, unsigned int img_len, in get_auth_param()
/external/arm-trusted-firmware/drivers/auth/mbedtls/
Dmbedtls_x509_parser.c143 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()

12345678910>>...21