Searched refs:bodyLen (Results 1 – 2 of 2) sorted by relevance
200 OI_UINT bodyLen; in internal_DecodeRaw() local212 bodyLen = OI_CODEC_SBC_CalculateFramelen(&context->common.frameInfo) - in internal_DecodeRaw()214 if (*frameBytes < bodyLen) { in internal_DecodeRaw()219 bodyLen = 0; in internal_DecodeRaw()227 *frameData += bodyLen; in internal_DecodeRaw()228 *frameBytes -= bodyLen; in internal_DecodeRaw()
71 int bodyLen = MSG_BEGIN.length() + MSG_END.length() + 3 * CRLF.length() in build() local107 mBmsg.append(BBODY_LENGTH).append(bodyLen).append(CRLF); in build()