Searched refs:LVM_UINT8 (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_API_Specials.c53 LVM_UINT8 *pCurrentPeaks,
54 LVM_UINT8 *pPastPeaks,
100 (LVM_UINT8*) pCurrentPeaks,
101 (LVM_UINT8*) pPastPeaks );
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_Private.h114 LVM_UINT8 *pSpectralDataBufferStart; /* Starting address of the buffer */
115 LVM_UINT8 *pSpectralDataBufferWritePointer; /* Current position of the writting pointer of the buffer */
120 LVM_UINT8 *pPreviousPeaks; /* Points to a nBands elements array that contains the previous peak value of the level
H A DLVPSA_QPD_Process.c38 LVM_UINT8 **ppWrite,
86 LVM_UINT8 *pWrite = pLVPSA_Inst->pSpectralDataBufferWritePointer;
194 LVM_UINT8 **ppWrite,
198 LVM_UINT8 *pWrite = *ppWrite;
202 *(pWrite + BandIndex) = (LVM_UINT8)(Value>>7);
H A DLVPSA_Process.c57 LVM_UINT8 *pWrite_Save; /* Position of the write pointer at the beginning of the process */
157 LVM_UINT8 *pCurrentValues,
158 LVM_UINT8 *pPeakValues )
164 LVM_UINT8 *pRead;
245 pLVPSA_Inst->pPreviousPeaks[ii] = (LVM_UINT8)(LVPSA_MAXUNSIGNEDCHAR - temp);
H A DLVPSA_Init.c147 pLVPSA_Inst->pSpectralDataBufferStart = InstAlloc_AddMember( &Instance, pInitParams->nBands * pLVPSA_Inst->SpectralDataBufferLength * sizeof(LVM_UINT8) );
148 pLVPSA_Inst->pPreviousPeaks = InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVM_UINT8) );
H A DLVPSA_Memory.c127 InstAlloc_AddMember( &Instance, pInitParams->nBands * BufferLength * sizeof(LVM_UINT8) );
128 InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVM_UINT8) );
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
H A DLVPSA.h246 LVM_UINT8 *pCurrentValues,
247 LVM_UINT8 *pPeakValues );
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
H A DLVM_Types.h90 typedef uint8_t LVM_UINT8; /* Unsigned 8-bit word */ typedef
/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
H A DLVM.h596 LVM_UINT8 *pCurrentPeaks,
597 LVM_UINT8 *pPastPeaks,

Completed in 6144 milliseconds