Searched refs:noi (Results 1 – 3 of 3) sorted by relevance
425 uint8_t noi = 1; in a2dp_sbc_get_num_frame_iteration() local479 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()[all …]
509 uint8_t noi = 1; in a2dp_aac_get_num_frame_iteration() local534 __func__, nof, noi); in a2dp_aac_get_num_frame_iteration()537 *num_of_iterations = noi; in a2dp_aac_get_num_frame_iteration()
578 uint8_t noi = 1; in a2dp_ldac_get_num_frame_iteration() local605 __func__, nof, noi); in a2dp_ldac_get_num_frame_iteration()608 *num_of_iterations = noi; in a2dp_ldac_get_num_frame_iteration()