Searched refs:M4OSA_chrNCopy (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/libvideoeditor/osal/inc/
H A DM4OSA_CharStar.h54 M4OSAL_CHARSTAR_EXPORT_TYPE M4OSA_ERR M4OSA_chrNCopy (M4OSA_Char *strOut,
/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_FileCommon.c264 M4OSA_chrNCopy(pFileContext->url_name, pUrl, strlen((const char *)pUrl)+1);
598 M4OSA_chrNCopy(*pUrl, pFileContext->url_name, uiLength);
661 M4OSA_chrNCopy(ptrFilename, ptrUrl, FileNameLen+1);
H A DM4OSA_CharStar.c58 M4OSA_ERR M4OSA_chrNCopy(M4OSA_Char* pStrOut, M4OSA_Char *pStrIn, M4OSA_UInt32 len2Copy) function
60 M4OSA_TRACE1_3("M4OSA_chrNCopy\t(M4OSA_Char* %x,M4OSA_Char* %x,M4OSA_UInt32 %ld)",
63 "M4OSA_chrNCopy:\tpStrOut is M4OSA_NULL");
65 "M4OSA_chrNCopy:\tpStrIn is M4OSA_NULL");
/frameworks/av/libvideoeditor/vss/src/
H A DM4PCMR_CoreReader.c98 M4OSA_chrNCopy(value, pTempURL, 5);
104 M4OSA_chrNCopy(value, pTempURL, 1);
108 M4OSA_chrNCopy(pUrl,pUrl, (strlen((const char *)pUrl)-12));
H A DM4xVSS_API.c1291 M4OSA_chrNCopy(
4216 M4OSA_chrNCopy(out_pcm, xVSS_context->pTempPath,
5202 M4OSA_chrNCopy(out_3gp, xVSS_context->pTempPath, M4XVSS_MAX_PATH_LEN - 1);
5203 M4OSA_chrNCopy(out_3gp_tmp, xVSS_context->pTempPath, M4XVSS_MAX_PATH_LEN - 1);
H A DM4xVSS_internal.c1542 M4OSA_chrNCopy(out_amr, xVSS_context->pTempPath, M4XVSS_MAX_PATH_LEN - 1);
1717 M4OSA_chrNCopy(out_amr, xVSS_context->pTempPath, M4XVSS_MAX_PATH_LEN - 1);
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorJava.cpp360 result = M4OSA_chrNCopy((M4OSA_Char*)pString, pLocal, length);
H A DVideoEditorMain.cpp2381 M4OSA_chrNCopy((M4OSA_Char *)pBufferOut, (M4OSA_Char *)pBufferIn, length);
2426 M4OSA_chrNCopy((M4OSA_Char *)pBufferOut, (M4OSA_Char *)pBufferIn, length);

Completed in 157 milliseconds