Home
last modified time | relevance | path

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

/frameworks/av/libvideoeditor/osal/inc/
DM4OSA_FileCommon.h111 #define M4ERR_FILE_NOT_FOUND M4OSA_ERR_CREATE(M4_ERR, M4OSA_FILE_COMMON, 0x000001) macro
/frameworks/av/libvideoeditor/osal/src/
DM4OSA_FileCommon.c186 … M4OSA_DEBUG(M4ERR_FILE_NOT_FOUND, "M4OSA_fileCommonOpen: No such file or directory"); in M4OSA_fileCommonOpen()
188 return M4ERR_FILE_NOT_FOUND; in M4OSA_fileCommonOpen()
/frameworks/base/media/jni/mediaeditor/
DVideoEditorOsal.cpp81 VIDEOEDIT_OSAL_RESULT_INIT(M4ERR_FILE_NOT_FOUND ),
DVideoEditorClasses.cpp194 M4ERR_FILE_NOT_FOUND ), in VIDEOEDIT_JAVA_DEFINE_CONSTANTS()
DVideoEditorMain.cpp1496 return M4ERR_FILE_NOT_FOUND; in removeAlphafromRGB8888()
/frameworks/av/libvideoeditor/vss/src/
DM4AMRR_CoreReader.c162 M4OSA_ERR err = M4ERR_FILE_NOT_FOUND ; in M4AMRR_openRead()
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorTools.cpp2875 return M4ERR_FILE_NOT_FOUND; in LvGetImageThumbNail()