Lines Matching defs:M4MCS_open

2325  * M4OSA_ERR M4MCS_open(M4MCS_Context pContext, M4OSA_Void* pFileIn,
2347 M4OSA_ERR M4MCS_open( M4MCS_Context pContext, M4OSA_Void *pFileIn,
2358 "M4MCS_open called with pContext=0x%x, pFileIn=0x%x, pFileOut=0x%x",
2364 "M4MCS_open: pContext is M4OSA_NULL");
2366 "M4MCS_open: pFileIn is M4OSA_NULL");
2386 "M4MCS_open: Still picture is not supported with this version of MCS");
2397 M4OSA_TRACE1_1("M4MCS_open(): Wrong State (%d), returning M4ERR_STATE",
2430 M4OSA_TRACE1_1("M4MCS_open(): m_pReader->m_pFctCreate returns 0x%x",
2447 M4OSA_TRACE1_1("M4MCS_open(): m_pReader->m_pFctSetOption returns 0x%x",
2469 "M4MCS_open(): M4READER_3GP_kOptionID_FastOpenMode returns 0x%x",
2501 M4OSA_TRACE1_1("M4MCS_open(): m_pReader->m_pFctOpen returns 0x%x", err);
2510 "M4MCS_open(): returning M4MCS_ERR_INVALID_INPUT_FILE");
2548 "M4MCS_open(): Found a H263 or MPEG-4 video stream in input 3gpp clip");
2569 "M4MCS_open():\
2583 "M4MCS_open():\
2591 M4OSA_TRACE1_1("M4MCS_open(): Found an unsupported video stream (0x%x) in\
2625 "M4MCS_open(): Found an AMR-NB, AAC or MP3 audio stream in input clip");
2646 "M4MCS_open():\
2660 "M4MCS_open():\
2674 M4OSA_TRACE1_1("M4MCS_open(): Found an unsupported audio stream (0x%x) in \
2690 "M4MCS_open(): returning M4MCS_ERR_INPUT_FILE_CONTAINS_NO_SUPPORTED_STREAM");
2735 "M4MCS_open(): M4MCS_intGetInputClipProperties returns 0x%x", err);
2759 M4OSA_TRACE3_0("M4MCS_open(): returning M4NO_ERROR");
3588 * @note Must be called after M4MCS_open. Must be called before M4MCS_step.
5401 err = M4MCS_open(pContext, pC->pInputFile, pC->InputFileType,
7634 "M4MCS_open(): m_pReader->m_pFctFillAuStruct(video) returns 0x%x",
7892 "M4MCS_open(): m_pReader->m_pFctFillAuStruct(audio) returns 0x%x",
7968 "M4MCS_open(): m_pReader->m_pFctFillAuStruct(audio) returns 0x%x",
8957 "M4MCS_open(): m_pReader->m_pFctFillAuStruct(video) returns 0x%x",
9028 "M4MCS_open(): m_pReader->m_pFctFillAuStruct(video) returns 0x%x",
10109 * @brief Free all resources allocated by M4MCS_open()
10164 pReaderContext ) /**< may be M4OSA_NULL if M4MCS_open was not called */
10219 * @brief Set the MCS input and output files. It is the same as M4MCS_open without