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

/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_CharStar.c306 M4OSA_ERR M4OSA_chrSPrintf(M4OSA_Char *pStrOut, M4OSA_UInt32 strOutMaxLen, argument
326 "M4OSA_Char* %x)",pStrOut,strOutMaxLen,format);
387 err= vsnprintf((char *)pStrOut, (size_t)strOutMaxLen + 1, (const char *)format, marker);
389 if ((err<0) || ((M4OSA_UInt32)err>strOutMaxLen))
391 pStrOut[strOutMaxLen] = '\0';
493 err = vsnprintf((char *)pStrOut, (size_t)strOutMaxLen + 1, (const char *)newFormat, marker);
496 if ((err<0) || ((M4OSA_UInt32)err>strOutMaxLen))
498 pStrOut[strOutMaxLen] = '\0';
/frameworks/av/libvideoeditor/osal/inc/
H A DM4OSA_CharStar.h69 M4OSA_UInt32 strOutMaxLen,

Completed in 611 milliseconds