Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_source.c162 UINT64 last_frame_us; member
1055 if (a2dp_source_local_param.last_frame_us != 0) { in btc_get_num_aa_frame()
1057 us_this_tick = (now_us - a2dp_source_local_param.last_frame_us); in btc_get_num_aa_frame()
1060 …is_tick = (now_us > a2dp_source_local_param.last_frame_us) ? (now_us - a2dp_source_local_param.las… in btc_get_num_aa_frame()
1061 (now_us + 86400000000ull - a2dp_source_local_param.last_frame_us); in btc_get_num_aa_frame()
1064 a2dp_source_local_param.last_frame_us = now_us; in btc_get_num_aa_frame()
1494 a2dp_source_local_param.last_frame_us = 0; in btc_a2dp_source_aa_stop_tx()
1525 a2dp_source_local_param.last_frame_us = 0; in btc_a2dp_source_aa_start_tx()