Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_media_task.c2623 UINT8 nof = 0; in btif_get_num_aa_frame_iteration() local
2675 nof = btif_media_cb.tx_sbc_frames; in btif_get_num_aa_frame_iteration()
2676 if (!nof) { in btif_get_num_aa_frame_iteration()
2679 nof = projected_nof; in btif_get_num_aa_frame_iteration()
2682 if (nof < projected_nof) in btif_get_num_aa_frame_iteration()
2684 noi = projected_nof / nof; // number of iterations would vary in btif_get_num_aa_frame_iteration()
2691 = noi * nof * pcm_bytes_per_frame; in btif_get_num_aa_frame_iteration()
2693 projected_nof = nof; in btif_get_num_aa_frame_iteration()
2697 nof = projected_nof; in btif_get_num_aa_frame_iteration()
2702 APPL_TRACE_DEBUG("%s headset BR, number of frames %u", __func__, nof); in btif_get_num_aa_frame_iteration()
[all …]