Home
last modified time | relevance | path

Searched refs:frameLen (Results 1 – 3 of 3) sorted by relevance

/system/bt/embdrv/sbc/decoder/srce/
Ddecoder-sbc.c386 OI_UINT frameLen; in OI_CODEC_SBC_FrameCount() local
406 frameLen = blocks * frameData[2]; in OI_CODEC_SBC_FrameCount()
409 frameLen += subbands + (8 * subbands); in OI_CODEC_SBC_FrameCount()
413 frameLen *= 2; in OI_CODEC_SBC_FrameCount()
418 frameLen += 4 * subbands; in OI_CODEC_SBC_FrameCount()
420 frameLen += 8 * subbands; in OI_CODEC_SBC_FrameCount()
425 frameLen = SBC_HEADER_LEN + (frameLen + 7) / 8; in OI_CODEC_SBC_FrameCount()
426 if (frameBytes > frameLen) { in OI_CODEC_SBC_FrameCount()
427 frameBytes -= frameLen; in OI_CODEC_SBC_FrameCount()
428 frameData += frameLen; in OI_CODEC_SBC_FrameCount()
Dbitalloc-sbc.c130 uint16_t frameLen) { in OI_CODEC_SBC_CalculateBitpool() argument
148 bits = 8 * (frameLen - SBC_HEADER_LEN) - hdr; in OI_CODEC_SBC_CalculateBitpool()
/system/bt/embdrv/sbc/decoder/include/
Doi_codec_sbc.h451 uint16_t frameLen);