Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_source.c1111 UINT32 us_this_tick = BTC_MEDIA_TIME_TICK_MS * 1000; in btc_get_num_aa_frame() local
1115 us_this_tick = (now_us - a2dp_source_local_param.last_frame_us); in btc_get_num_aa_frame()
1118us_this_tick = (now_us > a2dp_source_local_param.last_frame_us) ? (now_us - a2dp_source_local_para… in btc_get_num_aa_frame()
1126 us_this_tick / (BTC_MEDIA_TIME_TICK_MS * 1000); in btc_get_num_aa_frame()