Searched defs:pFunctionContext (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_AudioEffects.c101 M4OSA_ERR M4MCS_editAudioEffectFct_FadeIn( M4OSA_Void *pFunctionContext, argument
148 M4OSA_ERR M4MCS_editAudioEffectFct_FadeOut( M4OSA_Void *pFunctionContext, argument
/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c3633 * prototype M4VSS3GPP_externalVideoEffectColor(M4OSA_Void *pFunctionContext,
3641 * @param pFunctionContext(IN) Contains which color to apply (not very clean ...)
3650 M4OSA_ERR M4VSS3GPP_externalVideoEffectColor(M4OSA_Void *pFunctionContext, argument
3659 M4xVSS_ColorStruct* ColorContext = (M4xVSS_ColorStruct*)pFunctionContext;
3671 //switch ((M4OSA_UInt32)pFunctionContext)
3769 //switch ((M4OSA_UInt32)pFunctionContext)
3795 * prototype M4VSS3GPP_externalVideoEffectFraming(M4OSA_Void *pFunctionContext,
3803 * @param pFunctionContext(IN) Contains which color to apply (not very clean ...)
3994 * prototype M4VSS3GPP_externalVideoEffectFifties(M4OSA_Void *pFunctionContext,
4127 * @param pFunctionContext (I
4138 M4VSS3GPP_externalVideoEffectZoom( M4OSA_Void *pFunctionContext, M4VIFI_ImagePlane *pInputPlanes, M4VIFI_ImagePlane *pOutputPlanes, M4VSS3GPP_ExternalProgress *pProgress, M4OSA_UInt32 uiEffectKind ) argument
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp334 * prototype M4VSS3GPP_externalVideoEffectColor(M4OSA_Void *pFunctionContext,
342 * @param pFunctionContext(IN) Contains which color to apply (not very clean ...)
351 M4OSA_ERR M4VSS3GPP_externalVideoEffectColor(M4OSA_Void *pFunctionContext, argument
358 M4xVSS_ColorStruct* ColorContext = (M4xVSS_ColorStruct*)pFunctionContext;
373 //switch ((M4OSA_UInt32)pFunctionContext) // commented because a structure for the effects context exist
470 //switch ((M4OSA_UInt32)pFunctionContext)// commented because a structure for the effects context exist
495 * prototype M4VSS3GPP_externalVideoEffectFraming(M4OSA_Void *pFunctionContext,
503 * @param pFunctionContext(IN) Contains which color to apply (not very clean ...)
719 * prototype M4VSS3GPP_externalVideoEffectFifties(M4OSA_Void *pFunctionContext,

Completed in 63 milliseconds