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

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c3243 * M4OSA_ERR M4MCS_cleanUp(M4MCS_Context pContext);
3252 M4OSA_ERR M4MCS_cleanUp( M4MCS_Context pContext ) function
3257 M4OSA_TRACE3_1("M4MCS_cleanUp called with pContext=0x%x", pContext);
3287 "M4MCS_cleanUp: pContext is M4OSA_NULL, returning M4ERR_PARAMETER");
3296 "M4MCS_cleanUp(): Wrong State (%d), returning M4ERR_STATE",
3318 "M4MCS_cleanUp: pVideoEncoderGlobalFcts->pFctCleanup returns 0x%x",
3393 "M4MCS_cleanUp: pAudioEncoderGlobalFcts->pFctClose returns 0x%x",
3403 "M4MCS_cleanUp: pAudioEncoderGlobalFcts->pFctCleanUp returns 0x%x",
3444 M4OSA_TRACE3_0("M4MCS_cleanUp(): returning M4NO_ERROR");
3475 err = M4MCS_cleanUp(pContex
[all...]

Completed in 62 milliseconds