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

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c2774 * @return M4MCS_WAR_TRANSCODING_DONE: Transcoding is over, user should now call M4MCS_close()
3018 * M4OSA_ERR M4MCS_close(M4MCS_Context pContext);
3027 M4OSA_ERR M4MCS_close( M4MCS_Context pContext ) function
3035 M4OSA_TRACE2_1("M4MCS_close called with pContext=0x%x", pContext);
3040 "M4MCS_close: pContext is M4OSA_NULL");
3062 M4OSA_TRACE1_1("M4MCS_close(): Wrong State (%d), returning M4ERR_STATE",
3080 "M4MCS_close: pVideoEncoderGlobalFcts->pFctStop returns 0x%x",
3097 "M4MCS_close: pVideoEncoderGlobalFcts->pFctClose returns 0x%x",
3125 "M4MCS_close: failed to get the encoder header (err 0x%x)",
3146 "M4MCS_close
[all...]

Completed in 10 milliseconds