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

12

/external/chromium_org/net/filter/
H A Dgzip_filter.cc28 bool GZipFilter::InitDecoding(Filter::FilterType filter_type) { argument
39 switch (filter_type) {
H A Dsdch_filter.cc156 bool SdchFilter::InitDecoding(Filter::FilterType filter_type) { argument
161 if (FILTER_TYPE_SDCH_POSSIBLE == filter_type)
H A Dfilter.cc139 const std::string& filter_type) {
141 if (LowerCaseEqualsASCII(filter_type, kDeflate)) {
143 } else if (LowerCaseEqualsASCII(filter_type, kGZip) ||
144 LowerCaseEqualsASCII(filter_type, kXGZip)) {
146 } else if (LowerCaseEqualsASCII(filter_type, kSdch)) {
138 ConvertEncodingToType( const std::string& filter_type) argument
/external/chromium_org/chrome/browser/
H A Dcertificate_manager_model.cc103 net::CertType filter_type,
110 if (type != filter_type)
102 FilterAndBuildOrgGroupingMap( net::CertType filter_type, CertificateManagerModel::OrgGroupingMap* map) const argument
/external/chromium_org/third_party/libva/va/
H A Dva_dec_vp8.h100 /* same as filter_type in bitstream syntax */
101 unsigned int filter_type : 1; member in struct:_VAPictureParameterBufferVP8::__anon12927::__anon12928
/external/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;
765 int *filter_type)
781 if (filter_type != NULL)
782 *filter_type = info_ptr->filter_type;
794 info_ptr->compression_type, info_ptr->filter_type);
762 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.c208 int filter_type)
220 info_ptr->filter_type = (png_byte)filter_type;
225 info_ptr->compression_type, info_ptr->filter_type);
205 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
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_adv_filter.c408 BOOLEAN btm_ble_dealloc_addr_filter_counter(tBLE_BD_ADDR *p_bd_addr, UINT8 filter_type) argument
414 if (BTM_BLE_PF_TYPE_ALL == filter_type && NULL == p_bd_addr)
776 tBTM_BLE_PF_COND_TYPE filter_type,
790 if (BTM_BLE_PF_SRVC_UUID == filter_type)
890 BTM_TRACE_DEBUG("btm_ble_update_uuid_filter : %d, %d, %d, %d", filter_type, evt_type,
774 btm_ble_update_uuid_filter(tBTM_BLE_SCAN_COND_OP action, tBTM_BLE_PF_FILT_INDEX filt_index, tBTM_BLE_PF_COND_TYPE filter_type, tBTM_BLE_PF_COND_PARAM *p_cond, tBTM_BLE_FILT_CB_EVT cb_evt, tBTM_BLE_REF_VALUE ref_value) 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);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyxc_int.h132 LOOPFILTERTYPE filter_type; member in struct:VP8Common
/external/chromium_org/tools/imagediff/
H A Dimage_diff_png.cc150 int filter_type, channels; local
153 &interlace_type, &compression_type, &filter_type);
/external/libvpx/libvpx/vp8/common/
H A Donyxc_int.h132 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.46/
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
/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.cc163 int filter_type; local
166 &interlace_type, &compression_type, &filter_type);
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Dparse-filter.c112 const struct filter_type *ea = a;
113 const struct filter_type *eb = b;
124 static struct filter_type *
127 struct filter_type *filter_type; local
128 struct filter_type key;
132 filter_type = bsearch(&key, filter->event_filters,
137 return filter_type;
140 static struct filter_type *
143 struct filter_type *filter_typ local
1136 struct filter_type *filter_type; local
1279 free_filter_type(struct filter_type *filter_type) argument
1298 struct filter_type *filter_type; local
1353 copy_filter_type(struct event_filter *filter, struct event_filter *source, struct filter_type *filter_type) argument
1435 struct filter_type *filter_type; local
1489 struct filter_type *filter_type; local
1544 struct filter_type *filter_type; local
1854 struct filter_type *filter_type; local
1879 struct filter_type *filter_type; local
2229 struct filter_type *filter_type; local
[all...]
/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 892 milliseconds

12