Home
last modified time | relevance | path

Searched refs:bufferSize (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/build/demos/wireless_shared/mbp/
Dmbp.c185 u32 bufferSize; in MBP_RegistFile() local
226 bufferSize = MB_GetSegmentLength(p_file); in MBP_RegistFile()
227 if (bufferSize == 0) in MBP_RegistFile()
240 sFilebuf = OS_Alloc(bufferSize); in MBP_RegistFile()
253 if (!MB_ReadSegment(p_file, sFilebuf, bufferSize)) in MBP_RegistFile()
/TwlSDK-5.1.0/include/nitro/prc/
Dalgo_common.h148 u32 bufferSize; member
204 u32 bufferSize; member
/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_algo_common.c129 u32 bufferSize; in PRC_InitPrototypeDBEx_Common() local
140 bufferSize = PRCi_SetPrototypeListBufferInfo_Common(&WAInfo, buffer, in PRC_InitPrototypeDBEx_Common()
145 SDK_ASSERTMSG((bufferSize == in PRC_InitPrototypeDBEx_Common()
165 protoDB->bufferSize = bufferSize; in PRC_InitPrototypeDBEx_Common()
211 u32 bufferSize; in PRC_InitInputPatternEx_Common() local
215 bufferSize = PRCi_SetPatternBufferInfo_Common(&WAInfo, buffer, maxPointCount, maxStrokeCount); in PRC_InitInputPatternEx_Common()
217 SDK_ASSERTMSG((bufferSize == in PRC_InitInputPatternEx_Common()
234 pattern->bufferSize = bufferSize; in PRC_InitInputPatternEx_Common()