Searched defs:pOutData (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Bass/src/
H A DLVDBE_Process.c59 /* pOutData Pointer to the output data */
78 LVM_INT16 *pOutData,
193 pOutData,
76 LVDBE_Process(LVDBE_Handle_t hInstance, const LVM_INT16 *pInData, LVM_INT16 *pOutData, LVM_UINT16 NumSamples) argument
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
H A DLVEQNB_Process.c48 /* pOutData Pointer to the output data */
53 /* LVEQNB_NULLADDRESS When hInstance, pInData or pOutData are NULL */
54 /* LVEQNB_ALIGNMENTERROR When pInData or pOutData are not 32-bit aligned */
63 LVM_INT16 *pOutData,
74 if((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL))
80 if ((((uintptr_t)pInData % 4) != 0) || (((uintptr_t)pOutData % 4) != 0))
169 pOutData, /* Destination */
178 pOutData, /* Destination */
188 if (pInData != pOutData)
191 pOutData, /* Destinatio
61 LVEQNB_Process(LVEQNB_Handle_t hInstance, const LVM_INT16 *pInData, LVM_INT16 *pOutData, LVM_UINT16 NumSamples) argument
[all...]
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Process.c39 /* pOutData Pointer to the output data */
49 /* LVM_NULLADDRESS When one of hInstance, pInData or pOutData is NULL */
57 LVM_INT16 *pOutData,
66 LVM_INT16 *pProcessed = pOutData;
81 if ((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL))
102 if((((uintptr_t)pInData % 4) != 0) || (((uintptr_t)pOutData % 4) != 0))
129 pOutData, /* Destination */
131 pInput = pOutData;
132 pToProcess = pOutData;
269 pOutData,
55 LVM_Process(LVM_Handle_t hInstance, const LVM_INT16 *pInData, LVM_INT16 *pOutData, LVM_UINT16 NumSamples, LVM_UINT32 AudioTime) argument
[all...]
H A DLVM_Buffers.c516 /* pOutData - Pointer to the output data stream */
527 LVM_INT16 *pOutData,
553 pInstance->pOutputSamples = pOutData; /* Initialise the destination */
837 /* pOutData - Pointer to the output data stream */
848 LVM_INT16 *pOutData,
861 pOutData,
526 LVM_BufferManagedOut(LVM_Handle_t hInstance, LVM_INT16 *pOutData, LVM_UINT16 *pNumSamples) argument
847 LVM_BufferOut(LVM_Handle_t hInstance, LVM_INT16 *pOutData, LVM_UINT16 *pNumSamples) argument
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
H A DLVCS_Process.c60 /* pOutData Pointer to the output data */
72 LVM_INT16 *pOutData,
83 if (pInData == pOutData)
102 pOutData, /* Pointer to the output data */
109 pOutData, /* Pointer to the input data */
110 pOutData, /* Pointer to the output data */
117 pOutData, /* Pointer to the input data */
124 pOutData, /* Pointer to the processed data */
126 pOutData, /* Pointer to the output data */
153 /* pOutData Pointe
70 LVCS_Process_CS(LVCS_Handle_t hInstance, const LVM_INT16 *pInData, LVM_INT16 *pOutData, LVM_UINT16 NumSamples) argument
164 LVCS_Process(LVCS_Handle_t hInstance, const LVM_INT16 *pInData, LVM_INT16 *pOutData, LVM_UINT16 NumSamples) argument
[all...]
H A DLVCS_StereoEnhancer.c170 /* pOutData Pointer to the output data */
183 LVM_INT16 *pOutData,
240 pOutData,
250 (LVM_INT16 *)pOutData, /* Destination */
181 LVCS_StereoEnhancer(LVCS_Handle_t hInstance, const LVM_INT16 *pInData, LVM_INT16 *pOutData, LVM_UINT16 NumSamples) argument
H A DLVCS_BypassMix.c198 /* pOutData Pointer to the output data */
211 LVM_INT16 *pOutData,
229 pOutData,
236 (LVM_INT16*)pOutData,
237 (LVM_INT16*)pOutData,
208 LVCS_BypassMixer(LVCS_Handle_t hInstance, const LVM_INT16 *pProcessed, const LVM_INT16 *pUnprocessed, LVM_INT16 *pOutData, LVM_UINT16 NumSamples) argument
H A DLVCS_ReverbGenerator.c170 /* pOutData Pointer to the output buffer */
185 LVM_INT16 *pOutData,
198 if (pInData != pOutData)
204 (LVM_INT16 *)pOutData, /* Destination */
251 pOutData,
183 LVCS_ReverbGenerator(LVCS_Handle_t hInstance, const LVM_INT16 *pInData, LVM_INT16 *pOutData, LVM_UINT16 NumSamples) argument
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
H A DLVREV_Process.c37 /* pOutData Pointer to the output data */
43 /* LVREV_NULLADDRESS When one of hInstance, pInData or pOutData is NULL */
51 LVM_INT32 *pOutData,
56 LVM_INT32 *pOutput = pOutData;
65 if((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL))
166 /* pOutData Pointer to the output data */
172 /* LVREV_NULLADDRESS When one of hInstance, pInData or pOutData is NULL */
49 LVREV_Process(LVREV_Handle_t hInstance, const LVM_INT32 *pInData, LVM_INT32 *pOutData, const LVM_UINT16 NumSamples) argument

Completed in 885 milliseconds