OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pConfig
(Results
1 - 15
of
15
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Equaliser.c
63
LVCS_Equaliser_t *
pConfig
= (LVCS_Equaliser_t *)&pInstance->Equaliser;
102
pConfig
->pBiquadCallBack = BQ_2I_D16F32C13_TRC_WRA_01;
105
pConfig
->pBiquadCallBack = BQ_2I_D16F32C14_TRC_WRA_01;
108
pConfig
->pBiquadCallBack = BQ_2I_D16F32C15_TRC_WRA_01;
142
LVCS_Equaliser_t *
pConfig
= (LVCS_Equaliser_t *)&pInstance->Equaliser;
152
(
pConfig
->pBiquadCallBack)((Biquad_Instance_t*)&pCoefficients->EqualiserBiquadInstance,
LVCS_BypassMix.c
75
LVCS_BypassMix_t *
pConfig
= (LVCS_BypassMix_t *)&pInstance->BypassMix;
107
pConfig
->Mixer_Instance.MixerStream[0].CallbackParam = 0;
108
pConfig
->Mixer_Instance.MixerStream[0].pCallbackHandle = LVM_NULL;
109
pConfig
->Mixer_Instance.MixerStream[0].pCallBack = LVM_NULL;
110
pConfig
->Mixer_Instance.MixerStream[0].CallbackSet=1;
111
Current = LVC_Mixer_GetCurrent(&
pConfig
->Mixer_Instance.MixerStream[0]);
112
LVC_Mixer_Init(&
pConfig
->Mixer_Instance.MixerStream[0],(LVM_INT32)(Gain >> 15),Current);
113
LVC_Mixer_VarSlope_SetTimeConstant(&
pConfig
->Mixer_Instance.MixerStream[0],LVCS_BYPASS_MIXER_TC,pParams->SampleRate,2);
119
Current = LVC_Mixer_GetCurrent(&
pConfig
->Mixer_Instance.MixerStream[1]);
120
LVC_Mixer_Init(&
pConfig
->Mixer_Instance.MixerStream[1],(LVM_INT32)(Gain >> 15),Current)
[
all
...]
LVCS_ReverbGenerator.c
68
LVCS_ReverbGenerator_t *
pConfig
= (LVCS_ReverbGenerator_t *)&pInstance->Reverberation;
88
pConfig
->DelaySize = (LVM_INT16)(2 * Delay);
89
pConfig
->DelayOffset = 0;
91
(LVM_INT16 *)&
pConfig
->StereoSamples[0], /* Destination */
92
(LVM_UINT16)(sizeof(
pConfig
->StereoSamples)/sizeof(LVM_INT16))); /* Number of words */
119
pConfig
->pBiquadCallBack = BQ_2I_D16F16C14_TRC_WRA_01;
122
pConfig
->pBiquadCallBack = BQ_2I_D16F16C15_TRC_WRA_01;
130
pConfig
->ProcGain = (LVM_UINT16)(HEADPHONEGAINPROC);
131
pConfig
->UnprocGain = (LVM_UINT16)(HEADPHONEGAINUNPROC);
138
pConfig
->ReverbLevel=(LVM_INT16)(ReverbPercentage>>8); // Reverb Level in Q 15 forma
[
all
...]
LVCS_StereoEnhancer.c
59
LVCS_StereoEnhancer_t *
pConfig
= (LVCS_StereoEnhancer_t *)&pInstance->StereoEnhancer;
96
pConfig
->pBiquadCallBack_Mid = FO_1I_D16F16C15_TRC_WRA_01;
125
pConfig
->pBiquadCallBack_Side = BQ_1I_D16F32C14_TRC_WRA_01;
132
pConfig
->pBiquadCallBack_Side = BQ_1I_D16F16C15_TRC_WRA_01;
188
LVCS_StereoEnhancer_t *
pConfig
= (LVCS_StereoEnhancer_t *)&pInstance->StereoEnhancer;
210
(
pConfig
->pBiquadCallBack_Mid)((Biquad_Instance_t*)&pCoefficient->SEBiquadInstanceMid,
218
(LVM_INT16)
pConfig
->MidGain, /* Gain */
229
(
pConfig
->pBiquadCallBack_Side)((Biquad_Instance_t*)&pCoefficient->SEBiquadInstanceSide,
/external/pdfium/core/src/fpdfdoc/
doc_ocg.cpp
59
CPDF_Dictionary*
pConfig
= pOCProperties->GetDict("D");
72
pConfig
= pFind;
76
return
pConfig
;
101
CPDF_Dictionary*
pConfig
=
103
if (!
pConfig
) {
107
FX_BOOL bState =
pConfig
->GetString("BaseState", "ON") != "OFF";
108
CPDF_Array* pArray =
pConfig
->GetArray("ON");
114
pArray =
pConfig
->GetArray("OFF");
120
pArray =
pConfig
->GetArray("AS");
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_imp.cpp
215
CXFA_Node*
pConfig
= (CXFA_Node*)this->GetXFANode(XFA_HASHCODE_Config);
216
if (!
pConfig
) {
220
CXFA_Node* pPresent =
pConfig
->GetFirstChildByClass(XFA_ELEMENT_Present);
xfa_object_imp.cpp
497
CXFA_Node*
pConfig
=
499
wsLocaleName = GetDocument()->GetLocalMgr()->GetConfigLocaleName(
pConfig
);
[
all
...]
/external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdoc.cpp
162
CXFA_Node*
pConfig
= (CXFA_Node*)m_pDocument->GetXFANode(XFA_HASHCODE_Config);
163
if (!
pConfig
) {
166
CXFA_Node* pAcrobat =
pConfig
->GetFirstChildByClass(XFA_ELEMENT_Acrobat);
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c
137
const S_EAS_LIB_CONFIG *
pConfig
= NULL;
487
pConfig
= EAS_Config();
493
streamFormat.mSampleRate =
pConfig
->sampleRate;
531
pBuf->uOutBufferLength =
pConfig
->mixBufferSize * streamFormat.mBitsPerChannel / 2;
553
pBuf->uOutBufferLength /=
pConfig
->numChannels;
[
all
...]
/external/aac/libAACenc/src/
aacenc_lib.cpp
[
all
...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h
390
struct VQZipConfig
pConfig
;
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
bosch_bmi160.c
384
struct ConfigStat
pConfig
; // pending config status request
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 2391 milliseconds