Home
last modified time | relevance | path

Searched refs:pOutData (Results 1 – 21 of 21) sorted by relevance

/aosp12/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
H A DLVCS_Process.cpp105 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 DLVCS_StereoEnhancer.cpp126 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 DLVCS_ReverbGenerator.cpp151 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 DLVCS_BypassMix.cpp199 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 DLVCS_StereoEnhancer.h51 LVM_FLOAT* pOutData, LVM_UINT16 NumSamples);
H A DLVCS_BypassMix.h58 const LVM_FLOAT* unProcessed, LVM_FLOAT* pOutData,
/aosp12/frameworks/av/media/libeffects/lvm/lib/Eq/src/
H A DLVEQNB_Process.cpp62 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 DNfcAdaptation.cpp172 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 DLVM_Process.cpp56 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 DLVM_Buffers.cpp335 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 DLVM_Private.h225 void LVM_BufferOut(LVM_Handle_t hInstance, LVM_FLOAT* pOutData, LVM_UINT16* pNumSamples);
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/tsMakeuplib/include/
H A Dts_makeup_engine.h49 …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 DLVDBE_Process.cpp78 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 DEseAdaptation.cpp235 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 DLVREV_Process.cpp49 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 DEseAdaptation.cc222 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 DLVREV.h249 LVM_FLOAT* pOutData, const LVM_UINT16 NumSamples);
/aosp12/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
H A DLVCS.h274 LVM_FLOAT* pOutData, LVM_UINT16 NumSamples);
/aosp12/frameworks/av/media/libeffects/lvm/lib/Bass/lib/
H A DLVDBE.h358 LVM_FLOAT* pOutData, LVM_UINT16 NumSamples);
/aosp12/frameworks/av/media/libeffects/lvm/lib/Eq/lib/
H A DLVEQNB.h370 LVM_FLOAT* pOutData, LVM_UINT16 NumSamples);
/aosp12/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
H A DLVM.h429 LVM_FLOAT* pOutData, LVM_UINT16 NumSamples, LVM_UINT32 AudioTime);