HomeSort by relevance Sort by last modified time
    Searched refs:LVM_UINT8 (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_API_Specials.c 53 LVM_UINT8 *pCurrentPeaks,
54 LVM_UINT8 *pPastPeaks,
100 (LVM_UINT8*) pCurrentPeaks,
101 (LVM_UINT8*) pPastPeaks );
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Private.h 132 LVM_UINT8 *pSpectralDataBufferStart; /* Starting address of the buffer */
133 LVM_UINT8 *pSpectralDataBufferWritePointer; /* Current position of the writting pointer of the buffer */
138 LVM_UINT8 *pPreviousPeaks; /* Points to a nBands elements array that contains the previous peak value of the level
LVPSA_QPD_Process.c 38 LVM_UINT8 **ppWrite,
44 LVM_UINT8 **ppWrite,
91 LVM_UINT8 *pWrite = pLVPSA_Inst->pSpectralDataBufferWritePointer;
211 LVM_UINT8 *pWrite = pLVPSA_Inst->pSpectralDataBufferWritePointer;
323 LVM_UINT8 **ppWrite,
327 LVM_UINT8 *pWrite = *ppWrite;
331 *(pWrite + BandIndex) = (LVM_UINT8)(Value>>7);
343 LVM_UINT8 **ppWrite,
347 LVM_UINT8 *pWrite = *ppWrite;
350 *(pWrite + BandIndex) = (LVM_UINT8)(Value * 256)
    [all...]
LVPSA_Process.c 58 LVM_UINT8 *pWrite_Save; /* Position of the write pointer
147 LVM_UINT8 *pWrite_Save; /* Position of the write pointer at the beginning of the process */
247 LVM_UINT8 *pCurrentValues,
248 LVM_UINT8 *pPeakValues )
254 LVM_UINT8 *pRead;
335 pLVPSA_Inst->pPreviousPeaks[ii] = (LVM_UINT8)(LVPSA_MAXUNSIGNEDCHAR - temp);
LVPSA_Memory.c 131 InstAlloc_AddMember( &Instance, pInitParams->nBands * BufferLength * sizeof(LVM_UINT8) );
132 InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVM_UINT8) );
LVPSA_Init.c 155 pLVPSA_Inst->pSpectralDataBufferStart = InstAlloc_AddMember( &Instance, pInitParams->nBands * pLVPSA_Inst->SpectralDataBufferLength * sizeof(LVM_UINT8) );
156 pLVPSA_Inst->pPreviousPeaks = InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVM_UINT8) );
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
LVPSA.h 252 LVM_UINT8 *pCurrentValues,
253 LVM_UINT8 *pPeakValues );
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
LVM_Types.h 93 typedef uint8_t LVM_UINT8; /* Unsigned 8-bit word */
  /frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
LVM.h     [all...]

Completed in 676 milliseconds