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

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c2121 M4OSA_ERR M4MCS_init( M4MCS_Context *pContext, function
2129 "M4MCS_init called with pContext=0x%x, pFileReadPtrFct=0x%x, pFileWritePtrFct=0x%x",
2135 "M4MCS_init: pContext is M4OSA_NULL");
2137 "M4MCS_init: pFileReadPtrFct is M4OSA_NULL");
2139 "M4MCS_init: pFileWritePtrFct is M4OSA_NULL");
2150 "M4MCS_init(): unable to allocate M4MCS_InternalContext, returning M4ERR_ALLOC");
2319 M4OSA_TRACE3_0("M4MCS_init(): returning M4NO_ERROR");

Completed in 157 milliseconds