Searched refs:filter (Results 301 - 325 of 2436) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/libwebp/enc/
H A Dalpha.c30 // 'filter' values [0, 4] correspond to prediction modes none, horizontal,
101 // Small struct to hold the result of a filter mode compression attempt.
110 int method, int filter, int reduce_levels,
122 assert(filter >= 0 && filter < WEBP_FILTER_LAST);
131 header = method | (filter << 2);
137 filter_func = WebPFilters[filter];
191 // Given the input 'filter' option, return an OR'd bit-set of filters to try.
193 int filter, int effort_level) {
195 if (filter
109 EncodeAlphaInternal(const uint8_t* const data, int width, int height, int method, int filter, int reduce_levels, int effort_level, uint8_t* const tmp_alpha, FilterTrial* result) argument
192 GetFilterMap(const uint8_t* alpha, int width, int height, int filter, int effort_level) argument
223 ApplyFiltersAndEncode(const uint8_t* alpha, int width, int height, size_t data_size, int method, int filter, int reduce_levels, int effort_level, uint8_t** const output, size_t* const output_size, WebPAuxStats* const stats) argument
267 EncodeAlpha(VP8Encoder* const enc, int quality, int method, int filter, int effort_level, uint8_t** const output, size_t* const output_size) argument
341 const WEBP_FILTER_TYPE filter = local
[all...]
/external/webp/src/enc/
H A Dalpha.c30 // 'filter' values [0, 4] correspond to prediction modes none, horizontal,
101 // Small struct to hold the result of a filter mode compression attempt.
110 int method, int filter, int reduce_levels,
122 assert(filter >= 0 && filter < WEBP_FILTER_LAST);
131 header = method | (filter << 2);
137 filter_func = WebPFilters[filter];
191 // Given the input 'filter' option, return an OR'd bit-set of filters to try.
193 int filter, int effort_level) {
195 if (filter
109 EncodeAlphaInternal(const uint8_t* const data, int width, int height, int method, int filter, int reduce_levels, int effort_level, uint8_t* const tmp_alpha, FilterTrial* result) argument
192 GetFilterMap(const uint8_t* alpha, int width, int height, int filter, int effort_level) argument
223 ApplyFiltersAndEncode(const uint8_t* alpha, int width, int height, size_t data_size, int method, int filter, int reduce_levels, int effort_level, uint8_t** const output, size_t* const output_size, WebPAuxStats* const stats) argument
267 EncodeAlpha(VP8Encoder* const enc, int quality, int method, int filter, int effort_level, uint8_t** const output, size_t* const output_size) argument
341 const WEBP_FILTER_TYPE filter = local
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DDOM3Serializer.java146 * Sets a LSSerializerFilter on the DOM Level 3 Serializer to filter nodes
151 * @param filter the Level 3 LSSerializerFilter
153 public void setNodeFilter(LSSerializerFilter filter); argument
156 * Returns a LSSerializerFilter set on the DOM Level 3 Serializer to filter nodes
/external/chromium_org/build/android/pylib/utils/
H A Dhost_path_finder.py20 candidate_paths = filter(os.path.exists, candidate_paths)
/external/chromium_org/cc/resources/
H A Dtransferable_resource.h33 uint32 filter; member in struct:cc::TransferableResource
/external/chromium_org/content/renderer/pepper/
H A Dhost_dispatcher_wrapper.cc35 scoped_refptr<PepperHungPluginFilter> filter) {
49 // to the plugin. Note the filter outlives the dispatcher, so there is no
51 dispatcher_->AddSyncMessageStatusObserver(filter.get());
53 hung_plugin_filter_ = filter;
65 dispatcher_->AddIOThreadMessageFilter(filter);
32 Init(const IPC::ChannelHandle& channel_handle, PP_GetInterface_Func local_get_interface, const ppapi::Preferences& preferences, scoped_refptr<PepperHungPluginFilter> filter) argument
/external/chromium_org/ipc/
H A Dipc_test_sink.cc51 // No filter handled the message, so store it.
88 void TestSink::AddFilter(Listener* filter) { argument
89 filter_list_.AddObserver(filter);
92 void TestSink::RemoveFilter(Listener* filter) { argument
93 filter_list_.RemoveObserver(filter);
/external/chromium_org/net/http/
H A Dhttp_auth_filter_unittest.cc74 // Create an empty filter
75 HttpAuthFilterWhitelist filter((std::string()));
78 filter.IsValid(urls[i].url, urls[i].target))
84 // Create an non-empty filter
92 HttpAuthFilterWhitelist filter(server_whitelist_filter_string);
94 EXPECT_EQ(urls[i].matches, filter.IsValid(urls[i].url, urls[i].target))
/external/chromium_org/ppapi/tests/
H A Dtest_audio_config.h20 virtual void RunTests(const std::string& filter);
H A Dtest_browser_font.h16 virtual void RunTests(const std::string& filter);
H A Dtest_buffer.h19 virtual void RunTests(const std::string& filter);
H A Dtest_flash.h20 virtual void RunTests(const std::string& filter);
H A Dtest_media_stream_video_track.h21 virtual void RunTests(const std::string& filter);
H A Dtest_mouse_cursor.cc23 void TestMouseCursor::RunTests(const std::string& filter) { argument
24 RUN_TEST(Type, filter);
25 RUN_TEST(Custom, filter);
26 RUN_TEST(Point, filter);
H A Dtest_test_internals.h20 virtual void RunTests(const std::string& filter);
H A Dtest_uma.cc19 void TestUMA::RunTests(const std::string& filter) { argument
20 RUN_TEST(Count, filter);
21 RUN_TEST(Time, filter);
22 RUN_TEST(Enum, filter);
H A Dtest_uma.h19 virtual void RunTests(const std::string& filter);
H A Dtest_var_resource.h21 virtual void RunTests(const std::string& filter);
/external/chromium_org/skia/ext/
H A Dconvolver_mips_dspr2.cc12 // |src_data| and continues for the num_values() of the filter.
14 const ConvolutionFilter1D& filter,
19 int num_values = filter.num_values();
22 // Get the filter that determines the current output pixel.
25 filter.FilterForValue(out_x, &filter_offset, &filter_length);
132 // Get the filter that determines the current output pixel.
135 filter.FilterForValue(out_x, &filter_offset, &filter_length);
13 ConvolveHorizontally_mips_dspr2(const unsigned char* src_data, const ConvolutionFilter1D& filter, unsigned char* out_row, bool has_alpha) argument
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEDiffuseLighting.cpp31 FEDiffuseLighting::FEDiffuseLighting(Filter* filter, const Color& lightingColor, float surfaceScale, argument
33 : FELighting(filter, DiffuseLighting, lightingColor, surfaceScale, diffuseConstant, 0, 0, kernelUnitLengthX, kernelUnitLengthY, lightSource)
37 PassRefPtr<FEDiffuseLighting> FEDiffuseLighting::create(Filter* filter, const Color& lightingColor, argument
41 return adoptRef(new FEDiffuseLighting(filter, lightingColor, surfaceScale, diffuseConstant, kernelUnitLengthX, kernelUnitLengthY, lightSource));
H A DFESpecularLighting.cpp31 FESpecularLighting::FESpecularLighting(Filter* filter, const Color& lightingColor, float surfaceScale, argument
34 : FELighting(filter, SpecularLighting, lightingColor, surfaceScale, 0, specularConstant, specularExponent, kernelUnitLengthX, kernelUnitLengthY, lightSource)
38 PassRefPtr<FESpecularLighting> FESpecularLighting::create(Filter* filter, const Color& lightingColor, argument
42 return adoptRef(new FESpecularLighting(filter, lightingColor, surfaceScale, specularConstant, specularExponent,
/external/chromium_org/third_party/libaddressinput/chromium/
H A Daddressinput_util.h31 // description of |filter| and |problems|.
35 ::i18n::addressinput::AddressProblem>* filter,
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_filter.h40 const InterpKernel *vp9_get_interp_kernel(INTERP_FILTER filter);
46 // filter kernel as a 2 tap filter.
/external/chromium_org/third_party/skia/include/core/
H A DSkDrawFilter.h19 * Right before something is being draw, filter() is called with the
20 * paint. The filter may modify the paint as it wishes, which will then be
46 * The implementation may modify the paint as they wish. If filter()
49 virtual bool filter(SkPaint*, Type) = 0;
/external/chromium_org/third_party/webrtc/base/
H A Ddbus.h62 // This filter string should ususally come from BuildFilterString()
63 explicit DBusSigFilter(const std::string &filter) argument
64 : caller_thread_(Thread::Current()), filter_(filter) {
67 // Builds a DBus monitor filter string from given DBus path, interface, and
85 // Returns the DBus monitor filter string.
86 const std::string &filter() const { return filter_; } function in class:rtc::DBusSigFilter
137 // Adds a filter to DBusMonitor.
138 bool AddFilter(DBusSigFilter *filter);

Completed in 490 milliseconds

<<11121314151617181920>>