Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_source.c154 tBTC_AV_MEDIA_FEEDINGS media_feeding; member
430 tBTC_AV_MEDIA_FEEDINGS media_feeding; in btc_a2dp_source_setup_codec() local
438 media_feeding.cfg.pcm.sampling_freq = 44100; in btc_a2dp_source_setup_codec()
439 media_feeding.cfg.pcm.bit_per_sample = 16; in btc_a2dp_source_setup_codec()
440 media_feeding.cfg.pcm.num_channel = 2; in btc_a2dp_source_setup_codec()
441 media_feeding.format = BTC_AV_CODEC_PCM; in btc_a2dp_source_setup_codec()
443 if (bta_av_co_audio_set_codec(&media_feeding, &status)) { in btc_a2dp_source_setup_codec()
450 mfeed.feeding = media_feeding; in btc_a2dp_source_setup_codec()
996 a2dp_source_local_param.btc_aa_src_cb.media_feeding = p_feeding->feeding; in btc_a2dp_source_audio_feeding_init()
1050 … a2dp_source_local_param.btc_aa_src_cb.media_feeding.cfg.pcm.num_channel * in btc_get_num_aa_frame()
[all …]