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

/frameworks/av/libvideoeditor/vss/inc/
H A DM4xVSS_API.h235 * M4xVSS_CloseCommand, or after M4xVSS_PreviewStop.
348 * prototype M4xVSS_CloseCommand
359 M4OSA_ERR M4xVSS_CloseCommand(M4OSA_Context pContext);
365 * @note This function must be called after M4xVSS_CloseCommand.
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp3082 ALOGV("videoEditor_unloadSettings Calling M4xVSS_CloseCommand()");
3083 result = M4xVSS_CloseCommand(pContext->engineContext);
3084 ALOGV("videoEditor_unloadSettings M4xVSS_CloseCommand() returned 0x%x",
3140 ALOGV("videoEditor_stopEncoding Calling M4xVSS_CloseCommand()");
3141 result = M4xVSS_CloseCommand(pContext->engineContext);
3142 ALOGV("videoEditor_stopEncoding M4xVSS_CloseCommand() returned 0x%x",
3201 ALOGV("videoEditor_release Calling M4xVSS_CloseCommand() state =%d",
3203 result = M4xVSS_CloseCommand(pContext->engineContext);
3204 ALOGV("videoEditor_release M4xVSS_CloseCommand() returned 0x%x",
/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_API.c575 * M4xVSS_CloseCommand, or after M4xVSS_PreviewStop.
5930 * prototype M4OSA_ERR M4xVSS_CloseCommand(M4OSA_Context pContext)
5941 M4OSA_ERR M4xVSS_CloseCommand( M4OSA_Context pContext ) function
5968 M4OSA_TRACE1_1("M4xVSS_CloseCommand:\
5988 M4OSA_TRACE1_1("M4xVSS_CloseCommand: \
6063 "Bad state when calling M4xVSS_CloseCommand function! State is %d",
6080 * @note This function must be called after M4xVSS_CloseCommand.

Completed in 710 milliseconds