Home
last modified time | relevance | path

Searched refs:Alpha (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.cpp246 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/
DCore_MixInSoft_D32C31_SAT.cpp41 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()
DCore_MixSoft_1St_D32C31_WRA.cpp42 (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()
DMixInSoft_D32C31_SAT.cpp45 if (pInstance->Alpha == 0) { in MixInSoft_D32C31_SAT()
DMixSoft_1St_D32C31_WRA.cpp46 if (pInstance->Alpha == 0) { in MixSoft_1St_D32C31_WRA()
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DMixer.h28 LVM_FLOAT Alpha; /* Time constant. Set by calling application. \ member
/frameworks/rs/script_api/include/
Drs_object_types.rsh189 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.
Drs_convert.rsh1582 * a: Alpha component.
/frameworks/base/tools/aapt2/link/
DManifestFixer_test.cpp452 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/
DLayerState.h62 Alpha = 1u << 6,
323 OutputLayerState<float, LayerStateField::Alpha> mAlpha{
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
DLayerStateTest.cpp586 EXPECT_EQ(ftl::Flags<LayerStateField>(LayerStateField::Alpha), updates); in TEST_F()
604 verifyNonUniqueDifferingFields(*mLayerState, *otherLayerState, LayerStateField::Alpha); in TEST_F()