Searched refs:s16AllocationMethod (Results 1 – 6 of 6) sorted by relevance
95 … bd_encoder_state.context.s16AllocationMethod = (uint8_t)allocation_method; in btstack_sbc_encoder_init()114 bd_encoder_state.context.s16AllocationMethod = SBC_LOUDNESS; in btstack_sbc_encoder_init()
65 instance->params.s16AllocationMethod = (uint8_t)allocation_method; in btstack_sbc_encoder_bluedroid_configure()84 instance->params.s16AllocationMethod = SBC_LOUDNESS; in btstack_sbc_encoder_bluedroid_configure()
166 SINT16 s16AllocationMethod; /* loudness or SNR*/ member
60 if (pstrCodecParams->s16AllocationMethod == SBC_SNR) in sbc_enc_bit_alloc_ste()
68 if (pstrCodecParams->s16AllocationMethod == SBC_SNR) in sbc_enc_bit_alloc_mono()
290 HeaderParams |= ((pstrEncParams->s16AllocationMethod & 1)<< 1); in SBC_Encoder_Init()