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

1 2 3

  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
parse-filter.c 112 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_type local
1136 struct filter_type *filter_type; local
1298 struct filter_type *filter_type; local
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/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
alloccommon.c 132 cm->filter_type = NORMAL_LOOPFILTER;
138 cm->filter_type = SIMPLE_LOOPFILTER;
144 cm->filter_type = NORMAL_LOOPFILTER;
150 cm->filter_type = SIMPLE_LOOPFILTER;
157 cm->filter_type = NORMAL_LOOPFILTER;
172 oci->filter_type = NORMAL_LOOPFILTER;
onyxc_int.h 132 LOOPFILTERTYPE filter_type; member in struct:VP8Common
loopfilter.c 336 if (cm->filter_type == NORMAL_LOOPFILTER)
496 if (cm->filter_type == NORMAL_LOOPFILTER)
612 if (cm->filter_type == NORMAL_LOOPFILTER)
  /external/libvpx/libvpx/vp8/common/
alloccommon.c 132 cm->filter_type = NORMAL_LOOPFILTER;
138 cm->filter_type = SIMPLE_LOOPFILTER;
144 cm->filter_type = NORMAL_LOOPFILTER;
150 cm->filter_type = SIMPLE_LOOPFILTER;
157 cm->filter_type = NORMAL_LOOPFILTER;
172 oci->filter_type = NORMAL_LOOPFILTER;
onyxc_int.h 132 LOOPFILTERTYPE filter_type; member in struct:VP8Common
  /external/chromium_org/third_party/libwebp/enc/
config.c 34 config->filter_type = 1; // default: strong (so U/V is filtered too)
106 if (config->filter_type < 0 || config->filter_type > 1)
  /external/chromium_org/net/filter/
gzip_filter.h 33 // Parameter filter_type specifies the type of filter, which corresponds to
37 bool InitDecoding(Filter::FilterType filter_type);
sdch_filter.h 35 bool InitDecoding(Filter::FilterType filter_type);
filter.cc 139 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)) {
filter.h 9 // Filter* filter = Filter::Factory(filter_type, size);
195 static FilterType ConvertEncodingToType(const std::string& filter_type);
gzip_filter.cc 28 bool GZipFilter::InitDecoding(Filter::FilterType filter_type) {
39 switch (filter_type) {
sdch_filter.cc 156 bool SdchFilter::InitDecoding(Filter::FilterType filter_type) {
161 if (FILTER_TYPE_SDCH_POSSIBLE == filter_type)
  /external/chromium_org/third_party/libva/va/
va_dec_vp8.h 100 /* same as filter_type in bitstream syntax */
101 unsigned int filter_type : 1; member in struct:_VAPictureParameterBufferVP8::__anon17552::__anon17553
  /external/openfst/src/include/fst/
intersect.h 148 if (opts.filter_type == AUTO_FILTER) {
152 } else if (opts.filter_type == SEQUENCE_FILTER) {
156 } else if (opts.filter_type == ALT_SEQUENCE_FILTER) {
160 } else if (opts.filter_type == MATCH_FILTER) {
difference.h 165 if (opts.filter_type == AUTO_FILTER) {
169 } else if (opts.filter_type == SEQUENCE_FILTER) {
173 } else if (opts.filter_type == ALT_SEQUENCE_FILTER) {
177 } else if (opts.filter_type == MATCH_FILTER) {
compose.h 663 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/chromium_org/cc/output/
filter_operations_unittest.cc 38 #define SAVE_RESTORE_AMOUNT(filter_name, filter_type, a) \
41 EXPECT_EQ(FilterOperation::filter_type, op.type()); \
45 op2.set_type(FilterOperation::filter_type); \
51 EXPECT_EQ(FilterOperation::filter_type, op2.type()); \
55 #define SAVE_RESTORE_OFFSET_AMOUNT_COLOR(filter_name, filter_type, a, b, c) \
59 EXPECT_EQ(FilterOperation::filter_type, op.type()); \
65 op2.set_type(FilterOperation::filter_type); \
75 EXPECT_EQ(FilterOperation::filter_type, op2.type()); \
81 #define SAVE_RESTORE_MATRIX(filter_name, filter_type, a) \
84 EXPECT_EQ(FilterOperation::filter_type, op.type());
    [all...]
  /external/libpng/
pnginfo.h 70 png_byte filter_type; /* must be PNG_FILTER_TYPE_BASE (from IHDR) */ member in struct:png_info_def
pngget.c 91 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);
    [all...]
  /external/chromium_org/chrome/browser/
certificate_manager_model.h 71 // Fill |map| with the certificates matching |filter_type|.
72 void FilterAndBuildOrgGroupingMap(net::CertType filter_type,
certificate_manager_model.cc 103 net::CertType filter_type,
110 if (type != filter_type)
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 481 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/chromium_org/third_party/libpng/
pngget.c 94 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);
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_adv_filter.c 408 BOOLEAN btm_ble_dealloc_addr_filter_counter(tBLE_BD_ADDR *p_bd_addr, UINT8 filter_type)
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,
    [all...]

Completed in 2409 milliseconds

1 2 3