Searched refs:Alpha (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
D | LVREV_ApplyNewSettings.cpp | 246 LVM_FLOAT Alpha; in LVREV_ApplyNewSettings() local 249 Alpha = LVM_Mixer_TimeConstant(LVREV_ALLPASS_TC, in LVREV_ApplyNewSettings() 258 pPrivate->Mixer_SGFeedback[i].Alpha = Alpha; in LVREV_ApplyNewSettings() 259 pPrivate->Mixer_SGFeedforward[i].Alpha = Alpha; in LVREV_ApplyNewSettings() 421 LVM_FLOAT Alpha; in LVREV_ApplyNewSettings() local 423 Alpha = LVM_Mixer_TimeConstant(LVREV_FEEDBACKMIXER_TC, in LVREV_ApplyNewSettings() 426 pPrivate->FeedbackMixer[0].Alpha = Alpha; in LVREV_ApplyNewSettings() 427 pPrivate->FeedbackMixer[1].Alpha = Alpha; in LVREV_ApplyNewSettings() 428 pPrivate->FeedbackMixer[2].Alpha = Alpha; in LVREV_ApplyNewSettings() 429 pPrivate->FeedbackMixer[3].Alpha = Alpha; in LVREV_ApplyNewSettings() [all …]
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | Core_MixInSoft_D32C31_SAT.cpp | 41 TargetTimesOneMinAlpha = ((1.0f - pInstance->Alpha) * pInstance->Target); in Core_MixInSoft_D32C31_SAT() 47 CurrentTimesAlpha = pInstance->Current * pInstance->Alpha; in Core_MixInSoft_D32C31_SAT() 60 CurrentTimesAlpha = pInstance->Current * pInstance->Alpha; in Core_MixInSoft_D32C31_SAT()
|
D | Core_MixSoft_1St_D32C31_WRA.cpp | 42 (1.0f - pInstance->Alpha) * pInstance->Target; /* float * float in float */ in Core_MixSoft_1St_D32C31_WRA() 48 CurrentTimesAlpha = (pInstance->Current * pInstance->Alpha); in Core_MixSoft_1St_D32C31_WRA() 62 CurrentTimesAlpha = pInstance->Current * pInstance->Alpha; in Core_MixSoft_1St_D32C31_WRA()
|
D | MixInSoft_D32C31_SAT.cpp | 45 if (pInstance->Alpha == 0) { in MixInSoft_D32C31_SAT()
|
D | MixSoft_1St_D32C31_WRA.cpp | 46 if (pInstance->Alpha == 0) { in MixSoft_1St_D32C31_WRA()
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
D | Mixer.h | 28 LVM_FLOAT Alpha; /* Time constant. Set by calling application. \ member
|
/frameworks/rs/script_api/include/ |
D | rs_object_types.rsh | 189 RS_KIND_PIXEL_A = 8, // Alpha. 190 RS_KIND_PIXEL_LA = 9, // Luminance and Alpha. 192 RS_KIND_PIXEL_RGBA = 11, // Red, Green, Blue, and Alpha.
|
D | rs_convert.rsh | 1582 * a: Alpha component.
|
/frameworks/base/tools/aapt2/link/ |
D | ManifestFixer_test.cpp | 452 EXPECT_THAT(attr->value, StrEq("Alpha")); in TEST_F() 608 EXPECT_THAT(attr->value, StrEq("Alpha")); in TEST_F() 639 EXPECT_THAT(attr->value, StrEq("Alpha")); in TEST_F() 669 EXPECT_THAT(attr->value, StrEq("Alpha")); in TEST_F()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/ |
D | LayerState.h | 62 Alpha = 1u << 6, 323 OutputLayerState<float, LayerStateField::Alpha> mAlpha{
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/ |
D | LayerStateTest.cpp | 586 EXPECT_EQ(ftl::Flags<LayerStateField>(LayerStateField::Alpha), updates); in TEST_F() 604 verifyNonUniqueDifferingFields(*mLayerState, *otherLayerState, LayerStateField::Alpha); in TEST_F()
|