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

/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_CharStar.c42 * @note It copies exactly len2Copy characters from pStrIn to pStrOut,
43 * truncating pStrIn or adding null characters to pStrOut if
48 * - If len2Copy is greater than the length of pStrIn, pStrOut is
50 * - pStrOut and pStrIn MUST NOT OVERLAP (this is NOT CHECKED).
51 * @param pStrOut: (OUT) Destination character string.
55 * @return M4ERR_PARAMETER: pStrIn or pStrOut is M4OSA_NULL.
58 M4OSA_ERR M4OSA_chrNCopy(M4OSA_Char* pStrOut, M4OSA_Char *pStrIn, M4OSA_UInt32 len2Copy) argument
61 pStrOut,pStrIn,len2Copy);
62 M4OSA_DEBUG_IF2((M4OSA_NULL == pStrOut),M4ERR_PARAMETER,
67 strncpy((char *)pStrOut, (cons
151 M4OSA_chrGetUInt32(M4OSA_Char* pStrIn, M4OSA_UInt32* pVal, M4OSA_Char** pStrOut, M4OSA_chrNumBase base) argument
244 M4OSA_chrGetUInt16(M4OSA_Char* pStrIn, M4OSA_UInt16 *pVal, M4OSA_Char** pStrOut, M4OSA_chrNumBase base) argument
306 M4OSA_chrSPrintf(M4OSA_Char *pStrOut, M4OSA_UInt32 strOutMaxLen, M4OSA_Char *format, ...) argument
[all...]

Completed in 84 milliseconds