Searched refs:projected_nof (Results 1 – 1 of 1) sorted by relevance
2649 UINT32 projected_nof = 0; in btif_get_num_aa_frame_iteration() local2667 projected_nof = btif_media_cb.media_feeding_state.pcm.counter / pcm_bytes_per_frame; in btif_get_num_aa_frame_iteration()2668 if (projected_nof > btif_media_cb.stats.media_read_max_expected_frames) in btif_get_num_aa_frame_iteration()2669 btif_media_cb.stats.media_read_max_expected_frames = projected_nof; in btif_get_num_aa_frame_iteration()2670 btif_media_cb.stats.media_read_total_expected_frames += projected_nof; in btif_get_num_aa_frame_iteration()2672 if (projected_nof > MAX_PCM_FRAME_NUM_PER_TICK) in btif_get_num_aa_frame_iteration()2675 , __FUNCTION__, projected_nof, MAX_PCM_FRAME_NUM_PER_TICK); in btif_get_num_aa_frame_iteration()2676 size_t delta = projected_nof - MAX_PCM_FRAME_NUM_PER_TICK; in btif_get_num_aa_frame_iteration()2681 projected_nof = MAX_PCM_FRAME_NUM_PER_TICK; in btif_get_num_aa_frame_iteration()2684 APPL_TRACE_DEBUG("%s frames for available PCM data %u", __func__, projected_nof); in btif_get_num_aa_frame_iteration()[all …]