Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.cpp288 LVM_FLOAT Alpha; in LVREV_ApplyNewSettings() local
291 Alpha = LVM_Mixer_TimeConstant(LVREV_ALLPASS_TC, in LVREV_ApplyNewSettings()
303 pPrivate->Mixer_SGFeedback[i].Alpha = Alpha; in LVREV_ApplyNewSettings()
304 pPrivate->Mixer_SGFeedforward[i].Alpha = Alpha; in LVREV_ApplyNewSettings()
501 LVM_FLOAT Alpha; in LVREV_ApplyNewSettings() local
503 Alpha = LVM_Mixer_TimeConstant(LVREV_FEEDBACKMIXER_TC, in LVREV_ApplyNewSettings()
506 pPrivate->FeedbackMixer[0].Alpha = Alpha; in LVREV_ApplyNewSettings()
507 pPrivate->FeedbackMixer[1].Alpha = Alpha; in LVREV_ApplyNewSettings()
508 pPrivate->FeedbackMixer[2].Alpha = Alpha; in LVREV_ApplyNewSettings()
509 pPrivate->FeedbackMixer[3].Alpha = Alpha; in LVREV_ApplyNewSettings()
[all …]
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DCore_MixInSoft_D32C31_SAT.cpp44 TargetTimesOneMinAlpha = ((1.0f -pInstance->Alpha) * pInstance->Target); in Core_MixInSoft_D32C31_SAT()
51 CurrentTimesAlpha = pInstance->Current * pInstance->Alpha; in Core_MixInSoft_D32C31_SAT()
72 CurrentTimesAlpha = pInstance->Current * pInstance->Alpha; in Core_MixInSoft_D32C31_SAT()
DCore_MixSoft_1St_D32C31_WRA.cpp44 …TargetTimesOneMinAlpha = (1.0f - pInstance->Alpha) * pInstance->Target; /* float * float in float … in Core_MixSoft_1St_D32C31_WRA()
52 CurrentTimesAlpha = (pInstance->Current * pInstance->Alpha); in Core_MixSoft_1St_D32C31_WRA()
68 CurrentTimesAlpha = pInstance->Current * pInstance->Alpha; in Core_MixSoft_1St_D32C31_WRA()
DMixInSoft_D32C31_SAT.cpp49 if(pInstance->Alpha == 0){ in MixInSoft_D32C31_SAT()
DMixSoft_1St_D32C31_WRA.cpp49 if(pInstance->Alpha == 0){ in MixSoft_1St_D32C31_WRA()
/frameworks/base/tools/aapt2/link/
DManifestFixer_test.cpp404 EXPECT_THAT(attr->value, StrEq("Alpha")); in TEST_F()
500 EXPECT_THAT(attr->value, StrEq("Alpha")); in TEST_F()
531 EXPECT_THAT(attr->value, StrEq("Alpha")); in TEST_F()
561 EXPECT_THAT(attr->value, StrEq("Alpha")); in TEST_F()
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DMixer.h29 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.