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

  /external/webkit/Source/WebCore/webaudio/
BiquadProcessor.h 41 enum FilterType {
50 BiquadProcessor(FilterType, double sampleRate, size_t numberOfChannels, bool autoInitialize = true);
63 FilterType type() const { return m_type; }
66 FilterType m_type;
  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayer.h 54 enum FilterType { Linear, Nearest, Trilinear };
159 void setMinificationFilter(FilterType);
160 void setMagnificationFilter(FilterType);
  /external/chromium/net/base/
filter.h 122 enum FilterType {
148 static Filter* Factory(const std::vector<FilterType>& filter_types,
186 // FilterType.
187 static FilterType ConvertEncodingToType(const std::string& filter_type);
197 std::vector<FilterType>* encoding_types);
244 static Filter* PrependNewFilter(FilterType type_id,
251 static Filter* InitGZipFilter(FilterType type_id, int buffer_size);
252 static Filter* InitSdchFilter(FilterType type_id,
261 static Filter* FactoryForTests(const std::vector<FilterType>& filter_types,
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 53 milliseconds