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

  /external/webp/include/webp/
encode.h 62 int filter_type; // filtering type: 0 = simple, 1 = strong member in struct:__anon13729
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
typelist.h 453 typedef detail::chain_filter_<root_type, Pred> filter_type; typedef in struct:typelist::filter
456 typedef node<typename filter_type::type> type;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
typelist.h 453 typedef detail::chain_filter_<root_type, Pred> filter_type; typedef in struct:typelist::filter
456 typedef node<typename filter_type::type> type;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
typelist.h 453 typedef detail::chain_filter_<root_type, Pred> filter_type; typedef in struct:typelist::filter
456 typedef node<typename filter_type::type> type;
  /external/libvpx/vp8/common/
onyxc_int.h 147 LOOPFILTERTYPE filter_type; member in struct:VP8Common
  /external/libpng/
pngtest.c 907 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);
    [all...]
pngrutil.c 455 int bit_depth, color_type, compression_type, filter_type; local
477 filter_type = buf[11];
487 png_ptr->filter_type = (png_byte)filter_type;
520 color_type, interlace_type, compression_type, filter_type);
    [all...]
  /external/bluetooth/bluez/tools/
hcitool.c 2429 uint8_t filter_type = 0; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 352 int bit_depth, color_type, compression_type, filter_type; local
374 filter_type = buf[11];
384 png_ptr->filter_type = (png_byte)filter_type;
414 color_type, interlace_type, compression_type, filter_type);
    [all...]
png.h 710 png_byte filter_type; /* must be PNG_FILTER_TYPE_BASE (from IHDR) */ member in struct:png_info_struct
1357 png_byte filter_type; member in struct:png_struct_def
    [all...]
  /external/libvpx/vp8/encoder/
onyx_int.h 523 int filter_type; member in struct:__anon7737

Completed in 894 milliseconds