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

/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_CharStar.c313 M4OSA_Int32 newFormatLength=0; local
401 newFormatLength = strlen((const char *)format) + 1;
403 newFormatLength -= (count_ll+count_tm+count_aa);
405 newFormat =(M4OSA_Char*)M4OSA_32bitAlignedMalloc(newFormatLength,
409 newFormat[newFormatLength-1] = '\0';

Completed in 60 milliseconds