Searched refs:enhanced (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-3.6.0/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
D | decoder-oina.c | 42 OI_BOOL enhanced, in OI_CODEC_SBC_DecoderConfigureRaw() argument 54 if (enhanced) { in OI_CODEC_SBC_DecoderConfigureRaw() 81 context->common.frameInfo.enhanced = enhanced; in OI_CODEC_SBC_DecoderConfigureRaw() 83 context->common.frameInfo.enhanced = FALSE; in OI_CODEC_SBC_DecoderConfigureRaw() 119 OI_BOOL enhanced, in OI_CODEC_SBC_DecoderLimit() argument 122 if (enhanced) { in OI_CODEC_SBC_DecoderLimit()
|
D | decoder-sbc.c | 73 context->common.frameInfo.enhanced = (**frameData == OI_SBC_ENHANCED_SYNCWORD); in FindSyncword() 92 context->common.frameInfo.enhanced = FALSE; in FindSyncword() 233 OI_BOOL enhanced, in OI_CODEC_SBC_DecoderReset() argument 236 …ecoderReset(context, decoderData, decoderDataBytes, maxChannels, pcmStride, enhanced, msbc_enable); in OI_CODEC_SBC_DecoderReset() 312 …if ((context->common.frameInfo.bitpool < SBC_MIN_BITPOOL) && !context->common.frameInfo.enhanced) { in OI_CODEC_SBC_DecodeFrame()
|
D | decoder-private.c | 50 OI_BOOL enhanced, in internal_DecoderReset() argument 61 context->enhancedEnabled = enhanced ? TRUE : FALSE; in internal_DecoderReset() 64 if (enhanced) { in internal_DecoderReset()
|
D | framing-sbc.c | 46 printf(" enhanced: %s\n", frameInfo->enhanced ? "TRUE" : "FALSE"); in OI_CODEC_SBC_DumpConfig()
|
D | synthesis-sbc.c | 385 } else if (context->common.frameInfo.enhanced) { in OI_SBC_SynthFrame()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/external/sbc/decoder/include/ |
D | oi_codec_sbc.h | 149 OI_UINT8 enhanced; member 243 OI_BOOL enhanced, 266 OI_BOOL enhanced, 296 OI_BOOL enhanced,
|
D | oi_codec_sbc_private.h | 173 OI_BOOL enhanced,
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble.c | 1968 void btm_ble_conn_complete(UINT8 *p, UINT16 evt_len, BOOLEAN enhanced) argument 1987 if (enhanced) { 2012 temp_enhanced = enhanced; 2029 if (enhanced) {
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/include/ |
D | btm_ble_int.h | 404 void btm_ble_conn_complete(UINT8 *p, UINT16 evt_len, BOOLEAN enhanced);
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | wifi.rst | 666 …ncurrent scans should be avoided.** Support for concurrent scan will be enhanced in future release…
|
/hal_espressif-3.6.0/components/freertos/ |
D | History.txt | 373 + Priority dis-inheritance behaviour has been enhanced in the case where a
|