Home
last modified time | relevance | path

Searched refs:OI_CODEC_SBC_DecoderReset (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbta_hf_client_co.c137 …status = OI_CODEC_SBC_DecoderReset(&bta_hf_client_co_cb.decoder_context, bta_hf_client_co_cb.decod… in bta_hf_dec_init()
426 …if (!OI_SUCCESS(OI_CODEC_SBC_DecoderReset(&bta_hf_client_co_cb.decoder_context, bta_hf_client_co_c… in bta_hf_client_decode_msbc_frame()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbta_ag_co.c220 …OI_STATUS status = OI_CODEC_SBC_DecoderReset(&bta_ag_co_cb.decoder_context, bta_ag_co_cb.decoder_c… in bta_hf_dec_init()
318 …if (!OI_SUCCESS(OI_CODEC_SBC_DecoderReset(&bta_ag_co_cb.decoder_context, bta_ag_co_cb.decoder_cont… in bta_ag_decode_msbc_frame()
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_codec_sbc.h238 OI_STATUS OI_CODEC_SBC_DecoderReset(OI_CODEC_SBC_DECODER_CONTEXT *context,
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Ddecoder-sbc.c228 OI_STATUS OI_CODEC_SBC_DecoderReset(OI_CODEC_SBC_DECODER_CONTEXT *context, in OI_CODEC_SBC_DecoderReset() function
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_sink.c416 …status = OI_CODEC_SBC_DecoderReset(&a2dp_sink_local_param.context, a2dp_sink_local_param.contextDa… in btc_a2dp_sink_handle_decoder_reset()