Searched refs:image (Results 1 - 25 of 210) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dimage_utils.h18 } image; typedef in typeref:struct:__anon1106
21 image_free(image *pimage);
29 image *
32 image *
33 image_resize(image * src_image, int32_t width, int32_t height);
36 image_save_to_jpeg_buf(image * pimage, int * size);
39 image_save_to_jpeg_file(image * pimage, const char * path);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dimage_utils.h18 } image; typedef in typeref:struct:__anon1132
21 image_free(image *pimage);
29 image *
32 image *
33 image_resize(image * src_image, int32_t width, int32_t height);
36 image_save_to_jpeg_buf(image * pimage, int * size);
39 image_save_to_jpeg_file(image * pimage, const char * path);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlibopenjpeg.c37 AVFrame image; member in struct:__anon534
40 static int check_image_attributes(opj_image_t *image) argument
42 return(image->comps[0].dx == image->comps[1].dx &&
43 image->comps[1].dx == image->comps[2].dx &&
44 image->comps[0].dy == image->comps[1].dy &&
45 image->comps[1].dy == image
67 opj_image_t *image; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dmachine_kexec.c29 int machine_kexec_prepare(struct kimage *image) argument
33 /* Can't replace kernel image since it is read-only. */
37 /* We don't support anything but the default image type for now. */
38 if (image->type != KEXEC_TYPE_DEFAULT)
42 reboot_code_buffer = (void *) page_to_phys(image->control_code_page);
49 void machine_kexec_cleanup(struct kimage *image) argument
58 void machine_kexec(struct kimage *image) argument
66 data_mover = (relocate_kernel_t) page_to_phys(image->control_code_page);
69 (*data_mover)(&image->head, image
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/boot/
H A DMakefile11 targets := image
13 $(obj)/image: vmlinux FORCE
16 install: $(CONFIGURE) $(obj)/image
17 sh -x $(srctree)/$(obj)/install.sh $(KERNELRELEASE) $(obj)/image \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dmachine_kexec.c41 * Do what every setup is needed on image and the
45 int machine_kexec_prepare(struct kimage *image) argument
50 void machine_kexec_cleanup(struct kimage *image) argument
54 static void kexec_info(struct kimage *image) argument
58 for (i = 0; i < image->nr_segments; i++) {
61 (unsigned int)image->segment[i].mem,
62 (unsigned int)image->segment[i].mem +
63 image->segment[i].memsz,
64 (unsigned int)image->segment[i].memsz);
66 printk(" start : 0x%08x\n\n", (unsigned int)image
73 machine_kexec(struct kimage *image) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dmachine_kexec.c44 * Do what every setup is needed on image and the
48 int machine_kexec_prepare(struct kimage *image) argument
51 return ppc_md.machine_kexec_prepare(image);
59 void machine_kexec_cleanup(struct kimage *image) argument
62 ppc_md.machine_kexec_cleanup(image);
69 NORET_TYPE void machine_kexec(struct kimage *image) argument
72 ppc_md.machine_kexec(image);
86 * It merely copies the image relocation code to the control page and
90 void machine_kexec_simple(struct kimage *image) argument
99 page_list = image
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmachine_kexec.c47 * Do what every setup is needed on image and the
51 int machine_kexec_prepare(struct kimage *image) argument
58 control_code_buffer = page_address(image->control_code_page);
63 ia64_kimage = image;
68 void machine_kexec_cleanup(struct kimage *image) argument
78 struct kimage *image = arg; local
81 unsigned long code_addr = (unsigned long)page_address(image->control_code_page);
85 BUG_ON(!image);
86 if (image->type == KEXEC_TYPE_CRASH) {
117 (*rnk)(image
122 machine_kexec(struct kimage *image) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dsoftcursor.c29 struct fb_image *image; local
35 s_pitch = (cursor->image.width + 7) >> 3;
36 dsize = s_pitch * cursor->image.height;
51 image = (struct fb_image *)ops->cursor_src;
52 *image = cursor->image;
55 size = d_pitch * image->height + buf_align;
63 src[i] = image->data[i] ^ cursor->mask[i];
68 src[i] = image->data[i] & cursor->mask[i];
72 memcpy(src, image
[all...]
H A Dfbcon_ud.c87 struct fb_image *image, u8 *buf, u8 *dst)
104 image->height);
107 image->height);
112 info->fbops->fb_imageblit(info, image);
119 struct fb_image *image, u8 *buf,
138 image->height, shift_high,
146 info->fbops->fb_imageblit(info, image);
154 struct fb_image image; local
170 image.fg_color = fg;
171 image
84 ud_putcs_aligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) argument
115 ud_putcs_unaligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Dx11grab.c70 XImage *image; /**< X11 image holding the grab */ member in struct:x11_grab
94 XImage *image; local
131 image = XShmCreateImage(dpy,
139 image->bytes_per_line * image->height,
145 x11grab->shminfo.shmaddr = image->data = shmat(x11grab->shminfo.shmid, 0, 0);
154 image = XGetImage(dpy, RootWindow(dpy, DefaultScreen(dpy)),
160 switch (image->bits_per_pixel) {
166 if ( image
309 paint_mouse_pointer(XImage *image, struct x11_grab *s, int x, int y) argument
388 xget_zpixmap(Display *dpy, Drawable d, XImage *image, int x, int y) argument
436 XImage *image = s->image; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dkexec.c96 static int kimage_is_destination_range(struct kimage *image,
98 static struct page *kimage_alloc_page(struct kimage *image,
107 struct kimage *image; local
113 image = kzalloc(sizeof(*image), GFP_KERNEL);
114 if (!image)
117 image->head = 0;
118 image->entry = &image->head;
119 image
214 struct kimage *image; local
252 struct kimage *image; local
316 kimage_is_destination_range(struct kimage *image, unsigned long start, unsigned long end) argument
375 kimage_alloc_normal_control_pages(struct kimage *image, unsigned int order) argument
441 kimage_alloc_crash_control_pages(struct kimage *image, unsigned int order) argument
505 kimage_alloc_control_pages(struct kimage *image, unsigned int order) argument
522 kimage_add_entry(struct kimage *image, kimage_entry_t entry) argument
548 kimage_set_destination(struct kimage *image, unsigned long destination) argument
562 kimage_add_page(struct kimage *image, unsigned long page) argument
575 kimage_free_extra_pages(struct kimage *image) argument
584 kimage_terminate(struct kimage *image) argument
607 kimage_free(struct kimage *image) argument
641 kimage_dst_used(struct kimage *image, unsigned long page) argument
660 kimage_alloc_page(struct kimage *image, gfp_t gfp_mask, unsigned long destination) argument
755 kimage_load_normal_segment(struct kimage *image, struct kexec_segment *segment) argument
815 kimage_load_crash_segment(struct kimage *image, struct kexec_segment *segment) argument
870 kimage_load_segment(struct kimage *image, struct kexec_segment *segment) argument
920 struct kimage **dest_image, *image; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/boot/
H A Dpiggyback.c2 Simple utility to make a single-image install kernel with initial ramdisk
32 /* Note: run this on an a.out kernel (use elftoaout for it), as PROM looks for a.out image onlly
47 int image, tail; local
59 if ((image = open(argv[1],O_RDWR)) < 0) die(argv[1]);
60 if (read(image,buffer,512) != 512) die(argv[1]);
65 if (lseek(image,i,0) < 0) die("lseek");
66 if (read(image,buffer,512) != 512) die(argv[1]);
79 if (lseek(image,i,0) < 0) die("lseek");
80 if (read(image,buffer,1024) != 1024) die(argv[1]);
91 if (lseek(image, offse
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dmachine_kexec_32.c27 * It merely copies the image relocation code to the control page and
31 void default_machine_kexec(struct kimage *image) argument
42 page_list = image->head;
46 (unsigned long)page_address(image->control_code_page);
59 (*rnk)(page_list, reboot_code_buffer_phys, image->start);
62 int default_machine_kexec_prepare(struct kimage *image) argument
H A Dmachine_kexec.c25 * Do what every setup is needed on image and the
29 int machine_kexec_prepare(struct kimage *image) argument
32 return ppc_md.machine_kexec_prepare(image);
40 void machine_kexec_cleanup(struct kimage *image) argument
43 ppc_md.machine_kexec_cleanup(image);
50 NORET_TYPE void machine_kexec(struct kimage *image) argument
53 ppc_md.machine_kexec(image);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/savage/
H A Dsavagefb_accel.c91 void savagefb_imageblit(struct fb_info *info, const struct fb_image *image) argument
96 u32 *src = (u32 *) image->data;
98 if (!image->width || !image->height)
101 if (image->depth != 1) {
102 cfb_imageblit(info, image);
107 fg = image->fg_color;
108 bg = image->bg_color;
110 fg = ((u32 *)info->pseudo_palette)[image->fg_color];
111 bg = ((u32 *)info->pseudo_palette)[image
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dmachine_kexec.c30 int machine_kexec_prepare(struct kimage *image) argument
35 void machine_kexec_cleanup(struct kimage *image) argument
47 void machine_kexec(struct kimage *image) argument
54 page_list = image->head & PAGE_MASK;
58 page_to_pfn(image->control_code_page) << PAGE_SHIFT;
59 reboot_code_buffer = page_address(image->control_code_page);
62 kexec_start_address = image->start;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-uncompress.c41 void *yuv, *image; local
51 image = pdev->image_data;
52 image += pdev->images[pdev->fill_image].offset;
59 struct pwc_raw_frame *raw_frame = image;
73 * size (which may be larger than the image size).
85 dsty = (u16 *)(image + stride);
89 dstu = (u16 *)(image + n + stride);
90 dstv = (u16 *)(image + n + n / 4 + stride);
93 stride = (pdev->view.x - pdev->image.x) / 2; /* u16 is 2 bytes */
95 for (line = 0; line < pdev->image
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/
H A Ddefpalo.conf13 # (Edit the ramdisk image name!!!!)
14 --ramdisk=ram-disk-image-file
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dmachine_kexec.c44 machine_kexec(struct kimage *image) argument
51 (unsigned long)page_address(image->control_code_page);
53 kexec_start_address = image->start;
54 kexec_indirection_page = phys_to_virt(image->head & PAGE_MASK);
65 for (ptr = &image->head; (entry = *ptr) && !(entry &IND_DONE);
81 printk("Will call new kernel at %08x\n", image->start);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dextract-ikconfig50 image="$1"
53 dump_config "$image"
59 off=`$binoffset "$image" $GZHDR1 2>/dev/null`
62 off=`$binoffset "$image" $GZHDR2 2>/dev/null`
66 zcat <"$image" >"$TMPFILE"
69 (dd ibs="$off" skip=1 count=0 && dd bs=512k) <"$image" 2>/dev/null | \
75 echo " This kernel image may not have the config info."
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A DMakefile14 # needed to build the 32 bit image. That's normally the same
127 image-$(CONFIG_PPC_PSERIES) += zImage.pseries
128 image-$(CONFIG_PPC_MAPLE) += zImage.pseries
129 image-$(CONFIG_PPC_IBM_CELL_BLADE) += zImage.pseries
130 image-$(CONFIG_PPC_PS3) += zImage.ps3
131 image-$(CONFIG_PPC_CELLEB) += zImage.pseries
132 image-$(CONFIG_PPC_CHRP) += zImage.chrp
133 image-$(CONFIG_PPC_EFIKA) += zImage.chrp
134 image-$(CONFIG_PPC_PMAC) += zImage.pmac
135 image
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/
H A DMakefile31 install -d $(RELEASEDIR)/image
33 #-cp router/mipsel/linux.trx $(RELEASEDIR)/image/linux-glibc.trx
34 #-cp router/mipsel-uclibc/linux.trx $(RELEASEDIR)/image/linux.trx
35 -cp router/mipsel-uclibc/linux-lzma.trx $(RELEASEDIR)/image/linux-lzma.trx
36 -cp router/mipsel-uclibc/linux.bin $(RELEASEDIR)/image/linux.bin
37 #-cp dongle/rte/wl/builds/4322-bmac-usbap/roml-ag-nodis/rtecdc.exe $(RELEASEDIR)/image/rtecdc-4323.exe
38 #-cp dongle/rte/wl/builds/43236-bmac-usbap/roml-ag-nodis/rtecdc.exe $(RELEASEDIR)/image/rtecdc-43236.exe
40 cp cfe/build/broadcom/bcm947xx/cfe.bin $(RELEASEDIR)/image/
41 cp cfe/build/broadcom/bcm947xx/compressed/cfez.bin $(RELEASEDIR)/image/
46 cp cfe/build/broadcom/bcm947xx/cfe.bin $(RELEASEDIR)/image/cfe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dcfbimgblt.c12 * This function copys a image from system memory to video memory. The
13 * image can be a bitmap where each 0 represents the background color and
15 * also be a color image. This is determined by image_depth. The color image
78 static inline void color_imageblit(const struct fb_image *image, argument
89 const u8 *src = image->data;
92 for (i = image->height; i--; ) {
93 n = image->width;
137 static inline void slow_imageblit(const struct fb_image *image, struct fb_info *p, argument
147 u32 spitch = (image
212 fast_imageblit(const struct fb_image *image, struct fb_info *p, u8 __iomem *dst1, u32 fgcolor, u32 bgcolor) argument
262 cfb_imageblit(struct fb_info *p, const struct fb_image *image) argument
[all...]
H A Dsysimgblt.c56 static void color_imageblit(const struct fb_image *image, struct fb_info *p, argument
65 const u8 *src = image->data;
68 for (i = image->height; i--; ) {
69 n = image->width;
115 static void slow_imageblit(const struct fb_image *image, struct fb_info *p, argument
123 u32 spitch = (image->width+7)/8;
124 const u8 *src = image->data, *s;
131 for (i = image->height; i--; ) {
134 j = image->width;
185 * image
189 fast_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 fgcolor, u32 bgcolor) argument
243 sys_imageblit(struct fb_info *p, const struct fb_image *image) argument
[all...]

Completed in 127 milliseconds

123456789