Home
last modified time | relevance | path

Searched refs:LVCS_HEADPHONE (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_BypassMix.cpp239 if ((pInstance->OutputDevice == LVCS_HEADPHONE) && (pInstance->bInOperatingModeTransition) && in LVCS_MixerCallback()
255 if ((pInstance->OutputDevice == LVCS_HEADPHONE) && (pInstance->MSTarget0 == 1) && in LVCS_MixerCallback()
DLVCS_Private.h83 typedef enum { LVCS_HEADPHONE = 0, LVCS_DEVICE_MAX = LVM_MAXENUM } LVCS_OutputDevice_en; enumerator
DLVCS_Init.cpp74 pInstance->OutputDevice = LVCS_HEADPHONE; in LVCS_Init()
DLVCS_StereoEnhancer.cpp150 if (pInstance->OutputDevice == LVCS_HEADPHONE) { in LVCS_StereoEnhancer()
DLVCS_ReverbGenerator.cpp177 if ((((LVCS_OutputDevice_en)pInstance->Params.SpeakerType == LVCS_HEADPHONE) || in LVCS_ReverbGenerator()
DLVCS_Control.cpp102 pInstance->OutputDevice = LVCS_HEADPHONE; in LVCS_Control()