Home
last modified time | relevance | path

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

/system/bt/stack/a2dp/
Da2dp_sbc_encoder.cc424 uint8_t nof = 0; in a2dp_sbc_get_num_frame_iteration() local
473 nof = a2dp_sbc_encoder_cb.tx_sbc_frames; in a2dp_sbc_get_num_frame_iteration()
474 if (!nof) { in a2dp_sbc_get_num_frame_iteration()
478 nof = projected_nof; in a2dp_sbc_get_num_frame_iteration()
481 if (nof < projected_nof) { in a2dp_sbc_get_num_frame_iteration()
482 noi = projected_nof / nof; // number of iterations would vary in a2dp_sbc_get_num_frame_iteration()
488 noi * nof * pcm_bytes_per_frame; in a2dp_sbc_get_num_frame_iteration()
490 projected_nof = nof; in a2dp_sbc_get_num_frame_iteration()
495 nof = projected_nof; in a2dp_sbc_get_num_frame_iteration()
500 LOG_VERBOSE(LOG_TAG, "%s: headset BR, number of frames %u", __func__, nof); in a2dp_sbc_get_num_frame_iteration()
[all …]
Da2dp_aac_encoder.cc508 uint8_t nof = 0; in a2dp_aac_get_num_frame_iteration() local
531 nof = result; in a2dp_aac_get_num_frame_iteration()
534 __func__, nof, noi); in a2dp_aac_get_num_frame_iteration()
536 *num_of_frames = nof; in a2dp_aac_get_num_frame_iteration()
Da2dp_vendor_ldac_encoder.cc577 uint8_t nof = 0; in a2dp_ldac_get_num_frame_iteration() local
602 nof = result; in a2dp_ldac_get_num_frame_iteration()
605 __func__, nof, noi); in a2dp_ldac_get_num_frame_iteration()
607 *num_of_frames = nof; in a2dp_ldac_get_num_frame_iteration()