Searched refs:noi (Results 1 – 3 of 3) sorted by relevance
423 uint8_t noi = 1; in a2dp_sbc_get_num_frame_iteration() local487 noi = 1; in a2dp_sbc_get_num_frame_iteration()490 noi = projected_nof / nof; // number of iterations would vary in a2dp_sbc_get_num_frame_iteration()491 if (noi > A2DP_SBC_MAX_PCM_ITER_NUM_PER_TICK) { in a2dp_sbc_get_num_frame_iteration()493 noi, A2DP_SBC_MAX_PCM_ITER_NUM_PER_TICK); in a2dp_sbc_get_num_frame_iteration()494 noi = A2DP_SBC_MAX_PCM_ITER_NUM_PER_TICK; in a2dp_sbc_get_num_frame_iteration()496 noi * nof * pcm_bytes_per_frame; in a2dp_sbc_get_num_frame_iteration()500 noi = 1; // number of iterations is 1 in a2dp_sbc_get_num_frame_iteration()518 noi * projected_nof * pcm_bytes_per_frame; in a2dp_sbc_get_num_frame_iteration()522 a2dp_sbc_encoder_cb.feeding_state.counter -= noi * nof * pcm_bytes_per_frame; in a2dp_sbc_get_num_frame_iteration()[all …]
551 uint8_t noi = 1; in a2dp_aac_get_num_frame_iteration() local588 noi); in a2dp_aac_get_num_frame_iteration()591 *num_of_iterations = noi; in a2dp_aac_get_num_frame_iteration()
574 uint8_t noi = 1; in a2dp_ldac_get_num_frame_iteration() local600 noi); in a2dp_ldac_get_num_frame_iteration()603 *num_of_iterations = noi; in a2dp_ldac_get_num_frame_iteration()