Lines Matching refs:noi
425 uint8_t noi = 1; in a2dp_sbc_get_num_frame_iteration() local
479 noi = 1; in a2dp_sbc_get_num_frame_iteration()
482 noi = projected_nof / nof; // number of iterations would vary in a2dp_sbc_get_num_frame_iteration()
483 if (noi > A2DP_SBC_MAX_PCM_ITER_NUM_PER_TICK) { in a2dp_sbc_get_num_frame_iteration()
485 __func__, noi, A2DP_SBC_MAX_PCM_ITER_NUM_PER_TICK); in a2dp_sbc_get_num_frame_iteration()
486 noi = A2DP_SBC_MAX_PCM_ITER_NUM_PER_TICK; in a2dp_sbc_get_num_frame_iteration()
488 noi * nof * pcm_bytes_per_frame; in a2dp_sbc_get_num_frame_iteration()
492 noi = 1; // number of iterations is 1 in a2dp_sbc_get_num_frame_iteration()
511 noi * projected_nof * pcm_bytes_per_frame; in a2dp_sbc_get_num_frame_iteration()
515 a2dp_sbc_encoder_cb.feeding_state.counter -= noi * nof * pcm_bytes_per_frame; in a2dp_sbc_get_num_frame_iteration()
517 __func__, nof, noi); in a2dp_sbc_get_num_frame_iteration()
520 *num_of_iterations = noi; in a2dp_sbc_get_num_frame_iteration()