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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_biquads.c100 enum FilterType filter_type; member in struct:__anon3327
123 if (p->filter_type != biquad) {
269 switch (p->filter_type) {
453 p->filter_type = name_; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Doptions.c118 { "filter_type" , "select swr filter type" , OFFSET(filter_type) , AV_OPT_TYPE_INT , { .i64 = SWR_FILTER_TYPE_KAISER }, SWR_FILTER_TYPE_CUBIC, SWR_FILTER_TYPE_KAISER, PARAM, "filter_type" },
119 { "cubic" , "select cubic" , 0 , AV_OPT_TYPE_CONST, { .i64 = SWR_FILTER_TYPE_CUBIC }, INT_MIN, INT_MAX, PARAM, "filter_type" },
120 { "blackman_nuttall", "select Blackman Nuttall Windowed Sinc", 0 , AV_OPT_TYPE_CONST, { .i64 = SWR_FILTER_TYPE_BLACKMAN_NUTTALL }, INT_MIN, INT_MAX, PARAM, "filter_type" },
121 { "kaiser" , "select Kaiser Windowed Sinc" , 0 , AV_OPT_TYPE_CONST, { .i64 = SWR_FILTER_TYPE_KAISER }, INT_MIN, INT_MAX, PARAM, "filter_type" },
H A Dswresample.c221 s->resample = s->resampler->init(s->resample, s->out_sample_rate, s->in_sample_rate, s->filter_size, s->phase_shift, s->linear_interp, s->cutoff, s->int_sample_fmt, s->filter_type, s->kaiser_beta, s->precision, s->cheby);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dftrace_event.h221 int is_signed, int filter_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_events_filter.c703 return field->filter_type == FILTER_DYN_STRING ||
704 field->filter_type == FILTER_STATIC_STRING ||
705 field->filter_type == FILTER_PTR_STRING;
801 if (field->filter_type == FILTER_STATIC_STRING) {
804 } else if (field->filter_type == FILTER_DYN_STRING)
H A Dtrace.h653 int filter_type; member in struct:ftrace_event_field
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
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 Dpngtest.c907 int interlace_type, compression_type, filter_type; local
910 &color_type, &interlace_type, &compression_type, &filter_type))
914 color_type, interlace_type, compression_type, filter_type);
916 color_type, PNG_INTERLACE_NONE, 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
H A Dpngrutil.c433 int bit_depth, color_type, compression_type, filter_type; local
455 filter_type = buf[11];
465 png_ptr->filter_type = (png_byte)filter_type;
498 color_type, interlace_type, compression_type, filter_type);
H A Dpngwrite.c51 info_ptr->filter_type,
956 (png_ptr->filter_type == PNG_INTRAPIXEL_DIFFERENCING))
H A Dpngread.c780 (png_ptr->filter_type == PNG_INTRAPIXEL_DIFFERENCING))
H A Dpng.h843 png_byte filter_type PNG_DEPSTRUCT; /* must be PNG_FILTER_TYPE_BASE (from IHDR) */
1506 png_byte filter_type PNG_DEPSTRUCT;
2304 /* Returns image filter_type. */
3794 int filter_type)) PNG_PRIVATE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngtest.c803 int interlace_type, compression_type, filter_type; local
806 &color_type, &interlace_type, &compression_type, &filter_type))
810 color_type, interlace_type, compression_type, filter_type);
812 color_type, PNG_INTERLACE_NONE, compression_type, filter_type);
H A Dpngwutil.c372 int bit_depth, int color_type, int compression_type, int filter_type,
445 (filter_type == PNG_INTRAPIXEL_DIFFERENCING)) &&
447 filter_type != PNG_FILTER_TYPE_BASE)
450 filter_type = PNG_FILTER_TYPE_BASE;
469 png_ptr->filter_type = (png_byte)filter_type;
488 buf[11] = (png_byte)filter_type;
371 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
H A Dpngrutil.c340 int bit_depth, color_type, compression_type, filter_type; local
362 filter_type = buf[11];
372 png_ptr->filter_type = (png_byte)filter_type;
402 color_type, interlace_type, compression_type, filter_type);
H A Dpngwrite.c42 info_ptr->filter_type,
889 (png_ptr->filter_type == PNG_INTRAPIXEL_DIFFERENCING))
H A Dpng.h625 png_byte filter_type; /* must be PNG_FILTER_TYPE_BASE (from IHDR) */ member in struct:png_info_struct
1270 png_byte filter_type; member in struct:png_struct_def
2022 /* Returns image filter_type. */
H A Dpngread.c740 (png_ptr->filter_type == PNG_INTRAPIXEL_DIFFERENCING))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dfilter.c58 enum filter_type type;
140 /* Return string of filter_type. */
400 enum filter_type
608 enum filter_type type;
1166 enum filter_type type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dpnghand.cpp702 info_ptr->compression_type = info_ptr->filter_type = info_ptr->interlace_type=0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttusb-budget/
H A Ddvb-ttusb-budget.c344 static int ttusb_set_channel(struct ttusb *ttusb, int chan_id, int filter_type, argument
349 u8 b[] = { 0xaa, ++ttusb->c, 0x22, 4, chan_id, filter_type,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/irlan/
H A Dirlan_common.c1176 irlan_print_filter(seq, self->client.filter_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_route.c333 enum filter_type
356 enum filter_type

Completed in 482 milliseconds

12