HomeSort by relevance Sort by last modified time
    Searched refs:M4OSA_chrNCopy (Results 1 - 8 of 8) sorted by null

  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_CharStar.h 54 M4OSAL_CHARSTAR_EXPORT_TYPE M4OSA_ERR M4OSA_chrNCopy (M4OSA_Char *strOut,
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_FileCommon.c 264 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);
M4OSA_CharStar.c 58 M4OSA_ERR M4OSA_chrNCopy(M4OSA_Char* pStrOut, M4OSA_Char *pStrIn, M4OSA_UInt32 len2Copy)
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/
M4PCMR_CoreReader.c 98 M4OSA_chrNCopy(value, pTempURL, 5);
104 M4OSA_chrNCopy(value, pTempURL, 1);
108 M4OSA_chrNCopy(pUrl,pUrl, (strlen((const char *)pUrl)-12));
M4xVSS_API.c     [all...]
M4xVSS_internal.c     [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorJava.cpp 362 result = M4OSA_chrNCopy((M4OSA_Char*)pString, pLocal, length);
VideoEditorMain.cpp     [all...]

Completed in 316 milliseconds