Searched defs:pFx (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditAudio.c1448 M4VSS3GPP_EffectSettings *pFx; local
1490 pFx = &(pC->pEffectsList[pC->nbEffects - 1 - uiFxIndex]);
1492 if( M4VSS3GPP_kAudioEffectType_None != pFx->AudioEffectType )
1496 if( ( t >= (M4OSA_Int32)(/*BC +*/pFx->uiStartTime))
1498 (t < (M4OSA_Int32)(/*BC +*/pFx->uiStartTime + pFx->
1542 M4VSS3GPP_EffectSettings *pFx; local
1557 // RC pFx = &(pClipSettings->Effects[pC->iClip1ActiveEffect]);/**< Get a shortcut
1559 pFx = &(pC->
1571 // RC pFx
[all...]
H A DM4VSS3GPP_Edit.c2069 M4VSS3GPP_EffectSettings *pFx; local
H A DM4VSS3GPP_EditVideo.c1689 M4VSS3GPP_EffectSettings *pFx; local
1708 pFx = &(pC->pEffectsList[pC->pActiveEffectsList1[i]]);
1712 pC->pTransitionList[pC->uiCurrentClip].uiTransitionDuration - pFx->uiStartTime;
1714 pFx = &(pC->pEffectsList[pC->pActiveEffectsList[i]]);
1717 VideoEffectTime = ((M4OSA_Int32)pC->ewc.dInputVidCts) - pFx->uiStartTime;
1721 if (pFx->xVSS.pFramingBuffer == M4OSA_NULL) {
1727 PercentageDone = VideoEffectTime / ((M4OSA_Float)pFx->uiDuration);
1749 if (nextEffectTime >= (M4OSA_Int32)(pFx->uiStartTime + pFx->uiDuration)) {
1752 err = pFx
1790 M4VSS3GPP_EffectSettings *pFx; local
2327 M4VSS3GPP_EffectSettings *pFx; local
[all...]
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.cpp188 android::status_t android_eq_getParam(android::sp<android::AudioEffect> pFx, argument
201 status = pFx->getParameter(p);
214 android::status_t android_eq_setParam(android::sp<android::AudioEffect> pFx, argument
228 status = pFx->setParameter(p);
237 android::status_t android_bb_setParam(android::sp<android::AudioEffect> pFx, argument
240 return android_fx_setParam(pFx, param, BASSBOOST_PARAM_SIZE_MAX,
245 android::status_t android_bb_getParam(android::sp<android::AudioEffect> pFx, argument
248 return android_fx_getParam(pFx, param, BASSBOOST_PARAM_SIZE_MAX,
340 android::status_t android_virt_setParam(android::sp<android::AudioEffect> pFx, argument
343 return android_fx_setParam(pFx, para
348 android_virt_getParam(android::sp<android::AudioEffect> pFx, int32_t param, void *pValue) argument
376 android_prev_setPreset(android::sp<android::AudioEffect> pFx, uint16_t preset) argument
385 android_prev_getPreset(android::sp<android::AudioEffect> pFx, uint16_t* preset) argument
414 android_erev_setParam(android::sp<android::AudioEffect> pFx, int32_t param, void *pValue) argument
429 android_erev_getParam(android::sp<android::AudioEffect> pFx, int32_t param, void *pValue) argument
455 android_fxSend_attach(CAudioPlayer* ap, bool attach, android::sp<android::AudioEffect> pFx, SLmillibel sendLevel) argument
520 android::AudioEffect* pFx = outputMix->mAndroidEffect.mEffects->valueAt(index); local
561 android_fx_setParam(android::sp<android::AudioEffect> pFx, int32_t param, uint32_t paramSizeMax, void *pValue, uint32_t valueSize) argument
582 android_fx_getParam(android::sp<android::AudioEffect> pFx, int32_t param, uint32_t paramSizeMax, void *pValue, uint32_t valueSize) argument
758 android::AudioEffect* pFx = new android::AudioEffect( local
775 iae->mEffects->add(KEY_FROM_GUID(pUuid), pFx); local
790 android::AudioEffect* pFx = iae->mEffects->valueAt(index); local
806 android::AudioEffect* pFx = iae->mEffects->valueAt(index); local
821 android::AudioEffect* pFx = iae->mEffects->valueAt(index); local
838 android::AudioEffect* pFx = iae->mEffects->valueAt(index); local
[all...]

Completed in 65 milliseconds