Searched refs:nof (Results 1 – 3 of 3) sorted by relevance
424 uint8_t nof = 0; in a2dp_sbc_get_num_frame_iteration() local473 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 …]
508 uint8_t nof = 0; in a2dp_aac_get_num_frame_iteration() local531 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()
577 uint8_t nof = 0; in a2dp_ldac_get_num_frame_iteration() local602 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()