Searched refs:nof (Results 1 – 3 of 3) sorted by relevance
420 uint8_t nof = 0; in a2dp_sbc_get_num_frame_iteration() local466 nof = a2dp_sbc_encoder_cb.tx_sbc_frames; in a2dp_sbc_get_num_frame_iteration()467 if (!nof) { in a2dp_sbc_get_num_frame_iteration()470 nof = projected_nof; in a2dp_sbc_get_num_frame_iteration()473 if (nof < projected_nof) { in a2dp_sbc_get_num_frame_iteration()474 noi = projected_nof / nof; // number of iterations would vary in a2dp_sbc_get_num_frame_iteration()480 noi * nof * pcm_bytes_per_frame; in a2dp_sbc_get_num_frame_iteration()482 projected_nof = nof; in a2dp_sbc_get_num_frame_iteration()486 nof = projected_nof; in a2dp_sbc_get_num_frame_iteration()504 nof = projected_nof; in a2dp_sbc_get_num_frame_iteration()[all …]
548 uint8_t nof = 0; in a2dp_aac_get_num_frame_iteration() local570 nof = result; in a2dp_aac_get_num_frame_iteration()572 LOG_VERBOSE("%s: effective num of frames %u, iterations %u", __func__, nof, in a2dp_aac_get_num_frame_iteration()575 *num_of_frames = nof; in a2dp_aac_get_num_frame_iteration()
573 uint8_t nof = 0; in a2dp_ldac_get_num_frame_iteration() local597 nof = result; in a2dp_ldac_get_num_frame_iteration()599 LOG_VERBOSE("%s: effective num of frames %u, iterations %u", __func__, nof, in a2dp_ldac_get_num_frame_iteration()602 *num_of_frames = nof; in a2dp_ldac_get_num_frame_iteration()