/external/webrtc/webrtc/base/ |
D | exp_filter_unittest.cc | 21 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()
|
D | exp_filter.h | 34 float Apply(float exp, float sample);
|
D | exp_filter.cc | 24 float ExpFilter::Apply(float exp, float sample) { in Apply() function in rtc::ExpFilter
|
/external/webrtc/webrtc/modules/video_coding/utility/ |
D | frame_dropper.cc | 43 _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/ |
D | dng_opcodes.h | 230 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,
|
D | dng_opcodes.cpp | 226 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
|
D | dng_opcode_list.cpp | 111 void dng_opcode_list::Apply (dng_host &host, in Apply() function in dng_opcode_list 124 opcode.Apply (host, in Apply()
|
D | dng_opcode_list.h | 124 void Apply (dng_host &host,
|
D | dng_lens_correction.h | 476 virtual void Apply (dng_host &host, 512 virtual void Apply (dng_host &host,
|
/external/clang/test/SemaCXX/ |
D | class-base-member-init.cpp | 105 void Apply(Foo processor); 108 Apply(Bar()); in Fetch()
|
/external/webrtc/webrtc/video/ |
D | overuse_frame_detector.cc | 68 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/ |
D | FuzzerFlags.def | 20 "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/ |
D | libxt_connlimit.man | 16 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/ |
D | good_features_to_track.markdown | 66 * @brief Apply Shi-Tomasi corner detector 84 /// Apply corner detection
|
/external/opencv3/doc/tutorials/features2d/trackingmotion/corner_subpixeles/ |
D | corner_subpixeles.markdown | 65 * @brief Apply Shi-Tomasi corner detector 83 /// Apply corner detection
|
/external/webrtc/webrtc/voice_engine/ |
D | network_predictor.cc | 31 loss_rate_filter_->Apply( in UpdatePacketLossRate()
|
/external/google-benchmark/test/ |
D | options_test.cc | 24 BENCHMARK(BM_basic)->Apply(CustomArgs);
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
D | rm.py | 258 self.Apply(_RemoveFuncWrapper, name_expansion_iterator, 313 self.Apply(_RemoveFuncWrapper, name_expansion_iterator,
|
/external/v8/src/crankshaft/ |
D | hydrogen-flow-engine.h | 24 inline void Apply(State* state) { in Apply() function 108 ComputeLoopEffects(block)->Apply(state); in AnalyzeDominatedBlocks()
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
D | test_parallelism_framework.py | 134 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/ |
D | media_opt_util.cc | 580 _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/ |
D | TutorialGeometry.dox | 103 <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/ |
D | prologue.js | 330 return %Apply(func, thisArg, arguments, 0, arguments.length); 336 return %Apply(func, thisArg, arguments, 1, arguments.length - 1);
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyOps.def | 29 TIL_OPCODE_DEF(Apply)
|
/external/opencv3/doc/tutorials/imgproc/erosion_dilatation/ |
D | erosion_dilatation.markdown | 9 - 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
|