HomeSort by relevance Sort by last modified time
    Searched defs:bits_per_pixel (Results 1 - 25 of 167) sorted by null

1 2 3 4 5 6 7

  /external/ImageMagick/coders/
pix.c 112 bits_per_pixel,
144 bits_per_pixel=ReadBlobMSBShort(image);
145 if ((width == 0UL) || (height == 0UL) || ((bits_per_pixel != 8) &&
146 (bits_per_pixel != 24)))
155 if (bits_per_pixel == 8)
182 if (bits_per_pixel == 8)
227 bits_per_pixel=ReadBlobMSBShort(image);
228 status=(width != 0UL) && (height == 0UL) && ((bits_per_pixel == 8) ||
229 (bits_per_pixel == 24)) ? MagickTrue : MagickFalse;
110 bits_per_pixel, local
tim.c 108 bits_per_pixel,
177 case 0: bits_per_pixel=4; break;
178 case 1: bits_per_pixel=8; break;
179 case 2: bits_per_pixel=16; break;
180 case 3: bits_per_pixel=24; break;
181 default: bits_per_pixel=4; break;
238 width=(width*16)/bits_per_pixel;
255 switch (bits_per_pixel)
106 bits_per_pixel, local
dps.c 142 bits_per_pixel;
220 &bits_per_pixel,&page);
232 GetBlobFileHandle(image),(int) bits_per_pixel.height,visual_info->depth,
245 dps_image=XGetImage(display,pixmap,0,0,bits_per_pixel.width,
246 bits_per_pixel.height,AllPlanes,ZPixmap);
470 GetBlobFileHandle(image),1,pixels_per_point,&pixmap,&bits_per_pixel,&page);
474 GetBlobFileHandle(image),(int) bits_per_pixel.height,1,&page,-page.x,
484 matte_image=XGetImage(display,pixmap,0,0,bits_per_pixel.width,
485 bits_per_pixel.height,AllPlanes,ZPixmap);
140 bits_per_pixel; local
xwd.c 290 ximage->bits_per_pixel=(int) header.bits_per_pixel;
307 if ((ximage->bits_per_pixel > 32) || (ximage->bitmap_unit > 32))
693 bits_per_pixel,
744 bits_per_pixel=(size_t) (image->storage_class == DirectClass ? 24 : 8);
745 xwd_info.bits_per_pixel=(CARD32) bits_per_pixel;
746 bytes_per_line=(CARD32) ((((xwd_info.bits_per_pixel*
839 scanline_pad=(bytes_per_line-((image->columns*bits_per_pixel) >> 3));
686 bits_per_pixel, local
dib.c 88 bits_per_pixel;
515 dib_info.bits_per_pixel=ReadBlobLSBShort(image);
516 if (dib_info.bits_per_pixel > 32)
524 if ((dib_info.bits_per_pixel != 1) && (dib_info.bits_per_pixel != 4) &&
525 (dib_info.bits_per_pixel != 8) && (dib_info.bits_per_pixel != 16) &&
526 (dib_info.bits_per_pixel != 24) && (dib_info.bits_per_pixel != 32))
529 ((dib_info.bits_per_pixel == 16) || (dib_info.bits_per_pixel == 32))
86 bits_per_pixel; member in struct:_DIBInfo
    [all...]
fits.c 150 static inline double GetFITSPixel(Image *image,int bits_per_pixel)
160 if (bits_per_pixel > 0)
166 if (bits_per_pixel > 0)
176 const int bits_per_pixel,double *minima,double *maxima)
194 *minima=GetFITSPixel(image,bits_per_pixel);
198 pixel=GetFITSPixel(image,bits_per_pixel);
213 const size_t bits_per_pixel,const EndianType endian,unsigned char *pixels)
219 pixels+=(bits_per_pixel >> 3)-1;
223 pixels+=bits_per_pixel >> 3;
237 bits_per_pixel,
232 bits_per_pixel, member in struct:_FITSInfo
    [all...]
palm.c 267 bits_per_pixel,
325 bits_per_pixel=(size_t) ReadBlobByte(image);
326 if ((bits_per_pixel != 1) && (bits_per_pixel != 2) &&
327 (bits_per_pixel != 4) && (bits_per_pixel != 8) &&
328 (bits_per_pixel != 16))
346 if ((bits_per_pixel < 16) &&
347 (AcquireImageColormap(image,one << bits_per_pixel,exception) == MagickFalse))
350 if (bits_per_pixel == 16) /* Direct Color *
261 bits_per_pixel, local
700 bits_per_pixel, local
    [all...]
pcl.c 696 bits_per_pixel,
746 bits_per_pixel=1;
754 bits_per_pixel=24;
768 bits_per_pixel=8;
772 (void) WriteBlobByte(image,bits_per_pixel); /* bits per index */
785 for (one=1; i < (ssize_t) (one << bits_per_pixel); i++)
798 length=(image->columns*bits_per_pixel+7)/8;
865 switch (bits_per_pixel)
689 bits_per_pixel, local
pcx.c 79 bits_per_pixel;
319 bits_per_pixel;
328 bits_per_pixel=ReadBlobByte(image);
329 if (bits_per_pixel == -1)
331 pcx_info.bits_per_pixel=(unsigned char) bits_per_pixel;
346 ((pcx_info.bits_per_pixel != 1) &&
347 (pcx_info.bits_per_pixel != 2) &&
348 (pcx_info.bits_per_pixel != 4) &&
349 (pcx_info.bits_per_pixel != 8))
77 bits_per_pixel; member in struct:_PCXInfo
313 bits_per_pixel; local
    [all...]
rle.c 175 bits_per_pixel,
227 bits_per_pixel=(size_t) ReadBlobByte(image);
235 ((flags & 0x04) && (number_colormaps > 254)) || (bits_per_pixel != 8) ||
172 bits_per_pixel, local
tga.c 110 bits_per_pixel,
234 tga_info.bits_per_pixel=(unsigned char) ReadBlobByte(image);
238 if ((((tga_info.bits_per_pixel <= 1) || (tga_info.bits_per_pixel >= 17)) &&
239 (tga_info.bits_per_pixel != 24) && (tga_info.bits_per_pixel != 32)))
247 image->alpha_trait=(alpha_bits > 0) || (tga_info.bits_per_pixel == 32) ||
251 image->depth=(size_t) ((tga_info.bits_per_pixel <= 8) ? 8 :
252 (tga_info.bits_per_pixel <= 16) ? 5 :
253 (tga_info.bits_per_pixel == 24) ? 8
109 bits_per_pixel, member in struct:_TGAInfo
    [all...]
icon.c 95 bits_per_pixel;
127 bits_per_pixel;
311 icon_file.directory[i].bits_per_pixel=(unsigned short)
334 icon_info.bits_per_pixel=ReadBlobLSBShort(image);
341 if (((icon_info.planes == 18505) && (icon_info.bits_per_pixel == 21060)) ||
368 png[14]=(unsigned char) icon_info.bits_per_pixel;
369 png[15]=(unsigned char) (icon_info.bits_per_pixel >> 8);
394 if (icon_info.bits_per_pixel > 32)
413 image->depth=icon_info.bits_per_pixel;
429 " bpp = %.20g",(double) icon_info.bits_per_pixel);
92 bits_per_pixel; member in struct:_IconEntry
124 bits_per_pixel; member in struct:_IconInfo
    [all...]
pdb.c 304 bits_per_pixel,
410 bits_per_pixel=pdb_image.type == 0 ? 2UL : pdb_image.type == 2 ? 4UL : 1UL;
412 if (AcquireImageColormap(image,one << bits_per_pixel,exception) == MagickFalse)
422 packets=(bits_per_pixel*image->columns+7)/8;
447 switch (bits_per_pixel)
741 bits_per_pixel,
771 bits_per_pixel=1;
773 bits_per_pixel=2;
775 bits_per_pixel=3;
777 bits_per_pixel=4
299 bits_per_pixel, local
733 bits_per_pixel, local
    [all...]
bmp.c 129 bits_per_pixel;
616 bmp_info.bits_per_pixel=ReadBlobLSBShort(image);
642 bmp_info.bits_per_pixel=ReadBlobLSBShort(image);
659 " Bits per pixel: %.20g",(double) bmp_info.bits_per_pixel);
826 if ((bmp_info.bits_per_pixel != 1) && (bmp_info.bits_per_pixel != 4) &&
827 (bmp_info.bits_per_pixel != 8) && (bmp_info.bits_per_pixel != 16) &&
828 (bmp_info.bits_per_pixel != 24) && (bmp_info.bits_per_pixel != 32)
126 bits_per_pixel; member in struct:_BMPInfo
    [all...]
cin.c 144 bits_per_pixel,
301 size_t samples_per_pixel,size_t bits_per_pixel,
307 switch (bits_per_pixel)
312 bits_per_pixel+31)/32);
319 bits_per_pixel+31)/32);
327 bits_per_pixel+31)/32);
338 bits_per_pixel+31)/32);
347 bits_per_pixel+8)/16);
353 bits_per_pixel+31)/32);
359 bits_per_pixel+63)/64)
142 bits_per_pixel, member in struct:_CINImageChannel
    [all...]
pict.c 88 pixmap.bits_per_pixel=(short) ReadBlobMSBShort(image); \
94 if ((EOFBlob(image) != MagickFalse) || (pixmap.bits_per_pixel <= 0) || \
95 (pixmap.bits_per_pixel > 32) || (pixmap.component_count <= 0) || \
125 bits_per_pixel,
335 % size_t bytes_per_line,const int bits_per_pixel,
347 % o bits_per_pixel: the number of bits in a pixel.
354 MagickSizeType *bytes_per_line,const unsigned int bits_per_pixel)
368 switch (bits_per_pixel)
422 size_t bytes_per_line,const unsigned int bits_per_pixel,size_t *extent,
454 if (bits_per_pixel <= 8
123 bits_per_pixel, member in struct:_PICTPixmap
    [all...]
gif.c 1498 bits_per_pixel, local
    [all...]
  /external/libjpeg-turbo/
rdbmp.c 68 int bits_per_pixel; /* remembers 8- or 24-bit format */ member in struct:_bmp_source_struct
254 switch (source->bits_per_pixel) {
327 source->bits_per_pixel = (int) GET_2B(bmpinfoheader,10);
329 switch (source->bits_per_pixel) {
349 source->bits_per_pixel = (int) GET_2B(bmpinfoheader,14);
356 switch (source->bits_per_pixel) {
418 if (source->bits_per_pixel == 24)
420 else if (source->bits_per_pixel == 32)
wrbmp.c 204 int bits_per_pixel, cmap_entries; local
210 bits_per_pixel = 8;
214 bits_per_pixel = 24;
218 bits_per_pixel = 24;
222 bits_per_pixel = 8;
245 PUT_2B(bmpinfoheader, 14, bits_per_pixel); /* biBitCount */
272 int bits_per_pixel, cmap_entries; local
278 bits_per_pixel = 8;
282 bits_per_pixel = 24;
286 bits_per_pixel = 24
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/x11/
x_server_pixel_buffer.cc 52 return image->bits_per_pixel == 32 &&
252 rect.left() * x_image_->bits_per_pixel / 8;
302 int bits_per_pixel = x_image_->bits_per_pixel; local
318 if (bits_per_pixel == 32) {
320 } else if (bits_per_pixel == 16) {
  /device/linaro/bootloader/edk2/CorebootModulePkg/Include/
Coreboot.h 202 UINT8 bits_per_pixel; member in struct:cb_framebuffer
  /external/syslinux/com32/lib/sys/vesa/
i915resolution.c 90 uint8_t bits_per_pixel; member in struct:__anon31935
547 debug("Mode %02x : %dx%d, %d bits/pixel\r\n", map->mode_table[i].mode, x, y, map->mode_table[i].bits_per_pixel);
565 debug("Mode %02x : %dx%d, %d bits/pixel\r\n", map->mode_table[i].mode, x, y, map->mode_table[i].bits_per_pixel);
577 debug("Mode %02x : %dx%d, %d bits/pixel\r\n", map->mode_table[i].mode, x, y, map->mode_table[i].bits_per_pixel);
627 map->mode_table[i].bits_per_pixel = bp;
  /bionic/libc/kernel/uapi/linux/
omapfb.h 196 __u32 bits_per_pixel; member in struct:omapfb_ovl_colormode
  /development/ndk/platforms/android-21/include/linux/
omapfb.h 196 __u32 bits_per_pixel; member in struct:omapfb_ovl_colormode
  /external/kernel-headers/original/uapi/linux/
omapfb.h 191 __u32 bits_per_pixel; member in struct:omapfb_ovl_colormode

Completed in 906 milliseconds

1 2 3 4 5 6 7