Home
last modified time | relevance | path

Searched refs:noi (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/a2dp/
Da2dp_sbc_encoder.cc425 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()
[all …]
Da2dp_aac_encoder.cc509 uint8_t noi = 1; in a2dp_aac_get_num_frame_iteration() local
534 __func__, nof, noi); in a2dp_aac_get_num_frame_iteration()
537 *num_of_iterations = noi; in a2dp_aac_get_num_frame_iteration()
Da2dp_vendor_ldac_encoder.cc578 uint8_t noi = 1; in a2dp_ldac_get_num_frame_iteration() local
605 __func__, nof, noi); in a2dp_ldac_get_num_frame_iteration()
608 *num_of_iterations = noi; in a2dp_ldac_get_num_frame_iteration()