HomeSort by relevance Sort by last modified time
    Searched defs:filter_type (Results 1 - 23 of 23) sorted by null

  /external/libpng/contrib/oss-fuzz/
libpng_read_fuzzer.cc 151 int filter_type; local
155 &compression_type, &filter_type)) {
  /external/libpng/
pnginfo.h 69 png_byte filter_type; /* must be PNG_FILTER_TYPE_BASE (from IHDR) */ member in struct:png_info_def
pngrutil.c 843 int bit_depth, color_type, compression_type, filter_type; local
865 filter_type = buf[11];
875 png_ptr->filter_type = (png_byte)filter_type;
908 color_type, interlace_type, compression_type, filter_type);
    [all...]
pngstruct.h 403 png_byte filter_type; member in struct:png_struct_def
pngtest.c 1086 int interlace_type, compression_type, filter_type; local
1089 &color_type, &interlace_type, &compression_type, &filter_type) != 0)
1092 color_type, interlace_type, compression_type, filter_type);
    [all...]
  /external/pdfium/third_party/libpng16/
pnginfo.h 69 png_byte filter_type; /* must be PNG_FILTER_TYPE_BASE (from IHDR) */ member in struct:png_info_def
pngrutil.c 833 int bit_depth, color_type, compression_type, filter_type; local
855 filter_type = buf[11];
865 png_ptr->filter_type = (png_byte)filter_type;
898 color_type, interlace_type, compression_type, filter_type);
    [all...]
pngstruct.h 403 png_byte filter_type; member in struct:png_struct_def
  /external/iproute2/misc/
ifstat.c 53 int filter_type; variable
130 if (tb[filter_type] == NULL)
141 memcpy(&n->val, RTA_DATA(tb[filter_type]), sizeof(n->val));
145 attr = parse_rtattr_one_nested(sub_type, tb[filter_type]);
206 filter_mask = IFLA_STATS_FILTER_BIT(filter_type);
767 filter_type = xstat->id;
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 128 LOOPFILTERTYPE filter_type; member in struct:VP8Common
  /external/pdfium/testing/image_diff/
image_diff_png.cpp 185 int filter_type, channels; local
188 &interlace_type, &compression_type, &filter_type);
  /external/tensorflow/tensorflow/lite/delegates/nnapi/
nnapi_delegate.cc 83 const TfLiteType filter_type = context->tensors[filter_id].type; local
84 return IsFloat(input_type) && IsQuantized(filter_type);
    [all...]
  /external/webp/include/webp/
encode.h 113 int filter_type; // filtering type: 0 = simple, 1 = strong (only used member in struct:WebPConfig
  /external/webp/src/webp/
encode.h 113 int filter_type; // filtering type: 0 = simple, 1 = strong (only used member in struct:WebPConfig
  /device/google/bonito/sdm710/kernel-headers/sound/
audio_effects.h 272 uint32_t filter_type; member in struct:eq_per_band_config_t
  /device/google/bonito/sdm710/original-kernel-headers/sound/
audio_effects.h 272 uint32_t filter_type; member in struct:eq_per_band_config_t
  /device/google/crosshatch/sdm845/kernel-headers/sound/
audio_effects.h 208 uint32_t filter_type; member in struct:eq_per_band_config_t
  /device/google/crosshatch/sdm845/original-kernel-headers/sound/
audio_effects.h 272 uint32_t filter_type; member in struct:eq_per_band_config_t
  /external/ImageMagick/MagickCore/
resize.c 742 % const FilterType filter_type,const MagickBooleanType cylindrical,
770 filter_type,
765 filter_type, local
2873 filter_type; local
    [all...]
  /device/google/bonito/sdm710/kernel-headers/linux/
msm_audio.h 299 uint32_t filter_type; member in struct:msm_audio_eq_band
  /device/google/bonito/sdm710/original-kernel-headers/linux/
msm_audio.h 412 uint32_t filter_type; /* Filter band type */ member in struct:msm_audio_eq_band
  /device/google/crosshatch/sdm845/kernel-headers/linux/
msm_audio.h 299 uint32_t filter_type; member in struct:msm_audio_eq_band
  /device/google/crosshatch/sdm845/original-kernel-headers/linux/
msm_audio.h 412 uint32_t filter_type; /* Filter band type */ member in struct:msm_audio_eq_band

Completed in 281 milliseconds