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

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c2844 * M4OSA_ERR M4MCS_pause(M4MCS_Context pContext);
2855 M4OSA_ERR M4MCS_pause( M4MCS_Context pContext ) function
2860 M4OSA_TRACE2_1("M4MCS_pause called with pContext=0x%x", pContext);
2865 "M4MCS_pause: pContext is M4OSA_NULL");
2892 "M4MCS_pause(): Wrong State (%d), returning M4ERR_STATE",
2921 "M4MCS_pause: m_pVideoDecoder->pFctDestroy returns 0x%x", err);
2930 M4OSA_TRACE3_0("M4MCS_pause(): returning M4NO_ERROR");
2937 * @brief Resume the transcoding after a pause (see M4MCS_pause).

Completed in 36 milliseconds