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

/frameworks/av/libvideoeditor/vss/src/
H A DM4PTO3GPP_API.c926 * M4OSA_ERR M4PTO3GPP_Close(M4PTO3GPP_Context pContext);
936 M4OSA_ERR M4PTO3GPP_Close(M4PTO3GPP_Context pContext) function
945 M4OSA_TRACE3_1("M4PTO3GPP_Close called with pContext=0x%x", pContext);
949 M4OSA_DEBUG_IF2((M4OSA_NULL==pContext), M4ERR_PARAMETER, "M4PTO3GPP_Close:\
957 M4OSA_TRACE1_1("M4PTO3GPP_Close(): Wrong State (%d), returning M4ERR_STATE", pC->m_State);
1041 M4OSA_TRACE1_1("M4PTO3GPP_Close: SetOption(M4WRITER_kMaxFileDuration) returns 0x%x",
1049 M4OSA_TRACE1_1("M4PTO3GPP_Close: pWriterGlobInt->pFctCloseWrite returns 0x%x", osaErr);
1059 M4OSA_TRACE3_1("M4PTO3GPP_Close(): returning 0x%x", osaErr);
1094 err = M4PTO3GPP_Close(pContext);
1097 M4OSA_TRACE1_1("M4PTO3GPP_CleanUp: M4PTO3GPP_Close return
[all...]

Completed in 6 milliseconds