Searched refs:bodyLen (Results 1 – 1 of 1) 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()