Searched refs:mcsContext (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/libvideoeditor/vss/inc/
H A DM4xVSS_API.h553 * prototype M4OSA_ERR M4xVSS_getMCSContext(M4OSA_Context pContext, M4OSA_Context* mcsContext)
559 * @param mcsContext (OUT) Pointer to pointer of mcs context to return
565 M4OSA_ERR M4xVSS_getMCSContext(M4OSA_Context pContext, M4OSA_Context* mcsContext);
570 * M4OSA_Context* mcsContext)
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp1221 M4MCS_Context mcsContext = M4OSA_NULL; local
1262 result = M4MCS_init(&mcsContext, pContext->initParams.pFileReadPtr,
1267 (M4OSA_NULL == mcsContext),
1294 M4MCS_abort(mcsContext);
1316 result = M4MCS_open(mcsContext, pInputFile,
1324 M4MCS_abort(mcsContext);
1370 result = M4MCS_setOutputParams(mcsContext, pOutputParams);
1376 M4MCS_abort(mcsContext);
1400 result = M4MCS_setEncodingParams(mcsContext, pEncodingParams);
1406 M4MCS_abort(mcsContext);
[all...]
/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_API.c6288 * prototype M4OSA_ERR M4xVSS_getMCSContext(M4OSA_Context pContext, M4OSA_Context* mcsContext)
6294 * @param mcsContext (OUT) Pointer to pointer of mcs context to return
6301 M4OSA_Context *mcsContext )
6318 *mcsContext = xVSS_context->pMCS_Ctxt;
6326 * M4OSA_Context* mcsContext)

Completed in 2994 milliseconds