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

  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Private.h 96 LVEQNB_BiquadType_en *pBiquadType; /* Filter biquad types */
LVEQNB_Control.c 165 pInstance->pBiquadType[i] = LVEQNB_SinglePrecision; /* Default to single precision */
171 pInstance->pBiquadType[i] = LVEQNB_DoublePrecision;
178 pInstance->pBiquadType[i] = LVEQNB_DoublePrecision;
187 pInstance->pBiquadType[i] = LVEQNB_OutOfRange;
230 BiquadType = pInstance->pBiquadType[i];
LVEQNB_Process.c 126 switch (pInstance->pBiquadType[i])
LVEQNB_Init.c 268 pInstance->pBiquadType = (LVEQNB_BiquadType_en *)InstAlloc_AddMember(&AllocMem,

Completed in 42 milliseconds