HomeSort by relevance Sort by last modified time
    Searched refs:SpeakerType (Results 1 - 11 of 11) sorted by null

  /frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Equaliser.c 73 (pInstance->Params.SpeakerType != pParams->SpeakerType))
78 Offset = (LVM_UINT16)(pParams->SampleRate + (pParams->SpeakerType * (1+LVM_FS_48000)));
LVCS_Control.c 104 (pInstance->Params.SpeakerType != pParams->SpeakerType))
118 Offset = (LVM_INT16)(pParams->SpeakerType + pParams->SourceFormat*(1+LVCS_EX_HEADPHONES));
175 Offset = (LVM_INT16)(pParams->SpeakerType + pParams->SourceFormat*(1+LVCS_EX_HEADPHONES));
LVCS_ReverbGenerator.c 212 if (((pInstance->Params.SpeakerType == LVCS_HEADPHONE) || /* Disable when CS4MS in stereo mode */
213 (pInstance->Params.SpeakerType == LVCS_EX_HEADPHONES) ||
LVCS_StereoEnhancer.c 70 (pInstance->Params.SpeakerType != pParams->SpeakerType))
LVCS_Init.c 183 pInstance->Params.SpeakerType = LVCS_SPEAKERTYPE_MAX;
LVCS_BypassMix.c 99 Offset = (LVM_UINT16)(pParams->SpeakerType + (pParams->SourceFormat*(1+LVCS_EX_HEADPHONES)));
  /frameworks/base/media/libeffects/lvm/lib/StereoWidening/lib/
LVCS.h 202 LVCS_SpeakerType_en SpeakerType; /* Output device type */
  /frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_Control.c 72 (pParams->SpeakerType > LVM_EX_HEADPHONES))
284 ((pParams->SpeakerType == LVM_HEADPHONES)||
285 (pParams->SpeakerType == LVM_EX_HEADPHONES)))
532 (pInstance->Params.SpeakerType != LocalParams.SpeakerType))
730 CS_Params.SpeakerType = LVCS_EX_HEADPHONES;
734 CS_Params.SpeakerType = LVCS_HEADPHONES;
    [all...]
LVM_Init.c 561 pInstance->Params.SpeakerType = LVM_HEADPHONES;
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Bundle/lib/
LVM.h 268 LVM_OutputDeviceType_en SpeakerType; /* Output device type */
    [all...]
  /frameworks/base/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 602 params.SpeakerType = LVM_HEADPHONES;
    [all...]

Completed in 36 milliseconds