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

/frameworks/av/libvideoeditor/vss/inc/
H A DM4xVSS_API.h45 M4xVSS_SendCommand() */
231 * prototype M4xVSS_SendCommand
247 M4OSA_ERR M4xVSS_SendCommand(M4OSA_Context pContext, M4VSS3GPP_EditSettings* pSettings);
330 * - analyses editing structure if called after M4xVSS_SendCommand
351 * @note After this function, the user can call a new M4xVSS_SendCommand
/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_API.c570 * prototype M4OSA_ERR M4xVSS_SendCommand(M4OSA_Context pContext,
587 M4OSA_ERR M4xVSS_SendCommand( M4OSA_Context pContext, function
610 "Bad state when calling M4xVSS_SendCommand function! State is %d",
844 M4OSA_TRACE1_1("M4xVSS_SendCommand:\
859 M4OSA_TRACE1_0("Allocation error in M4xVSS_SendCommand");
890 M4OSA_TRACE1_0("M4xVSS_SendCommand: Impossible to limit file\
1067 M4OSA_TRACE1_0("Allocation error in M4xVSS_SendCommand");
1089 M4OSA_TRACE1_0("Allocation error in M4xVSS_SendCommand");
1130 M4OSA_TRACE1_0("Allocation error in M4xVSS_SendCommand");
1158 M4OSA_TRACE1_1("M4xVSS_SendCommand
[all...]
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp2798 ALOGV("videoEditor_processClip ITEM %d Calling M4xVSS_SendCommand()", unuseditemID);
2799 result = M4xVSS_SendCommand(pContext->engineContext, pContext->pEditSettings);
2800 ALOGV("videoEditor_processClip ITEM %d M4xVSS_SendCommand() returned 0x%x",

Completed in 2723 milliseconds