/aosp12/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
H A D | LVCS_Process.cpp | 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() 300 if (pInData != pOutData) { in LVCS_Process() [all …]
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | LVCS_StereoEnhancer.h | 51 LVM_FLOAT* pOutData, LVM_UINT16 NumSamples);
|
H A D | LVCS_BypassMix.h | 58 const LVM_FLOAT* unProcessed, LVM_FLOAT* pOutData,
|
/aosp12/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
H A 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()
|
/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/src/adaptation/ |
H A D | NfcAdaptation.cpp | 172 ese_nxp_ExtnOutputData_t* pOutData = in IoctlCallback() local 175 (unsigned long)pOutData->ioctlType); in IoctlCallback() 176 NfcAdaptation* pAdaptation = (NfcAdaptation*)pOutData->context; in IoctlCallback() 182 func, pOutData->data.nxpRsp.p_rsp[0], in IoctlCallback() 183 pOutData->data.nxpRsp.p_rsp[3]); in IoctlCallback() 184 omapi_status = pOutData->data.nxpRsp.p_rsp[3]; in IoctlCallback()
|
/aosp12/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
H A 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()
|
H A 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()
|
H A D | LVM_Private.h | 225 void LVM_BufferOut(LVM_Handle_t hInstance, LVM_FLOAT* pOutData, LVM_UINT16* pNumSamples);
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/tsMakeuplib/include/ |
H A D | ts_makeup_engine.h | 49 …int ts_makeup_skin_beauty(TSMakeupData *pInData, TSMakeupData *pOutData, const TSRect *pFaceRect, … 64 …int ts_makeup_skin_beautyEx(TSMakeupDataEx *pInData, TSMakeupDataEx *pOutData, const TSRect *pFace… 92 int ts_makeup_warp_face(TSMakeupData *pInData, TSMakeupData *pOutData,
|
/aosp12/frameworks/av/media/libeffects/lvm/lib/Bass/src/ |
H A 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()
|
/aosp12/hardware/nxp/nfc/pn8x/halimpl/src/adaptation/ |
H A D | EseAdaptation.cpp | 235 ese_nxp_ExtnOutputData_t* pOutData = in IoctlCallback() local 238 (unsigned long)pOutData->ioctlType); in IoctlCallback() 239 EseAdaptation* pAdaptation = (EseAdaptation*)pOutData->context; in IoctlCallback()
|
/aosp12/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
H A 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()
|
/aosp12/hardware/nxp/nfc/snxxx/halimpl/src/adaptation/ |
H A D | EseAdaptation.cc | 222 ese_nxp_ExtnOutputData_t* pOutData = in IoctlCallback() local 225 (unsigned long)pOutData->ioctlType); in IoctlCallback()
|
/aosp12/frameworks/av/media/libeffects/lvm/lib/Reverb/lib/ |
H A D | LVREV.h | 249 LVM_FLOAT* pOutData, const LVM_UINT16 NumSamples);
|
/aosp12/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/ |
H A D | LVCS.h | 274 LVM_FLOAT* pOutData, LVM_UINT16 NumSamples);
|
/aosp12/frameworks/av/media/libeffects/lvm/lib/Bass/lib/ |
H A D | LVDBE.h | 358 LVM_FLOAT* pOutData, LVM_UINT16 NumSamples);
|
/aosp12/frameworks/av/media/libeffects/lvm/lib/Eq/lib/ |
H A D | LVEQNB.h | 370 LVM_FLOAT* pOutData, LVM_UINT16 NumSamples);
|
/aosp12/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/ |
H A D | LVM.h | 429 LVM_FLOAT* pOutData, LVM_UINT16 NumSamples, LVM_UINT32 AudioTime);
|