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

12

/external/chromium/net/base/
H A Dgzip_filter.cc33 bool GZipFilter::InitDecoding(Filter::FilterType filter_type) { argument
44 switch (filter_type) {
H A Dsdch_filter.cc118 bool SdchFilter::InitDecoding(Filter::FilterType filter_type) { argument
123 if (FILTER_TYPE_SDCH_POSSIBLE == filter_type)
H A Dfilter.cc142 const std::string& filter_type) {
144 if (LowerCaseEqualsASCII(filter_type, kDeflate)) {
146 } else if (LowerCaseEqualsASCII(filter_type, kGZip) ||
147 LowerCaseEqualsASCII(filter_type, kXGZip)) {
149 } else if (LowerCaseEqualsASCII(filter_type, kSdch)) {
141 ConvertEncodingToType( const std::string& filter_type) argument
/external/chromium_org/net/base/
H A Dgzip_filter.cc28 bool GZipFilter::InitDecoding(Filter::FilterType filter_type) { argument
39 switch (filter_type) {
H A Dsdch_filter.cc116 bool SdchFilter::InitDecoding(Filter::FilterType filter_type) { argument
121 if (FILTER_TYPE_SDCH_POSSIBLE == filter_type)
H A Dfilter.cc142 const std::string& filter_type) {
144 if (LowerCaseEqualsASCII(filter_type, kDeflate)) {
146 } else if (LowerCaseEqualsASCII(filter_type, kGZip) ||
147 LowerCaseEqualsASCII(filter_type, kXGZip)) {
149 } else if (LowerCaseEqualsASCII(filter_type, kSdch)) {
141 ConvertEncodingToType( const std::string& filter_type) argument
/external/chromium_org/chrome/browser/
H A Dcertificate_manager_model.cc54 net::CertType filter_type,
61 if (type != filter_type)
53 FilterAndBuildOrgGroupingMap( net::CertType filter_type, CertificateManagerModel::OrgGroupingMap* map) const argument
/external/chromium_org/third_party/libpng/
H A Dpng.c963 int filter_type)
1070 if (filter_type != PNG_FILTER_TYPE_BASE)
1073 (filter_type == PNG_INTRAPIXEL_DIFFERENCING) &&
1090 if (filter_type != PNG_FILTER_TYPE_BASE)
960 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 Dpngget.c94 return info_ptr->filter_type;
580 int *filter_type)
597 if (filter_type != NULL)
598 *filter_type = info_ptr->filter_type;
610 info_ptr->compression_type, info_ptr->filter_type);
577 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.c230 int filter_type)
242 info_ptr->filter_type = (png_byte)filter_type;
247 info_ptr->compression_type, info_ptr->filter_type);
227 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 Dpngrutil.c445 int bit_depth, color_type, compression_type, filter_type; local
467 filter_type = buf[11];
477 png_ptr->filter_type = (png_byte)filter_type;
510 color_type, interlace_type, compression_type, filter_type);
H A Dpngwutil.c393 int bit_depth, int color_type, int compression_type, int filter_type,
470 (filter_type == PNG_INTRAPIXEL_DIFFERENCING)) &&
472 filter_type != PNG_FILTER_TYPE_BASE)
475 filter_type = PNG_FILTER_TYPE_BASE;
494 png_ptr->filter_type = (png_byte)filter_type;
513 buf[11] = (png_byte)filter_type;
392 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/chromium_org/tools/imagediff/
H A Dimage_diff_png.cc157 int filter_type, channels; local
160 &interlace_type, &compression_type, &filter_type);
/external/libpng/
H A Dpng.c933 int filter_type)
1040 if (filter_type != PNG_FILTER_TYPE_BASE)
1043 (filter_type == PNG_INTRAPIXEL_DIFFERENCING) &&
1060 if (filter_type != PNG_FILTER_TYPE_BASE)
930 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 Dpngget.c94 return info_ptr->filter_type;
580 int *filter_type)
597 if (filter_type != NULL)
598 *filter_type = info_ptr->filter_type;
610 info_ptr->compression_type, info_ptr->filter_type);
577 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.c230 int filter_type)
242 info_ptr->filter_type = (png_byte)filter_type;
247 info_ptr->compression_type, info_ptr->filter_type);
227 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 Dpngrutil.c461 int bit_depth, color_type, compression_type, filter_type; local
483 filter_type = buf[11];
493 png_ptr->filter_type = (png_byte)filter_type;
526 color_type, interlace_type, compression_type, filter_type);
/external/libvpx/libvpx/vp8/common/
H A Donyxc_int.h128 LOOPFILTERTYPE filter_type; member in struct:VP8Common
/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h481 PdtComposeFilter filter_type; // Which pre-defined filter to use member in struct:fst::PdtComposeOptions
484 : connect(c), filter_type(ft) {}
485 PdtComposeOptions() : connect(true), filter_type(PAREN_FILTER) {}
501 bool expand = opts.filter_type != PAREN_FILTER;
502 bool keep_parens = opts.filter_type != EXPAND_FILTER;
524 bool expand = opts.filter_type != PAREN_FILTER;
525 bool keep_parens = opts.filter_type != EXPAND_FILTER;
/external/qemu/distrib/libpng-1.2.19/
H A Dpngget.c92 return info_ptr->filter_type;
542 int *filter_type)
559 if (filter_type != NULL)
560 *filter_type = info_ptr->filter_type;
539 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.c263 int filter_type)
322 if(filter_type != PNG_FILTER_TYPE_BASE)
325 (filter_type == PNG_INTRAPIXEL_DIFFERENCING) &&
334 if(filter_type != PNG_FILTER_TYPE_BASE)
343 info_ptr->filter_type = (png_byte)filter_type;
260 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
/external/chromium_org/third_party/libwebp/webp/
H A Dencode.h107 int filter_type; // filtering type: 0 = simple, 1 = strong (only used member in struct:WebPConfig
/external/chromium_org/ui/gfx/codec/
H A Dpng_codec.cc168 int filter_type; local
171 &interlace_type, &compression_type, &filter_type);
/external/openfst/src/include/fst/
H A Dcompose.h663 ComposeFilter filter_type; // Which pre-defined filter to use member in struct:fst::ComposeOptions
666 : connect(c), filter_type(ft) {}
667 ComposeOptions() : connect(true), filter_type(AUTO_FILTER) {}
704 if (opts.filter_type == AUTO_FILTER) {
708 } else if (opts.filter_type == SEQUENCE_FILTER) {
712 } else if (opts.filter_type == ALT_SEQUENCE_FILTER) {
716 } else if (opts.filter_type == MATCH_FILTER) {
/external/webp/include/webp/
H A Dencode.h107 int filter_type; // filtering type: 0 = simple, 1 = strong (only used member in struct:WebPConfig

Completed in 547 milliseconds

12