Home
last modified time | relevance | path

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

12345678910>>...17

/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/skia/src/gpu/
DGrPath.cpp13 GrStyle::WriteKey(key, style, GrStyle::Apply::kPathEffectAndStrokeRec, SK_Scalar1); in write_style_key()
19 int styleCnt = GrStyle::KeySize(shape.style(), GrStyle::Apply::kPathEffectAndStrokeRec); in ComputeKey()
39 int cnt0 = GrStyle::KeySize(fStyle, GrStyle::Apply::kPathEffectAndStrokeRec); in isEqualTo()
40 int cnt1 = GrStyle::KeySize(style, GrStyle::Apply::kPathEffectAndStrokeRec); in isEqualTo()
DGrStyle.cpp11 int GrStyle::KeySize(const GrStyle &style, Apply apply, uint32_t flags) { in KeySize()
22 if (Apply::kPathEffectOnly == apply) { in KeySize()
33 void GrStyle::WriteKey(uint32_t *key, const GrStyle &style, Apply apply, SkScalar scale, in WriteKey()
63 if (Apply::kPathEffectAndStrokeRec == apply && style.strokeRec().needToApply()) { in WriteKey()
DGrStyle.h43 enum class Apply { enum
65 static int KeySize(const GrStyle&, Apply, uint32_t flags = 0);
74 static void WriteKey(uint32_t*, const GrStyle&, Apply, SkScalar scale, uint32_t flags = 0);
DGrShape.cpp192 void GrShape::setInheritedKey(const GrShape &parent, GrStyle::Apply apply, SkScalar scale) { in setInheritedKey()
262 GrShape::GrShape(const GrShape& parent, GrStyle::Apply apply, SkScalar scale) { in GrShape()
268 (GrStyle::Apply::kPathEffectOnly == apply && !parent.style().pathEffect())) { in GrShape()
300 if (GrStyle::Apply::kPathEffectAndStrokeRec == apply && strokeRec.needToApply()) { in GrShape()
309 tmpParent.get()->setInheritedKey(parent, GrStyle::Apply::kPathEffectOnly, scale); in GrShape()
DGrShape.h131 GrShape applyStyle(GrStyle::Apply apply, SkScalar scale) const { in applyStyle()
380 GrShape(const GrShape& parentShape, GrStyle::Apply, SkScalar scale);
386 void setInheritedKey(const GrShape& parentShape, GrStyle::Apply, SkScalar scale);
/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()
/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/test/
DFuzzerFnAdapterUnittest.cpp93 TEST(Apply, Bool) { in TEST() argument
102 TEST(Apply, Int) { in TEST() argument
/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/fmtlib/doc/bootstrap/
Dtheme.less72 // Apply the mixin to the buttons
185 // Apply the mixin to the alerts
206 // Apply the mixin to the progress bars
255 // Apply the mixin to the panel headings only
/external/llvm/lib/Fuzzer/
DFuzzerFnAdapter.h162 void Apply(Fn F, const typename FnTraits<Fn>::ArgsTupleT &Params) {
175 Apply(F, Tuple);
/external/pdfium/xfa/fde/css/
Dcfde_cssnumbervalue.h34 FX_FLOAT Apply(FX_FLOAT percentBase) const;
Dcfde_cssnumbervalue.cpp17 FX_FLOAT CFDE_CSSNumberValue::Apply(FX_FLOAT percentBase) const { in Apply() function in CFDE_CSSNumberValue
Dcfde_cssstyleselector.cpp190 fFontSize = pValue.As<CFDE_CSSNumberValue>()->Apply(fFontSize); in ApplyProperty()
205 v->Apply(pComputedStyle->m_InheritedData.m_fFontSize); in ApplyProperty()
336 pValue.As<CFDE_CSSNumberValue>()->Apply( in ApplyProperty()
490 FX_FLOAT fValue = v->Apply(fFontSize); in SetLengthWithPercent()
/external/webrtc/webrtc/voice_engine/
Dnetwork_predictor.cc31 loss_rate_filter_->Apply( in UpdatePacketLossRate()
/external/skia/include/core/
DSkColorSpaceXform.h68 static bool Apply(SkColorSpace* dstCS, ColorFormat dstFormat, void* dst,
/external/v8/src/crankshaft/
Dhydrogen-flow-engine.h24 inline void Apply(State* state) { in Apply() function
108 ComputeLoopEffects(block)->Apply(state); in AnalyzeDominatedBlocks()
/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()

12345678910>>...17