Home
last modified time | relevance | path

Searched refs:A1 (Results 1 – 21 of 21) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DFilters.h40 LVM_INT16 A1; member
55 LVM_INT16 A1; member
DLVM_FO_LPF.c94 pCoeffs->A1=pCoeffs->A0; in LVM_FO_LPF()
DLVM_FO_HPF.c96 pCoeffs->A1=-pCoeffs->A0; /* Store A1=-A0*/ in LVM_FO_HPF()
DFO_1I_D16F16Css_TRC_WRA_01_Init.c49 temp=pCoef->A1; in FO_1I_D16F16Css_TRC_WRA_01_Init()
DFO_1I_D32F32Cll_TRC_WRA_01_Init.c48 temp=pCoef->A1; in FO_1I_D32F32Cll_TRC_WRA_01_Init()
DFO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c48 temp=pCoef->A1; in FO_2I_D16F32Css_LShx_TRC_WRA_01_Init()
DBQ_2I_D16F16Css_TRC_WRA_01_Init.c51 temp=pCoef->A1; in BQ_2I_D16F16Css_TRC_WRA_01_Init()
DBQ_2I_D16F32Css_TRC_WRA_01_init.c50 temp=pCoef->A1; in BQ_2I_D16F32Css_TRC_WRA_01_Init()
DBQ_1I_D16F16Css_TRC_WRA_01_Init.c50 temp=pCoef->A1; in BQ_1I_D16F16Css_TRC_WRA_01_Init()
DBQ_1I_D16F32Css_TRC_WRA_01_init.c51 temp=pCoef->A1; in BQ_1I_D16F32Css_TRC_WRA_01_Init()
DBQ_2I_D32F32Cll_TRC_WRA_01_Init.c50 temp=pCoef->A1; in BQ_2I_D32F32Cll_TRC_WRA_01_Init()
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DBIQUAD.h46 LVM_INT16 A1; /* a1 */ member
55 LVM_INT32 A1; /* a1 */ member
64 LVM_INT16 A1; /* a1 */ member
71 LVM_INT32 A1; /* a1 */ member
79 LVM_INT16 A1; /* a1 */ member
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_StereoEnhancer.c80 CoeffsMid.A1 = (LVM_INT16) LVCS_SEMidCoefTable[Offset].A1; in LVCS_SEnhancerInit()
105 CoeffsSide.A1 = (LVM_INT16) pSESideCoefs[Offset].A1; in LVCS_SEnhancerInit()
DLVCS_Equaliser.c84 Coeffs.A1 = (LVM_INT16) pEqualiserCoefTable[Offset].A1; in LVCS_EqualiserInit()
DLVCS_ReverbGenerator.c102 Coeffs.A1 = (LVM_INT16)pReverbCoefTable[Offset].A1; in LVCS_ReverbGeneratorInit()
/frameworks/base/core/java/android/net/http/
DRequestHandle.java308 String A1 = username + ":" + realm + ":" + password; in computeDigestAuthResponse() local
314 String digest = computeDigest(A1, A2, nonce, QOP, nc, cnonce); in computeDigestAuthResponse()
353 String A1, String A2, String nonce, String QOP, String nc, String cnonce) { in computeDigest() argument
359 return KD(H(A1), nonce + ":" + H(A2)); in computeDigest()
362 return KD(H(A1), nonce + ":" + nc + ":" + cnonce + ":" + QOP + ":" + H(A2)); in computeDigest()
/frameworks/av/media/libstagefright/rtsp/
DMyTransmitter.h302 AString A1; in addAuthentication() local
303 A1.append(USERNAME); in addAuthentication()
304 A1.append(":"); in addAuthentication()
305 A1.append("Streaming Server"); in addAuthentication()
306 A1.append(":"); in addAuthentication()
307 A1.append(PASSWORD); in addAuthentication()
315 H(A1, &HA1); in addAuthentication()
DARTSPConnection.cpp999 AString A1; in addAuthentication() local
1000 A1.append(mUser); in addAuthentication()
1001 A1.append(":"); in addAuthentication()
1002 A1.append("Streaming Server"); in addAuthentication()
1003 A1.append(":"); in addAuthentication()
1004 A1.append(mPass); in addAuthentication()
1012 H(A1, &HA1); in addAuthentication()
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.c103 Coeffs.A1 = 0; in LVREV_ApplyNewSettings()
275 Coeffs.A1 = 0; in LVREV_ApplyNewSettings()
/frameworks/base/docs/html/distribute/essentials/quality/
Dcore.jd329 <tr id="FN-A1">
334 FN-A1
/frameworks/base/docs/html/google/gcm/
Dadv.jd286 For example, Device A can have A1, A2, A3, and A4. Device B can have B1, B2, B3,