Searched refs:frameLen (Results 1 – 5 of 5) sorted by relevance
431 OI_UINT frameLen; in OI_CODEC_SBC_FrameCount() local451 frameLen = blocks * frameData[2]; in OI_CODEC_SBC_FrameCount()454 frameLen += subbands + (8 * subbands); in OI_CODEC_SBC_FrameCount()458 frameLen *= 2; in OI_CODEC_SBC_FrameCount()463 frameLen += 4 * subbands; in OI_CODEC_SBC_FrameCount()465 frameLen += 8 * subbands; in OI_CODEC_SBC_FrameCount()470 frameLen = SBC_HEADER_LEN + (frameLen + 7) / 8; in OI_CODEC_SBC_FrameCount()471 if (frameBytes > frameLen) { in OI_CODEC_SBC_FrameCount()472 frameBytes -= frameLen; in OI_CODEC_SBC_FrameCount()473 frameData += frameLen; in OI_CODEC_SBC_FrameCount()
130 uint16_t frameLen) { in OI_CODEC_SBC_CalculateBitpool() argument148 bits = 8 * (frameLen - SBC_HEADER_LEN) - hdr; in OI_CODEC_SBC_CalculateBitpool()
98 uint32_t frameLen = 0; in a2dp_vendor_opus_decoder_decode_packet() local118 frameLen = opus_packet_get_nb_samples(pBuffer, bufferSize, in a2dp_vendor_opus_decoder_decode_packet()123 frameSize, frameLen, bufferSize); in a2dp_vendor_opus_decoder_decode_packet()
821 int frameLen = buffCapacity; in GenerateVideoSprop() local825 frameLen = tempBufPtr - buf; in GenerateVideoSprop()830 MAX_CONFIG_LEN, buf, frameLen, BINARY_FORMAT_BASE64); in GenerateVideoSprop()850 buffCapacity -= frameLen; in GenerateVideoSprop()851 buf += frameLen; in GenerateVideoSprop()
459 uint16_t frameLen);