Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_media_task.c2642 UINT8 nof = 0; in btif_get_num_aa_frame_iteration() local
2694 nof = btif_media_cb.tx_sbc_frames; in btif_get_num_aa_frame_iteration()
2695 if (!nof) { in btif_get_num_aa_frame_iteration()
2698 nof = projected_nof; in btif_get_num_aa_frame_iteration()
2701 if (nof < projected_nof) in btif_get_num_aa_frame_iteration()
2703 noi = projected_nof / nof; // number of iterations would vary in btif_get_num_aa_frame_iteration()
2710 = noi * nof * pcm_bytes_per_frame; in btif_get_num_aa_frame_iteration()
2712 projected_nof = nof; in btif_get_num_aa_frame_iteration()
2716 nof = projected_nof; in btif_get_num_aa_frame_iteration()
2721 APPL_TRACE_DEBUG("%s headset BR, number of frames %u", __func__, nof); in btif_get_num_aa_frame_iteration()
[all …]