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

/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_CharStar.c78 * @brief This function returns the boolean comparison of pStrIn1 and pStrIn2.
80 * pointed to by pStrIn1 is strictly identical to the string pointed
82 * @param pStrIn1: (IN) First character string.
86 * @return M4ERR_PARAMETER: pStrIn1 pStrIn2 or cmpResult is M4OSA_NULL.
89 M4OSA_ERR M4OSA_chrAreIdentical(M4OSA_Char* pStrIn1, M4OSA_Char* pStrIn2, argument
94 "M4OSA_Int32* %x)",pStrIn1,pStrIn2,pResult);
95 M4OSA_DEBUG_IF2(M4OSA_NULL == pStrIn1, M4ERR_PARAMETER,
102 len32 = (M4OSA_UInt32)strlen((const char *)pStrIn1);
111 if(pStrIn1[i32] != pStrIn2[i32])
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorPropertiesMain.cpp74 VideoEdit_chrCompare(M4OSA_Char* pStrIn1,
533 VideoEdit_chrCompare(M4OSA_Char* pStrIn1, argument
537 *pCmpResult = strcmp((const char *)pStrIn1, (const char *)pStrIn2);

Completed in 55 milliseconds