Searched refs:M4ERR_FILE_NOT_FOUND (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/libvideoeditor/osal/inc/
H A DM4OSA_FileCommon.h111 #define M4ERR_FILE_NOT_FOUND M4OSA_ERR_CREATE(M4_ERR, M4OSA_FILE_COMMON, 0x000001) macro
/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_FileCommon.c60 * @return M4ERR_FILE_NOT_FOUND: the file cannot be found
186 M4OSA_DEBUG(M4ERR_FILE_NOT_FOUND, "M4OSA_fileCommonOpen: No such file or directory");
188 return M4ERR_FILE_NOT_FOUND;
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorOsal.cpp81 VIDEOEDIT_OSAL_RESULT_INIT(M4ERR_FILE_NOT_FOUND ),
H A DVideoEditorClasses.cpp194 M4ERR_FILE_NOT_FOUND ),
H A DVideoEditorMain.cpp1496 return M4ERR_FILE_NOT_FOUND;
/frameworks/av/libvideoeditor/vss/src/
H A DM4AMRR_CoreReader.c162 M4OSA_ERR err = M4ERR_FILE_NOT_FOUND ;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp2852 * @return M4ERR_FILE_NOT_FOUND: if the file passed does not exists.
2875 return M4ERR_FILE_NOT_FOUND;

Completed in 561 milliseconds