Searched refs:image (Results 76 - 100 of 210) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dimage_utils.c20 * There are function to effiently resize a JPEG image, and some utility functions.
206 image_free(image *pimage)
213 get_pix(image *pimage, int32_t x, int32_t y)
227 put_pix_alpha_replace(image *pimage, int32_t x, int32_t y, pix col)
381 image *
384 image *vimage;
386 if((vimage = (image *)malloc(sizeof(image))) == NULL)
406 image *
409 image *vimag
[all...]
H A Dalbumart.c47 save_resized_album_art(image * imsrc, const char * path)
50 image * imdst;
181 image * imsrc;
192 /* If the embedded image matches the embedded image from the last file we
278 image * imsrc = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/cs423x/
H A Dcs4236_lib.c191 snd_cs4231_out(chip, CS4231_ALT_FEATURE_1, chip->image[CS4231_ALT_FEATURE_1] | 0x10);
193 snd_cs4231_out(chip, CS4231_ALT_FEATURE_1, chip->image[CS4231_ALT_FEATURE_1] & ~0x10);
205 snd_cs4231_out(chip, CS4231_ALT_FEATURE_1, chip->image[CS4231_ALT_FEATURE_1] | 0x20);
207 snd_cs4231_out(chip, CS4231_ALT_FEATURE_1, chip->image[CS4231_ALT_FEATURE_1] & ~0x20);
221 chip->image[reg] = snd_cs4231_in(chip, reg);
244 snd_cs4231_out(chip, reg, chip->image[reg]);
560 ucontrol->value.integer.value[0] = (chip->image[left_reg] >> shift_left) & mask;
592 val1 = (chip->image[left_reg] & ~(mask << shift_left)) | val1;
594 change = val1 != chip->image[left_reg] || val2 != chip->eimage[CS4236_REG(right_reg)];
677 ucontrol->value.integer.value[0] = snd_cs4235_mixer_output_accu_get_volume(chip->image[CS4235_LEFT_MASTE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_accel.c108 static void matroxfb_imageblit(struct fb_info* info, const struct fb_image* image);
476 static void matroxfb_imageblit(struct fb_info* info, const struct fb_image* image) { argument
481 if (image->depth == 1) {
484 fgx = ((u_int32_t*)info->pseudo_palette)[image->fg_color];
485 bgx = ((u_int32_t*)info->pseudo_palette)[image->bg_color];
486 matroxfb_1bpp_imageblit(PMINFO fgx, bgx, image->data, image->width, image->height, image->dy, image
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddl2k.h302 u16 image; member in union:t_MII_BMCR
337 u16 image; member in union:t_MII_BMSR
378 u16 image; member in union:t_MII_ANAR
411 u16 image; member in union:t_MII_ANLPAR
443 u16 image; member in union:t_MII_ANER
464 u16 image; member in union:t_MII_MSCR
487 u16 image; member in union:t_MII_MSSR
512 u16 image; member in union:t_MII_ESR
530 u16 image; member in union:t_MII_PHY_SCR
560 u16 image; member in union:t_PCS_ANAR
584 u16 image; member in union:t_PCS_ANLPAR
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/boot/compressed/
H A Dhead.S46 .long 0 ; address of loaded ramdisk image
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dhwdep.h41 int (*dsp_load) (struct snd_hwdep *hw, struct snd_hwdep_dsp_image *image);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils.h54 char *image; // coverart member in struct:song_metadata
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils.h53 char *image; // coverart member in struct:song_metadata
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils.h54 char *image; // coverart member in struct:song_metadata
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dtdfxfb.c165 static void tdfxfb_imageblit(struct fb_info *info, const struct fb_image *image);
937 static void tdfxfb_imageblit(struct fb_info *info, const struct fb_image *image) argument
940 int size = image->height * ((image->width * image->depth + 7)>>3);
945 u8 *chardata = (u8 *) image->data;
948 if (image->depth != 1) {
951 cfb_imageblit(info, image);
957 tdfx_outl(par, COLORFORE, image->fg_color);
958 tdfx_outl(par, COLORBACK, image
[all...]
H A Dtgafb.c627 tgafb_mono_imageblit(struct fb_info *info, const struct fb_image *image) argument
642 made to pull the data from the image buffer... */
643 if (image->depth > 1) {
644 cfb_imageblit(info, image);
648 dx = image->dx;
649 dy = image->dy;
650 width = image->width;
651 height = image->height;
657 /* Crop the image to the screen. */
671 fgcolor = image
845 tgafb_clut_imageblit(struct fb_info *info, const struct fb_image *image) argument
895 tgafb_imageblit(struct fb_info *info, const struct fb_image *image) argument
[all...]
H A Dneofb.c1486 neo2200_imageblit(struct fb_info *info, const struct fb_image *image) argument
1489 int s_pitch = (image->width * image->depth + 7) >> 3;
1496 data_len = ((d_pitch * image->height) + buf_align) & ~buf_align;
1500 if (image->depth == 1) {
1501 if (info->var.bits_per_pixel == 24 && image->width < 16) {
1502 return cfb_imageblit(info, image);
1505 } else if (image->depth == info->var.bits_per_pixel) {
1508 /* We don't currently support hardware acceleration if image
1510 return cfb_imageblit(info, image);
1575 neofb_imageblit(struct fb_info *info, const struct fb_image *image) argument
[all...]
H A Dhgafb.c498 static void hgafb_imageblit(struct fb_info *info, const struct fb_image *image) argument
501 u8 *cdat = (u8 *) image->data;
502 u_int rows, y = image->dy;
505 for (rows = image->height; rows--; y++) {
507 dest = rowaddr(info, y) + (image->dx >> 3);
H A Dcg6.c320 * Copies a image from system memory to the screen.
323 * @image: structure defining the image.
325 static void cg6_imageblit(struct fb_info *info, const struct fb_image *image) argument
329 const u8 *data = image->data;
334 if (image->depth > 1) {
335 cfb_imageblit(info, image);
343 sbus_writel(image->fg_color, &fbc->fg);
344 sbus_writel(image->bg_color, &fbc->bg);
354 x = image
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/riva/
H A Dfbdev.c485 * rivafb_load_cursor_image - load cursor image to hardware
488 * @w: width of cursor image in pixels
489 * @h: height of cursor image in scanlines
494 * Loads cursor image based on a monochrome source and mask bitmap. The
495 * image bits determines the color of the pixel, 0 for background, 1 for
1498 * @image: pointer to fb_image structure
1512 const struct fb_image *image)
1516 u8 *cdat = (u8 *) image->data;
1520 if ((info->flags & FBINFO_HWACCEL_DISABLED) || image->depth != 1) {
1521 cfb_imageblit(info, image);
1511 rivafb_imageblit(struct fb_info *info, const struct fb_image *image) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-ctrl.c243 pdev->image = pwc_image_sizes[size];
244 pdev->frame_size = (pdev->image.x * pdev->image.y * 3) / 2;
304 pdev->image = pwc_image_sizes[size];
307 pdev->frame_size = (pChoose->bandlength * pdev->image.y) / 4;
309 pdev->frame_size = (pdev->image.x * pdev->image.y * 12) / 8;
376 pdev->image = pwc_image_sizes[size];
379 pdev->frame_size = (pdev->vbandlength * pdev->image.y) / 4;
381 pdev->frame_size = (pdev->image
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dyuv2rgb_template.c136 uint8_t *image = dst[0] + (y+srcSliceY)*dstStride[0]; \
166 : "+r" (index), "+r" (image) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Dsetup.c217 static void ps3_machine_kexec(struct kimage *image) argument
228 default_machine_kexec(image);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/video4linux/
H A Dv4lgrab.c1 /* Simple Video4Linux image grabber. */
8 * v4lgrab >image.ppm
83 int get_brightness_adj(unsigned char *image, long size, int *brightness) { argument
86 tot += image[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/i810/
H A Di810_main.h31 extern void i810fb_imageblit(struct fb_info *p, const struct fb_image *image);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dalbumart.c47 save_resized_album_art(image * imsrc, const char * path)
50 image * imdst;
181 image * imsrc;
192 /* If the embedded image matches the embedded image from the last file we
278 image * imsrc = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/brew/
H A Dbdbread.mak10 # all - make .elf and .mod image files (default)
11 # clean - delete object directory and image files
43 EXETYPE = elf # Target image file format
68 HEXTOOL = $(ARMBIN)\fromelf # ARM ADS utility to create hex file from image
140 ROPILINK = -ropi #Link image as Read-Only Position Independent
177 # The object subdirectory, target image file, and target hex file are deleted.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/opti9xx/
H A Dopti92x-ad1848.c205 unsigned char image[32]; member in struct:snd_opti93x
715 snd_opti93x_out(chip, reg, chip->image[reg] = value);
722 (chip->image[reg] & ~mask) | (value & mask));
745 snd_opti93x_out(chip, reg, mute ? 0x80 : chip->image[reg]);
868 fmt = chip->image[OPTi93X_PLAY_FORMAT] & 0xf0;
1012 format = chip->image[OPTi93X_PLAY_FORMAT];
1044 format = chip->image[OPTi93X_CAPT_FORMAT];
1059 if (!(chip->image[OPTi93X_IFACE_CONF] & OPTi93X_PLAYBACK_ENABLE))
1071 if (!(chip->image[OPTi93X_IFACE_CONF] & OPTi93X_CAPTURE_ENABLE))
1396 ucontrol->value.enumerated.item[0] = (chip->image[OPTi93X_MIXOUT_LEF
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dradeon_state.c1637 drm_radeon_tex_image_t * image)
1663 * part of the texture image may be corrupted.
1679 blit_width = image->width * 4;
1689 blit_width = image->width * 2;
1695 blit_width = image->width * 1;
1702 if (spitch == 0 && image->height > 1)
1711 image->x *= 2;
1721 image->x, image->y, image
1634 radeon_cp_dispatch_texture(DRMFILE filp, drm_device_t * dev, drm_radeon_texture_t * tex, drm_radeon_tex_image_t * image) argument
2372 drm_radeon_tex_image_t image; local
[all...]

Completed in 379 milliseconds

123456789