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

/frameworks/media/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c2772 * M4OSA_ERR M4MCS_step(M4MCS_Context pContext, M4OSA_UInt8 *pProgress);
2787 M4OSA_ERR M4MCS_step( M4MCS_Context pContext, M4OSA_UInt8 *pProgress ) function
2791 M4OSA_TRACE3_1("M4MCS_step called with pContext=0x%x", pContext);
2796 "M4MCS_step: pContext is M4OSA_NULL");
2798 "M4MCS_step: pProgress is M4OSA_NULL");
2843 "M4MCS_step(): Wrong State (%d), returning M4ERR_STATE",
2855 * the M4MCS_step function calls.
2947 * the M4MCS_step function.
3595 * @note Must be called after M4MCS_open. Must be called before M4MCS_step.

Completed in 354 milliseconds