/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
D | LVCS_Process.cpp | 69 LVM_FLOAT* pOutData, LVM_UINT16 NumSamples) { in LVCS_Process_CS() argument 105 pOutData, /* Pointer to the output data */ in LVCS_Process_CS() 112 pOutData, /* Pointer to the input data */ in LVCS_Process_CS() 113 pOutData, /* Pointer to the output data */ in LVCS_Process_CS() 120 pOutData, /* Pointer to the input data */ in LVCS_Process_CS() 127 pOutData, /* Pointer to the processed data */ in LVCS_Process_CS() 129 pOutData, /* Pointer to the output data */ in LVCS_Process_CS() 165 LVM_FLOAT* pOutData, LVM_UINT16 NumSamples) { in LVCS_Process() argument 192 if (pOutData == pInData) { in LVCS_Process() 201 pStereoOut = pOutData; in LVCS_Process() [all …]
|
D | LVCS_StereoEnhancer.cpp | 126 LVM_FLOAT* pOutData, LVM_UINT16 NumSamples) { in LVCS_StereoEnhancer() argument 170 Copy_Float((LVM_FLOAT*)pScratch, (LVM_FLOAT*)pOutData, (LVM_INT16)NumSamples); in LVCS_StereoEnhancer() 175 MSTo2i_Sat_Float(pScratch, pScratch + NumSamples, pOutData, (LVM_INT16)NumSamples); in LVCS_StereoEnhancer() 183 (LVM_FLOAT*)pOutData, /* Destination */ in LVCS_StereoEnhancer()
|
D | LVCS_ReverbGenerator.cpp | 151 LVM_FLOAT* pOutData, LVM_UINT16 NumSamples) { in LVCS_ReverbGenerator() argument 164 if (pInData != pOutData) { in LVCS_ReverbGenerator() 169 (LVM_FLOAT*)pOutData, /* Destination */ in LVCS_ReverbGenerator() 207 pOutData, &pConfig->DelayOffset, (LVM_INT16)NumSamples, NumChannels); in LVCS_ReverbGenerator()
|
D | LVCS_BypassMix.cpp | 199 const LVM_FLOAT* pUnprocessed, LVM_FLOAT* pOutData, in LVCS_BypassMixer() argument 214 pOutData, (LVM_INT16)destNumSamples); in LVCS_BypassMixer() 218 Shift_Sat_Float((LVM_INT16)pConfig->Output_Shift, (LVM_FLOAT*)pOutData, in LVCS_BypassMixer() 219 (LVM_FLOAT*)pOutData, (LVM_INT16)destNumSamples); in LVCS_BypassMixer()
|
D | LVCS_StereoEnhancer.h | 51 LVM_FLOAT* pOutData, LVM_UINT16 NumSamples);
|
D | LVCS_BypassMix.h | 58 const LVM_FLOAT* unProcessed, LVM_FLOAT* pOutData,
|
/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
D | LVEQNB_Process.cpp | 62 LVEQNB_Handle_t hInstance, const LVM_FLOAT* pInData, LVM_FLOAT* pOutData, in LVEQNB_Process() argument 69 if ((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL)) { in LVEQNB_Process() 74 if ((((uintptr_t)pInData % 4) != 0) || (((uintptr_t)pOutData % 4) != 0)) { in LVEQNB_Process() 129 pOutData, /* Destination */ in LVEQNB_Process() 133 pOutData, /* Destination */ in LVEQNB_Process() 140 if (pInData != pOutData) { in LVEQNB_Process() 142 pOutData, /* Destination */ in LVEQNB_Process()
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
D | LVM_Process.cpp | 56 LVM_FLOAT* pOutData, LVM_UINT16 NumSamples, LVM_UINT32 AudioTime) { in LVM_Process() argument 61 LVM_FLOAT* pProcessed = pOutData; in LVM_Process() 77 if ((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL)) { in LVM_Process() 95 if ((((uintptr_t)pInData % 4) != 0) || (((uintptr_t)pOutData % 4) != 0)) { in LVM_Process() 213 LVM_BufferOut(hInstance, pOutData, &SampleCount); in LVM_Process()
|
D | LVM_Buffers.cpp | 335 void LVM_BufferManagedOut(LVM_Handle_t hInstance, LVM_FLOAT* pOutData, LVM_UINT16* pNumSamples) { in LVM_BufferManagedOut() argument 357 pInstance->pOutputSamples = pOutData; /* Initialise the destination */ in LVM_BufferManagedOut() 567 void LVM_BufferOut(LVM_Handle_t hInstance, LVM_FLOAT* pOutData, LVM_UINT16* pNumSamples) { in LVM_BufferOut() argument 574 LVM_BufferManagedOut(hInstance, pOutData, pNumSamples); in LVM_BufferOut()
|
D | LVM_Private.h | 225 void LVM_BufferOut(LVM_Handle_t hInstance, LVM_FLOAT* pOutData, LVM_UINT16* pNumSamples);
|
/frameworks/av/media/libeffects/lvm/lib/Bass/src/ |
D | LVDBE_Process.cpp | 78 LVDBE_Handle_t hInstance, const LVM_FLOAT* pInData, LVM_FLOAT* pOutData, in LVDBE_Process() argument 173 LVC_MixSoft_2Mc_D16C31_SAT(&pInstance->pData->BypassMixer, pScratch, pScratchVol, pOutData, in LVDBE_Process()
|
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
D | LVREV_Process.cpp | 49 LVM_FLOAT* pOutData, const LVM_UINT16 NumSamples) { in LVREV_Process() argument 52 LVM_FLOAT* pOutput = pOutData; in LVREV_Process() 61 if ((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL)) { in LVREV_Process()
|
/frameworks/av/media/libeffects/lvm/lib/Reverb/lib/ |
D | LVREV.h | 249 LVM_FLOAT* pOutData, const LVM_UINT16 NumSamples);
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/ |
D | LVCS.h | 274 LVM_FLOAT* pOutData, LVM_UINT16 NumSamples);
|
/frameworks/av/media/libeffects/lvm/lib/Eq/lib/ |
D | LVEQNB.h | 370 LVM_FLOAT* pOutData, LVM_UINT16 NumSamples);
|
/frameworks/av/media/libeffects/lvm/lib/Bass/lib/ |
D | LVDBE.h | 358 LVM_FLOAT* pOutData, LVM_UINT16 NumSamples);
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/ |
D | LVM.h | 429 LVM_FLOAT* pOutData, LVM_UINT16 NumSamples, LVM_UINT32 AudioTime);
|