Home
last modified time | relevance | path

Searched refs:pUrl (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/libvideoeditor/osal/src/
DM4OSA_FileCommon.c67 M4OSA_Char* pUrl, M4OSA_FileModeAccess fileModeAccess) in M4OSA_fileCommonOpen() argument
100 M4OSA_ToUTF8_OSAL(pUrl, tempConversionBuf, &tempConversionSize); in M4OSA_fileCommonOpen()
107 "M4OSA_Char* %s\tfileModeAccess %d", core_id, pContext, pUrl, fileModeAccess); in M4OSA_fileCommonOpen()
110 …M4OSA_DEBUG_IF2(M4OSA_NULL == pUrl, M4ERR_PARAMETER, "M4OSA_fileCommonOpen: pUrl is M4O… in M4OSA_fileCommonOpen()
177 pFileHandler = fopen((const char *)pUrl, (const char *)mode); in M4OSA_fileCommonOpen()
187 M4OSA_TRACE1_1("File not found: %s", pUrl); in M4OSA_fileCommonOpen()
255 pFileContext->url_name = (M4OSA_Char*) M4OSA_32bitAlignedMalloc(strlen((const char *)pUrl)+1, in M4OSA_fileCommonOpen()
264 M4OSA_chrNCopy(pFileContext->url_name, pUrl, strlen((const char *)pUrl)+1); in M4OSA_fileCommonOpen()
267 err = M4OSA_fileCommonGetFilename(pUrl, &pFileContext->file_name); in M4OSA_fileCommonOpen()
574 M4OSA_ERR M4OSA_fileCommonGetURL(M4OSA_Context pContext, M4OSA_Char** pUrl) in M4OSA_fileCommonGetURL() argument
[all …]
DM4OSA_FileWriter.c52 M4OSA_ERR M4OSA_fileWriteOpen(M4OSA_Context* pContext, M4OSA_Void* pUrl, in M4OSA_fileWriteOpen() argument
56 pContext, pUrl, fileModeAccess); in M4OSA_fileWriteOpen()
58 return M4OSA_fileCommonOpen(M4OSA_FILE_WRITER, pContext, pUrl, in M4OSA_fileWriteOpen()
/frameworks/av/libvideoeditor/vss/src/
DM4PCMR_CoreReader.c62 M4OSA_ERR M4PCMR_openRead(M4OSA_Context* pContext, M4OSA_Void* pUrl, in M4PCMR_openRead() argument
71 if((M4OSA_NULL == pContext)|| (M4OSA_NULL == pUrl) ||(M4OSA_NULL == pFileFunction)) in M4PCMR_openRead()
97 pTempURL = (M4OSA_Char*)pUrl + (strlen((const char *)pUrl)-11); in M4PCMR_openRead()
108 M4OSA_chrNCopy(pUrl,pUrl, (strlen((const char *)pUrl)-12)); in M4PCMR_openRead()
111 err = pFileFunction->openRead(&(context->m_fileContext), pUrl, M4OSA_kFileRead); in M4PCMR_openRead()
/frameworks/av/libvideoeditor/vss/common/inc/
DM4PCMR_CoreReader.h119 M4OSA_ERR M4PCMR_openRead(M4OSA_Context* pContext, M4OSA_Void* pUrl,