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

/frameworks/av/libvideoeditor/vss/src/
H A DM4PTO3GPP_API.c1066 * M4OSA_ERR M4PTO3GPP_CleanUp(M4PTO3GPP_Context pContext);
1075 M4OSA_ERR M4PTO3GPP_CleanUp(M4PTO3GPP_Context pContext) function
1081 M4OSA_TRACE3_1("M4PTO3GPP_CleanUp called with pContext=0x%x", pContext);
1085 M4OSA_DEBUG_IF2((M4OSA_NULL==pContext),M4ERR_PARAMETER, "M4PTO3GPP_CleanUp: pContext \
1097 M4OSA_TRACE1_1("M4PTO3GPP_CleanUp: M4PTO3GPP_Close returns 0x%x", err);
1112 M4OSA_TRACE1_1("M4PTO3GPP_CleanUp: pReaderGlobInt->m_pFctClose returns 0x%x", err);
1119 M4OSA_TRACE1_1("M4PTO3GPP_CleanUp: pReaderGlobInt->m_pFctDestroy returns 0x%x", err);
1138 M4OSA_TRACE1_1("M4PTO3GPP_CleanUp: pEncoderInt->pFctDestroy returns 0x%x", err);
1201 M4OSA_TRACE3_0("M4PTO3GPP_CleanUp(): returning M4NO_ERROR");

Completed in 138 milliseconds