Home
last modified time | relevance | path

Searched refs:Apply (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/external/webrtc/webrtc/base/
Dexp_filter_unittest.cc21 filter.Apply(100.0f, 10.0f); in TEST()
32 filter.Apply(100.0f, 10.0f); in TEST()
37 filter.Apply(10.0f, 20.0f); in TEST()
45 filter.Apply(100.0f, 10.0f); in TEST()
48 filter.Apply(100.0f, 1.0f); in TEST()
60 filter.Apply(100.0f, 10.0f); in TEST()
66 filter.Apply(1.0f, 0.0f); in TEST()
Dexp_filter.h34 float Apply(float exp, float sample);
Dexp_filter.cc24 float ExpFilter::Apply(float exp, float sample) { in Apply() function in rtc::ExpFilter
/external/webrtc/webrtc/modules/video_coding/utility/
Dframe_dropper.cc43 _keyFrameRatio.Apply( in Reset()
54 _dropRatio.Apply(0.0f, 0.0f); // Initialize to 0 in Reset()
76 _keyFrameSizeAvgKbits.Apply(1, frameSizeKbits); in Fill()
77 _keyFrameRatio.Apply(1.0, 1.0); in Fill()
101 _keyFrameRatio.Apply(1.0, 0.0); in Fill()
172 _dropRatio.Apply(1.0f, 1.0f); in UpdateRatio()
175 _dropRatio.Apply(1.0f, 0.0f); in UpdateRatio()
/external/dng_sdk/source/
Ddng_opcodes.h230 virtual void Apply (dng_host &host,
256 virtual void Apply (dng_host &host,
395 virtual void Apply (dng_host &host,
497 virtual void Apply (dng_host &host,
Ddng_opcodes.cpp226 void dng_opcode_Unknown::Apply (dng_host & /* host */, in Apply() function in dng_opcode_Unknown
359 void dng_filter_opcode::Apply (dng_host &host, in Apply() function in dng_filter_opcode
533 void dng_inplace_opcode::Apply (dng_host &host, in Apply() function in dng_inplace_opcode
Ddng_opcode_list.cpp111 void dng_opcode_list::Apply (dng_host &host, in Apply() function in dng_opcode_list
124 opcode.Apply (host, in Apply()
Ddng_opcode_list.h124 void Apply (dng_host &host,
Ddng_lens_correction.h476 virtual void Apply (dng_host &host,
512 virtual void Apply (dng_host &host,
/external/clang/test/SemaCXX/
Dclass-base-member-init.cpp105 void Apply(Foo processor);
108 Apply(Bar()); in Fetch()
/external/webrtc/webrtc/video/
Doveruse_frame_detector.cc68 filtered_frame_diff_ms_->Apply(1.0f, kInitialSampleDiffMs); in Reset()
70 filtered_processing_ms_->Apply(1.0f, InitialProcessingMs()); in Reset()
76 filtered_frame_diff_ms_->Apply(exp, sample_ms); in AddCaptureSample()
83 filtered_processing_ms_->Apply(exp, processing_ms); in AddSample()
/external/llvm/lib/Fuzzer/
DFuzzerFlags.def20 "Apply this number of consecutive mutations to each input.")
59 FUZZER_FLAG_INT(tbm_depth, 5, "Apply at most this number of consecutive"
61 FUZZER_FLAG_INT(tbm_width, 5, "Apply at most this number of independent"
/external/iptables/extensions/
Dlibxt_connlimit.man16 Apply the limit onto the source group. This is the default if
20 Apply the limit onto the destination group.
/external/opencv3/doc/tutorials/features2d/trackingmotion/good_features_to_track/
Dgood_features_to_track.markdown66 * @brief Apply Shi-Tomasi corner detector
84 /// Apply corner detection
/external/opencv3/doc/tutorials/features2d/trackingmotion/corner_subpixeles/
Dcorner_subpixeles.markdown65 * @brief Apply Shi-Tomasi corner detector
83 /// Apply corner detection
/external/webrtc/webrtc/voice_engine/
Dnetwork_predictor.cc31 loss_rate_filter_->Apply( in UpdatePacketLossRate()
/external/google-benchmark/test/
Doptions_test.cc24 BENCHMARK(BM_basic)->Apply(CustomArgs);
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Drm.py258 self.Apply(_RemoveFuncWrapper, name_expansion_iterator,
313 self.Apply(_RemoveFuncWrapper, name_expansion_iterator,
/external/v8/src/crankshaft/
Dhydrogen-flow-engine.h24 inline void Apply(State* state) { in Apply() function
108 ComputeLoopEffects(block)->Apply(state); in AnalyzeDominatedBlocks()
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_parallelism_framework.py134 return_values = cls.Apply(_PerformNRecursiveCalls, new_args,
141 return_values = cls.Apply(_ReturnOneValue, new_args,
167 return_values = cls.Apply(_ReturnOneValue, [()] * args[2], _ExceptionHandler,
257 return command_inst.Apply(func, args_iterator, exception_handler,
/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.cc580 _lossPr255.Apply(static_cast<float>(nowMs - _lastPrUpdateT), in FilteredLoss()
611 _packetsPerFrame.Apply(static_cast<float>(nowMs - _lastPacketPerFrameUpdateT), in UpdatePacketsPerFrame()
618 _packetsPerFrameKey.Apply( in UpdatePacketsPerFrameKey()
/external/eigen/doc/
DTutorialGeometry.dox103 <tr class="alt"><td>Apply the transformation to a vector</td><td>\code
121 Apply the transformation to a \b point </td><td>\code
125 Apply the transformation to a \b vector </td><td>\code
129 Apply a \em general transformation \n to a \b normal \b vector
135 Apply a transformation with \em pure \em rotation \n to a \b normal \b vector
/external/v8/src/js/
Dprologue.js330 return %Apply(func, thisArg, arguments, 0, arguments.length);
336 return %Apply(func, thisArg, arguments, 1, arguments.length - 1);
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyOps.def29 TIL_OPCODE_DEF(Apply)
/external/opencv3/doc/tutorials/imgproc/erosion_dilatation/
Derosion_dilatation.markdown9 - Apply two very common morphology operators: Dilation and Erosion. For this purpose, you will use
96 /// Apply the erosion operation
144 /// Apply the dilation operation

12345678910>>...15