Searched refs:LVM_SetControlParameters (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_API_Specials.c146 Error = LVM_SetControlParameters(hInstance,pParams);
H A DLVM_Control.c33 /* FUNCTION: LVM_SetControlParameters */
52 LVM_ReturnStatus_en LVM_SetControlParameters(LVM_Handle_t hInstance, function
H A DLVM_Init.c989 LVM_SetControlParameters(hInstance, &Params);
/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
H A DLVM.h465 /* FUNCTION: LVM_SetControlParameters */
483 LVM_ReturnStatus_en LVM_SetControlParameters(LVM_Handle_t hInstance,
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp664 LvmStatus = LVM_SetControlParameters(pContext->pBundledContext->hInstance,
667 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "LvmBundle_init")
670 ALOGV("\tLvmBundle_init CreateInstance Succesfully called LVM_SetControlParameters\n");
800 LvmStatus = LVM_SetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams);
801 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "EqualizerUpdateActiveParams")
871 LvmStatus = LVM_SetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams);
872 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "LvmEffect_limitLevel")
927 LvmStatus = LVM_SetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams);
928 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "LvmEffect_enable")
931 //ALOGV("\tLvmEffect_enable Succesfully called LVM_SetControlParameters\
[all...]

Completed in 1904 milliseconds