Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_source.c170 UINT64 last_frame_us; member
1113 if (a2dp_source_local_param.last_frame_us != 0) { in btc_get_num_aa_frame()
1115 us_this_tick = (now_us - a2dp_source_local_param.last_frame_us); in btc_get_num_aa_frame()
1118 …is_tick = (now_us > a2dp_source_local_param.last_frame_us) ? (now_us - a2dp_source_local_param.las… in btc_get_num_aa_frame()
1119 (now_us + 86400000000ull - a2dp_source_local_param.last_frame_us); in btc_get_num_aa_frame()
1122 a2dp_source_local_param.last_frame_us = now_us; in btc_get_num_aa_frame()
1552 a2dp_source_local_param.last_frame_us = 0; in btc_a2dp_source_aa_stop_tx()
1583 a2dp_source_local_param.last_frame_us = 0; in btc_a2dp_source_aa_start_tx()