Searched defs:filter_type (Results 1 - 25 of 27) sorted by relevance

12

/external/libpng/
H A Dpnginfo.h69 png_byte filter_type; /* must be PNG_FILTER_TYPE_BASE (from IHDR) */ member in struct:png_info_def
H A Dpngget.c91 return info_ptr->filter_type;
798 int *filter_type)
820 if (filter_type != NULL)
821 *filter_type = info_ptr->filter_type;
833 info_ptr->compression_type, info_ptr->filter_type);
795 png_get_IHDR(png_const_structrp png_ptr, png_const_inforp info_ptr, png_uint_32 *width, png_uint_32 *height, int *bit_depth, int *color_type, int *interlace_type, int *compression_type, int *filter_type) argument
H A Dpngset.c210 int filter_type)
222 info_ptr->filter_type = (png_byte)filter_type;
227 info_ptr->compression_type, info_ptr->filter_type);
207 png_set_IHDR(png_const_structrp png_ptr, png_inforp info_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
H A Dpngrutil.c833 int bit_depth, color_type, compression_type, filter_type; local
855 filter_type = buf[11];
865 png_ptr->filter_type = (png_byte)filter_type;
898 color_type, interlace_type, compression_type, filter_type);
H A Dpngstruct.h403 png_byte filter_type; member in struct:png_struct_def
H A Dpngtest.c1077 int interlace_type, compression_type, filter_type; local
1080 &color_type, &interlace_type, &compression_type, &filter_type) != 0)
1083 color_type, interlace_type, compression_type, filter_type);
H A Dpngwutil.c674 int bit_depth, int color_type, int compression_type, int filter_type,
771 (filter_type == PNG_INTRAPIXEL_DIFFERENCING)) &&
773 filter_type != PNG_FILTER_TYPE_BASE)
776 filter_type = PNG_FILTER_TYPE_BASE;
795 png_ptr->filter_type = (png_byte)filter_type;
814 buf[11] = (png_byte)filter_type;
673 png_write_IHDR(png_structrp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int compression_type, int filter_type, int interlace_type) argument
/external/opencv3/3rdparty/libpng/
H A Dpnginfo.h70 png_byte filter_type; /* must be PNG_FILTER_TYPE_BASE (from IHDR) */ member in struct:png_info_def
H A Dpngget.c91 return info_ptr->filter_type;
739 int *filter_type)
756 if (filter_type != NULL)
757 *filter_type = info_ptr->filter_type;
769 info_ptr->compression_type, info_ptr->filter_type);
736 png_get_IHDR(png_structp png_ptr, png_infop info_ptr, png_uint_32 *width, png_uint_32 *height, int *bit_depth, int *color_type, int *interlace_type, int *compression_type, int *filter_type) argument
H A Dpngset.c222 int filter_type)
234 info_ptr->filter_type = (png_byte)filter_type;
239 info_ptr->compression_type, info_ptr->filter_type);
219 png_set_IHDR(png_structp png_ptr, png_infop info_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
H A Dpngstruct.h293 png_byte filter_type; member in struct:png_struct_def
H A Dpng.c1172 int filter_type)
1280 if (filter_type != PNG_FILTER_TYPE_BASE)
1283 (filter_type == PNG_INTRAPIXEL_DIFFERENCING) &&
1300 if (filter_type != PNG_FILTER_TYPE_BASE)
1169 png_check_IHDR(png_structp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
H A Dpngrutil.c525 int bit_depth, color_type, compression_type, filter_type; local
547 filter_type = buf[11];
557 png_ptr->filter_type = (png_byte)filter_type;
591 color_type, interlace_type, compression_type, filter_type);
H A Dpngwutil.c678 int bit_depth, int color_type, int compression_type, int filter_type,
775 (filter_type == PNG_INTRAPIXEL_DIFFERENCING)) &&
777 filter_type != PNG_FILTER_TYPE_BASE)
780 filter_type = PNG_FILTER_TYPE_BASE;
799 png_ptr->filter_type = (png_byte)filter_type;
818 buf[11] = (png_byte)filter_type;
677 png_write_IHDR(png_structp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int compression_type, int filter_type, int interlace_type) argument
/external/pdfium/third_party/lpng_v163/
H A Dpnginfo.h70 png_byte filter_type; /* must be PNG_FILTER_TYPE_BASE (from IHDR) */ member in struct:png_info_def
H A Dpngget.c90 return info_ptr->filter_type;
764 int *filter_type)
780 if (filter_type != NULL)
781 *filter_type = info_ptr->filter_type;
793 info_ptr->compression_type, info_ptr->filter_type);
761 png_get_IHDR(png_const_structrp png_ptr, png_const_inforp info_ptr, png_uint_32 *width, png_uint_32 *height, int *bit_depth, int *color_type, int *interlace_type, int *compression_type, int *filter_type) argument
H A Dpngset.c207 int filter_type)
219 info_ptr->filter_type = (png_byte)filter_type;
224 info_ptr->compression_type, info_ptr->filter_type);
204 png_set_IHDR(png_const_structrp png_ptr, png_inforp info_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
H A Dpngrutil.c798 int bit_depth, color_type, compression_type, filter_type; local
820 filter_type = buf[11];
830 png_ptr->filter_type = (png_byte)filter_type;
864 color_type, interlace_type, compression_type, filter_type);
H A Dpngstruct.h409 png_byte filter_type; member in struct:png_struct_def
H A Dpngwutil.c754 int bit_depth, int color_type, int compression_type, int filter_type,
851 (filter_type == PNG_INTRAPIXEL_DIFFERENCING)) &&
853 filter_type != PNG_FILTER_TYPE_BASE)
856 filter_type = PNG_FILTER_TYPE_BASE;
875 png_ptr->filter_type = (png_byte)filter_type;
894 buf[11] = (png_byte)filter_type;
753 png_write_IHDR(png_structrp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int compression_type, int filter_type, int interlace_type) argument
/external/libvpx/libvpx/vp8/common/
H A Donyxc_int.h132 LOOPFILTERTYPE filter_type; member in struct:VP8Common
/external/pdfium/samples/
H A Dimage_diff_png.cc152 int filter_type, channels; local
155 &interlace_type, &compression_type, &filter_type);
/external/opencv3/3rdparty/libwebp/webp/
H A Dencode.h107 int filter_type; // filtering type: 0 = simple, 1 = strong (only used member in struct:WebPConfig
/external/webp/include/webp/
H A Dencode.h110 int filter_type; // filtering type: 0 = simple, 1 = strong (only used member in struct:WebPConfig
/external/webp/src/webp/
H A Dencode.h110 int filter_type; // filtering type: 0 = simple, 1 = strong (only used member in struct:WebPConfig

Completed in 520 milliseconds

12