Searched refs:filter_type (Results 1 - 25 of 49) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Ddistribute.h54 enum filter_type distribute_apply_in (struct interface *, struct prefix *);
55 enum filter_type distribute_apply_out (struct interface *, struct prefix *);
H A Dfilter.h29 enum filter_type enum
65 enum filter_type access_list_apply (struct access_list *, void *);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dirlan_filter.h32 void irlan_print_filter(struct seq_file *seq, int filter_type);
H A Dirlan_common.h129 int filter_type; member in struct:irlan_client_cb
157 int filter_type; member in struct:irlan_provider_cb
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/irlan/
H A Dirlan_filter.c43 if ((self->provider.filter_type == IRLAN_DIRECTED) &&
73 if ((self->provider.filter_type == IRLAN_DIRECTED) &&
81 if ((self->provider.filter_type == IRLAN_DIRECTED) &&
90 if ((self->provider.filter_type == IRLAN_BROADCAST) &&
98 if ((self->provider.filter_type == IRLAN_BROADCAST) &&
106 if ((self->provider.filter_type == IRLAN_MULTICAST) &&
114 if ((self->provider.filter_type == IRLAN_MULTICAST) &&
122 if ((self->provider.filter_type == IRLAN_MULTICAST) &&
171 self->provider.filter_type = IRLAN_DIRECTED;
175 self->provider.filter_type
224 irlan_print_filter(struct seq_file *seq, int filter_type) argument
[all...]
H A Dirlan_client.c450 self->client.filter_type |= IRLAN_DIRECTED;
452 self->client.filter_type |= IRLAN_FUNCTIONAL;
454 self->client.filter_type |= IRLAN_GROUP;
456 self->client.filter_type |= IRLAN_MAC_FRAME;
458 self->client.filter_type |= IRLAN_MULTICAST;
460 self->client.filter_type |= IRLAN_BROADCAST;
462 self->client.filter_type |= IRLAN_IPX_SOCKET;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Dresample.h46 enum SwrFilterType filter_type; member in struct:ResampleContext
H A Dresample.c66 * @param filter_type filter type
71 int filter_type, int kaiser_beta){
90 switch(filter_type){
175 double cutoff0, enum AVSampleFormat format, enum SwrFilterType filter_type, int kaiser_beta,
184 || c->filter_type != filter_type || c->kaiser_beta != kaiser_beta) {
221 c->filter_type = filter_type;
225 if (build_filter(c, (void*)c->filter_bank, factor, c->filter_length, c->filter_alloc, phase_count, 1<<c->filter_shift, filter_type, kaiser_beta))
70 build_filter(ResampleContext *c, void *filter, double factor, int tap_count, int alloc, int phase_count, int scale, int filter_type, int kaiser_beta) argument
174 resample_init(ResampleContext *c, int out_rate, int in_rate, int filter_size, int phase_shift, int linear, double cutoff0, enum AVSampleFormat format, enum SwrFilterType filter_type, int kaiser_beta, double precision, int cheby) argument
H A Dsoxr_resample.c33 double cutoff, enum AVSampleFormat format, enum SwrFilterType filter_type, int kaiser_beta, double precision, int cheby){
32 create(struct ResampleContext *c, int out_rate, int in_rate, int filter_size, int phase_shift, int linear, double cutoff, enum AVSampleFormat format, enum SwrFilterType filter_type, int kaiser_beta, double precision, int cheby) argument
H A Dswresample_internal.h97 enum SwrFilterType filter_type; /**< swr resampling filter type */ member in struct:SwrContext
98 int kaiser_beta; /**< swr beta value for Kaiser window (only applicable if filter_type == AV_FILTER_TYPE_KAISER) */
154 double cutoff, enum AVSampleFormat format, enum SwrFilterType filter_type, int kaiser_beta, double precision, int cheby);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A Dresample.h42 enum AVResampleFilterType filter_type; member in struct:ResampleContext
H A Dinternal.h73 enum AVResampleFilterType filter_type; /**< resampling filter type */ member in struct:AVAudioResampleContext
74 int kaiser_beta; /**< beta value for Kaiser window (only applicable if filter_type == AV_FILTER_TYPE_KAISER) */
H A Doptions.c75 { "filter_type", "Filter Type", OFFSET(filter_type), AV_OPT_TYPE_INT, { .i64 = AV_RESAMPLE_FILTER_TYPE_KAISER }, AV_RESAMPLE_FILTER_TYPE_CUBIC, AV_RESAMPLE_FILTER_TYPE_KAISER, PARAM, "filter_type" },
76 { "cubic", "Cubic", 0, AV_OPT_TYPE_CONST, { .i64 = AV_RESAMPLE_FILTER_TYPE_CUBIC }, INT_MIN, INT_MAX, PARAM, "filter_type" },
77 { "blackman_nuttall", "Blackman Nuttall Windowed Sinc", 0, AV_OPT_TYPE_CONST, { .i64 = AV_RESAMPLE_FILTER_TYPE_BLACKMAN_NUTTALL }, INT_MIN, INT_MAX, PARAM, "filter_type" },
78 { "kaiser", "Kaiser Windowed Sinc", 0, AV_OPT_TYPE_CONST, { .i64 = AV_RESAMPLE_FILTER_TYPE_KAISER }, INT_MIN, INT_MAX, PARAM, "filter_type" },
H A Dresample.c86 switch (c->filter_type) {
147 c->filter_type = avr->filter_type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpngenc.c44 int filter_type; member in struct:PNGEncContext
115 static void png_filter_row(DSPContext *dsp, uint8_t *dst, int filter_type, argument
120 switch(filter_type) {
148 int pred = s->filter_type;
291 crow_base = av_malloc((row_size + 32) << (s->filter_type == PNG_FILTER_VALUE_MIXED));
432 s->filter_type = av_clip(avctx->prediction_method, PNG_FILTER_VALUE_NONE, PNG_FILTER_VALUE_MIXED);
434 s->filter_type = PNG_FILTER_VALUE_NONE;
H A Dpngdec.c48 int filter_type; member in struct:PNGDecContext
192 static void png_filter_row(DSPContext *dsp, uint8_t *dst, int filter_type, argument
197 switch(filter_type) {
294 convert_to_rgb32(ptr, s->tmp_row, s->width, s->filter_type == PNG_FILTER_TYPE_LOCO);
307 if (s->filter_type == PNG_FILTER_TYPE_LOCO &&
313 if (s->filter_type == PNG_FILTER_TYPE_LOCO &&
443 s->filter_type = bytestream2_get_byte(&s->gb);
447 av_dlog(avctx, "width=%d height=%d depth=%d color_type=%d compression_type=%d filter_type=%d interlace_type=%d\n",
449 s->compression_type, s->filter_type, s->interlace_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpngenc.c43 int filter_type; member in struct:PNGEncContext
134 static void png_filter_row(PNGEncContext *c, uint8_t *dst, int filter_type, argument
139 switch (filter_type) {
166 int pred = s->filter_type;
316 crow_base = av_malloc((row_size + 32) << (s->filter_type == PNG_FILTER_VALUE_MIXED));
484 s->filter_type = av_clip(avctx->prediction_method,
488 s->filter_type = PNG_FILTER_VALUE_NONE;
H A Dpngdec.c49 int filter_type; member in struct:PNGDecContext
220 static void png_filter_row(PNGDSPContext *dsp, uint8_t *dst, int filter_type, argument
225 switch (filter_type) {
304 if (s->filter_type == PNG_FILTER_TYPE_LOCO && s->y > 0) {
316 if (s->filter_type == PNG_FILTER_TYPE_LOCO) {
589 s->filter_type = bytestream2_get_byte(&s->gb);
595 "compression_type=%d filter_type=%d interlace_type=%d\n",
597 s->compression_type, s->filter_type, s->interlace_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dscanner.c627 filter_type(scan_filter *d) function
643 (filter_type(d) ||
654 (filter_type(d) ||
666 (filter_type(d) ||
678 (filter_type(d) ||
688 (filter_type(d) ||
699 (filter_type(d) ||
709 (filter_type(d) ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/
H A Dftrace.h45 #define __field_ext(type, item, filter_type) type item;
108 #define __field_ext(type, item, filter_type)
279 #define __field_ext(type, item, filter_type) \
283 is_signed_type(type), filter_type); \
343 #define __field_ext(type, item, filter_type)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
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 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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_events.c43 int is_signed, int filter_type)
59 if (filter_type == FILTER_OTHER)
60 field->filter_type = filter_assign_type(type);
62 field->filter_type = filter_type;
82 int filter_type)
91 is_signed, filter_type);
41 __trace_define_field(struct list_head *head, const char *type, const char *name, int offset, int size, int is_signed, int filter_type) argument
80 trace_define_field(struct ftrace_event_call *call, const char *type, const char *name, int offset, int size, int is_signed, int filter_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngget.c90 return info_ptr->filter_type;
537 int *filter_type)
554 if (filter_type != NULL)
555 *filter_type = info_ptr->filter_type;
534 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.c248 int filter_type)
307 if(filter_type != PNG_FILTER_TYPE_BASE)
310 (filter_type == PNG_INTRAPIXEL_DIFFERENCING) &&
319 if(filter_type != PNG_FILTER_TYPE_BASE)
328 info_ptr->filter_type = (png_byte)filter_type;
245 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

Completed in 380 milliseconds

12