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

/system/bt/stack/a2dp/
H A Da2dp_sbc_encoder.cc427 uint8_t noi = 1; local
481 noi = 1;
484 noi = projected_nof / nof; // number of iterations would vary
485 if (noi > A2DP_SBC_MAX_PCM_ITER_NUM_PER_TICK) {
487 __func__, noi, A2DP_SBC_MAX_PCM_ITER_NUM_PER_TICK);
488 noi = A2DP_SBC_MAX_PCM_ITER_NUM_PER_TICK;
490 noi * nof * pcm_bytes_per_frame;
494 noi = 1; // number of iterations is 1
513 noi * projected_nof * pcm_bytes_per_frame;
517 a2dp_sbc_encoder_cb.feeding_state.counter -= noi * no
[all...]
H A Da2dp_aac_encoder.cc512 uint8_t noi = 1; local
537 __func__, nof, noi);
540 *num_of_iterations = noi;
H A Da2dp_vendor_ldac_encoder.cc569 uint8_t noi = 1; local
596 __func__, nof, noi);
599 *num_of_iterations = noi;

Completed in 1521 milliseconds