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

  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Init.c 135 pLVPSA_Inst->SpectralDataBufferLength = BufferLength + 1;
139 pLVPSA_Inst->SpectralDataBufferLength = BufferLength;
147 pLVPSA_Inst->pSpectralDataBufferStart = InstAlloc_AddMember( &Instance, pInitParams->nBands * pLVPSA_Inst->SpectralDataBufferLength * sizeof(LVM_UINT8) );
LVPSA_Private.h 117 LVM_UINT32 SpectralDataBufferLength; /* Number of spectrum data value that the buffer can contain (per band)
LVPSA_Process.c 202 (StatusDelta > (LVM_INT32)pLVPSA_Inst->SpectralDataBufferLength) ||
215 pRead = pLVPSA_Inst->pSpectralDataBufferWritePointer + (pLVPSA_Inst->SpectralDataBufferLength - (LVM_UINT32)StatusDelta) * pLVPSA_Inst->nBands;
LVPSA_QPD_Process.c 204 if (pWrite == (pLVPSA_Inst->pSpectralDataBufferStart + pLVPSA_Inst->nBands * pLVPSA_Inst->SpectralDataBufferLength))
LVPSA_Control.c 225 for(ii = 0; ii < (pInst->nBands * pInst->SpectralDataBufferLength); ii++)
    [all...]

Completed in 154 milliseconds