Searched refs:bodyLen (Results 1 – 2 of 2) sorted by relevance
211 OI_UINT bodyLen; in internal_DecodeRaw() local223 bodyLen = OI_CODEC_SBC_CalculateFramelen(&context->common.frameInfo) - in internal_DecodeRaw()225 if (*frameBytes < bodyLen) { in internal_DecodeRaw()230 bodyLen = 0; in internal_DecodeRaw()238 *frameData += bodyLen; in internal_DecodeRaw()239 *frameBytes -= bodyLen; in internal_DecodeRaw()
71 int bodyLen = in build() local110 mBmsg.append(BBODY_LENGTH).append(bodyLen).append(CRLF); in build()