Home
last modified time | relevance | path

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

/system/bt/stack/a2dp/
Da2dp_sbc_encoder.cc423 uint8_t noi = 1; in a2dp_sbc_get_num_frame_iteration() local
487 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 …]
Da2dp_aac_encoder.cc551 uint8_t noi = 1; in a2dp_aac_get_num_frame_iteration() local
588 noi); in a2dp_aac_get_num_frame_iteration()
591 *num_of_iterations = noi; in a2dp_aac_get_num_frame_iteration()
Da2dp_vendor_ldac_encoder.cc574 uint8_t noi = 1; in a2dp_ldac_get_num_frame_iteration() local
600 noi); in a2dp_ldac_get_num_frame_iteration()
603 *num_of_iterations = noi; in a2dp_ldac_get_num_frame_iteration()