HomeSort by relevance Sort by last modified time
    Searched refs:pixel_depth (Results 1 - 25 of 41) sorted by null

1 2

  /external/libpng/
pnginfo.h 76 png_byte pixel_depth; /* number of bits per pixel */ member in struct:png_info_def
pngpread.c 265 (uInt) PNG_ROWBYTES(png_ptr->pixel_depth,
652 png_ptr->zstream.avail_out = (uInt)(PNG_ROWBYTES(png_ptr->pixel_depth,
737 row_info.pixel_depth = png_ptr->pixel_depth;
738 row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width);
764 png_ptr->transformed_pixel_depth = row_info.pixel_depth;
765 if (row_info.pixel_depth > png_ptr->maximum_pixel_depth)
769 else if (png_ptr->transformed_pixel_depth != row_info.pixel_depth)
pngrtran.c     [all...]
pngrutil.c 892 png_ptr->pixel_depth = (png_byte)(png_ptr->bit_depth * png_ptr->channels);
893 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->width);
3059 unsigned int pixel_depth = png_ptr->transformed_pixel_depth; local
    [all...]
pngtrans.c 522 row_info->pixel_depth = 8;
535 row_info->pixel_depth = 16;
562 row_info->pixel_depth = 24;
580 row_info->pixel_depth = 48;
691 * an 'int' because pixel_depth becomes an 'int' in the expression below,
695 int padding = (-row_info->pixel_depth * row_info->width) & 7;
pngwtran.c 156 row_info->pixel_depth = (png_byte)(bit_depth * row_info->channels);
157 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
521 /* png_byte pixel_depth; bits per pixel (depth*channels) */
pngwutil.c 220 unsigned int pd = png_ptr->pixel_depth;
801 png_ptr->pixel_depth = (png_byte)(bit_depth * png_ptr->channels);
802 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, width);
    [all...]
pngstruct.h 256 png_byte pixel_depth; /* number of bits per pixel */ member in struct:png_struct_def
  /external/pdfium/third_party/lpng_v163/
pnginfo.h 77 png_byte pixel_depth; /* number of bits per pixel */ member in struct:png_info_def
pngpread.c 305 (uInt) PNG_ROWBYTES(png_ptr->pixel_depth,
858 png_ptr->zstream.avail_out = (uInt)(PNG_ROWBYTES(png_ptr->pixel_depth,
943 row_info.pixel_depth = png_ptr->pixel_depth;
944 row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width);
970 png_ptr->transformed_pixel_depth = row_info.pixel_depth;
971 if (row_info.pixel_depth > png_ptr->maximum_pixel_depth)
975 else if (png_ptr->transformed_pixel_depth != row_info.pixel_depth)
    [all...]
pngrtran.c     [all...]
pngrutil.c 857 png_ptr->pixel_depth = (png_byte)(png_ptr->bit_depth *
859 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->width);
2999 unsigned int pixel_depth = png_ptr->transformed_pixel_depth; local
    [all...]
pngtrans.c 512 row_info->pixel_depth = 8;
525 row_info->pixel_depth = 16;
552 row_info->pixel_depth = 24;
570 row_info->pixel_depth = 48;
681 * an 'int' because pixel_depth becomes an 'int' in the expression below,
685 int padding = (-row_info->pixel_depth * row_info->width) & 7;
pngwtran.c 41 /* png_byte pixel_depth; bits per pixel (depth*channels) */
229 row_info->pixel_depth = (png_byte)(bit_depth * row_info->channels);
230 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
  /external/opencv3/3rdparty/libpng/
pnginfo.h 75 png_byte pixel_depth; /* number of bits per pixel */ member in struct:png_info_def
pngpread.c 326 (uInt) PNG_ROWBYTES(png_ptr->pixel_depth,
885 (uInt) PNG_ROWBYTES(png_ptr->pixel_depth,
968 row_info.pixel_depth = png_ptr->pixel_depth;
969 row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width);
995 png_ptr->transformed_pixel_depth = row_info.pixel_depth;
996 if (row_info.pixel_depth > png_ptr->maximum_pixel_depth)
1000 else if (png_ptr->transformed_pixel_depth != row_info.pixel_depth)
    [all...]
pngrtran.c     [all...]
pngread.c 398 row_info.pixel_depth = png_ptr->pixel_depth;
399 row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width);
533 (uInt)(PNG_ROWBYTES(png_ptr->pixel_depth,
609 png_ptr->transformed_pixel_depth = row_info.pixel_depth;
610 if (row_info.pixel_depth > png_ptr->maximum_pixel_depth)
614 else if (png_ptr->transformed_pixel_depth != row_info.pixel_depth)
    [all...]
pngrutil.c 584 png_ptr->pixel_depth = (png_byte)(png_ptr->bit_depth *
586 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->width);
2787 unsigned int pixel_depth = png_ptr->transformed_pixel_depth; local
    [all...]
pngtrans.c 464 row_info->pixel_depth = 8;
477 row_info->pixel_depth = 16;
504 row_info->pixel_depth = 24;
522 row_info->pixel_depth = 48;
633 * an 'int' because pixel_depth becomes an 'int' in the expression below,
637 int padding = (-row_info->pixel_depth * row_info->width) & 7;
pngwrite.c 747 row_info.pixel_depth = (png_byte)(row_info.bit_depth * row_info.channels);
748 row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width);
754 png_debug1(3, "row_info->pixel_depth = %d", row_info.pixel_depth);
784 if (row_info.pixel_depth != png_ptr->pixel_depth ||
785 row_info.pixel_depth != png_ptr->transformed_pixel_depth)
    [all...]
pngwtran.c 42 /* png_byte pixel_depth; bits per pixel (depth*channels) */
230 row_info->pixel_depth = (png_byte)(bit_depth * row_info->channels);
231 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 75 png_byte pixel_depth; /* number of bits per pixel */ member in struct:png_info_def
pngrtran.c     [all...]
  /external/libpng/contrib/libtests/
makepng.c 215 int pixel_depth = pixel_depth_of_type(color_type, bit_depth); local
219 if (pixel_depth <= 8) /* there will be one row */
220 return 1 << pixel_depth;
226 else if (pixel_depth < 8)
229 else if (pixel_depth > 16)
401 unsigned int pixel_depth = pixel_depth_of_type(color_type, bit_depth); local
407 switch (pixel_depth)
504 assert(size_max == 255 && rowbytes == 256*(pixel_depth>>3));
505 pixel_depth >>= 3; /* now in bytes */
508 const size_t pixel_index = --rowbytes/pixel_depth;
827 const unsigned int pixel_depth = local
    [all...]

Completed in 842 milliseconds

1 2