Searched refs:pStrIn (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
45 * - If len2Copy is less than or equal to the length of pStrIn,
48 * - If len2Copy is greater than the length of pStrIn, pStrOut is
50 * - pStrOut and pStrIn MUST NOT OVERLAP (this is NOT CHECKED).
52 * @param pStrIn: (IN) Source character string.
53 * @param len2Copy: (IN) Maximum number of characters from pStrIn to copy.
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,len2Cop
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
[all...]

Completed in 39 milliseconds