Searched refs:bodyLen (Results 1 – 1 of 1) sorted by relevance
190 OI_UINT bodyLen; in internal_DecodeRaw() local202 bodyLen = OI_CODEC_SBC_CalculateFramelen(&context->common.frameInfo) - SBC_HEADER_LEN; in internal_DecodeRaw()203 if (*frameBytes < bodyLen) { in internal_DecodeRaw()208 bodyLen = 0; in internal_DecodeRaw()216 *frameData += bodyLen; in internal_DecodeRaw()217 *frameBytes -= bodyLen; in internal_DecodeRaw()