Home
last modified time | relevance | path

Searched refs:blocks (Results 1 – 11 of 11) sorted by relevance

/btstack/3rd-party/bluedroid/decoder/srce/
H A Ddecoder-oina.c44 OI_UINT8 blocks, in OI_CODEC_SBC_DecoderConfigureRaw() argument
70 if (blocks > SBC_BLOCKS_16) { in OI_CODEC_SBC_DecoderConfigureRaw()
86 context->common.frameInfo.blocks = blocks; in OI_CODEC_SBC_DecoderConfigureRaw()
H A Ddecoder-sbc.c401 OI_UINT8 blocks; in OI_CODEC_SBC_FrameCount() local
417 subbands = mode = blocks = frameData[1];; in OI_CODEC_SBC_FrameCount()
419 blocks = block_values[(blocks & (BIT5 | BIT4)) >> 4]; in OI_CODEC_SBC_FrameCount()
423 frameLen = blocks * frameData[2]; in OI_CODEC_SBC_FrameCount()
H A Ddecoder-private.c106 frame->blocks = 4; // ? in OI_SBC_ReadHeader_mSBC()
145 frame->blocks = (d1 & (BIT5 | BIT4)) >> 4; in OI_SBC_ReadHeader()
146 frame->nrof_blocks = block_values[frame->blocks]; in OI_SBC_ReadHeader()
H A Dframing.c227 frame->nrof_blocks = block_values[frame->blocks]; in OI_SBC_ExpandFrameFields()
/btstack/src/classic/
H A Dbtstack_sbc.h104 … uint8_t blocks, uint8_t subbands, btstack_sbc_allocation_method_t allocation_method,
214 … int blocks, int subbands, btstack_sbc_allocation_method_t allocation_method,
H A Dbtstack_sbc_encoder_bluedroid.c76 … int blocks, int subbands, btstack_sbc_allocation_method_t allocation_method, in btstack_sbc_encoder_init() argument
93 bd_encoder_state.context.s16NumOfBlocks = blocks; in btstack_sbc_encoder_init()
H A Dbtstack_sbc_bluedroid.c54 … uint8_t blocks, uint8_t subbands, btstack_sbc_allocation_method_t allocation_method, in btstack_sbc_encoder_bluedroid_configure() argument
63 instance->params.s16NumOfBlocks = blocks; in btstack_sbc_encoder_bluedroid_configure()
/btstack/3rd-party/bluedroid/decoder/include/
H A Doi_codec_sbc.h133 OI_UINT8 blocks; member
306 OI_UINT8 blocks,
/btstack/doc/manual/docs-template/
H A Dporting.md100 Bluetooth packet can be read as multiple blocks where the amount of
/btstack/3rd-party/lwip/core/
H A DUPGRADING202 blocks of data. Instead, pbufs are allocated larger than needed and the
H A DCHANGELOG1607 calling tcp_write with many small blocks of data. Instead, pbufs are