Searched refs:blocks (Results 1 – 11 of 11) sorted by relevance
/btstack/3rd-party/bluedroid/decoder/srce/ |
H A D | decoder-oina.c | 44 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 D | decoder-sbc.c | 401 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 D | decoder-private.c | 106 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 D | framing.c | 227 frame->nrof_blocks = block_values[frame->blocks]; in OI_SBC_ExpandFrameFields()
|
/btstack/src/classic/ |
H A D | btstack_sbc.h | 104 … 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 D | btstack_sbc_encoder_bluedroid.c | 76 … 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 D | btstack_sbc_bluedroid.c | 54 … 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 D | oi_codec_sbc.h | 133 OI_UINT8 blocks; member 306 OI_UINT8 blocks,
|
/btstack/doc/manual/docs-template/ |
H A D | porting.md | 100 Bluetooth packet can be read as multiple blocks where the amount of
|
/btstack/3rd-party/lwip/core/ |
H A D | UPGRADING | 202 blocks of data. Instead, pbufs are allocated larger than needed and the
|
H A D | CHANGELOG | 1607 calling tcp_write with many small blocks of data. Instead, pbufs are
|