Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_media_task.c2630 UINT32 projected_nof = 0; in btif_get_num_aa_frame_iteration() local
2648 projected_nof = btif_media_cb.media_feeding_state.pcm.counter / pcm_bytes_per_frame; in btif_get_num_aa_frame_iteration()
2649 if (projected_nof > btif_media_cb.stats.media_read_max_expected_frames) in btif_get_num_aa_frame_iteration()
2650 btif_media_cb.stats.media_read_max_expected_frames = projected_nof; in btif_get_num_aa_frame_iteration()
2651 btif_media_cb.stats.media_read_total_expected_frames += projected_nof; in btif_get_num_aa_frame_iteration()
2653 if (projected_nof > MAX_PCM_FRAME_NUM_PER_TICK) in btif_get_num_aa_frame_iteration()
2656 , __FUNCTION__, projected_nof, MAX_PCM_FRAME_NUM_PER_TICK); in btif_get_num_aa_frame_iteration()
2657 size_t delta = projected_nof - MAX_PCM_FRAME_NUM_PER_TICK; in btif_get_num_aa_frame_iteration()
2662 projected_nof = MAX_PCM_FRAME_NUM_PER_TICK; in btif_get_num_aa_frame_iteration()
2665 APPL_TRACE_DEBUG("%s frames for available PCM data %u", __func__, projected_nof); in btif_get_num_aa_frame_iteration()
[all …]