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.c392 OI_UINT frameLen; in OI_CODEC_SBC_FrameCount() local
412 frameLen = blocks * frameData[2]; in OI_CODEC_SBC_FrameCount()
415 frameLen += subbands + (8 * subbands); in OI_CODEC_SBC_FrameCount()
419 frameLen *= 2; in OI_CODEC_SBC_FrameCount()
424 frameLen += 4 * subbands; in OI_CODEC_SBC_FrameCount()
426 frameLen += 8 * subbands; in OI_CODEC_SBC_FrameCount()
431 frameLen = SBC_HEADER_LEN + (frameLen + 7) / 8; in OI_CODEC_SBC_FrameCount()
432 if (frameBytes > frameLen) { in OI_CODEC_SBC_FrameCount()
433 frameBytes -= frameLen; in OI_CODEC_SBC_FrameCount()
434 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);