Home
last modified time | relevance | path

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

/system/bt/stack/a2dp/
Da2dp_sbc_encoder.cc422 uint8_t nof = 0; in a2dp_sbc_get_num_frame_iteration() local
482 nof = a2dp_sbc_encoder_cb.tx_sbc_frames; in a2dp_sbc_get_num_frame_iteration()
483 if (!nof) { in a2dp_sbc_get_num_frame_iteration()
486 nof = projected_nof; in a2dp_sbc_get_num_frame_iteration()
489 if (nof < projected_nof) { in a2dp_sbc_get_num_frame_iteration()
490 noi = projected_nof / nof; // number of iterations would vary in a2dp_sbc_get_num_frame_iteration()
496 noi * nof * pcm_bytes_per_frame; in a2dp_sbc_get_num_frame_iteration()
498 projected_nof = nof; in a2dp_sbc_get_num_frame_iteration()
502 nof = projected_nof; in a2dp_sbc_get_num_frame_iteration()
507 LOG_VERBOSE("%s: headset BR, number of frames %u", __func__, nof); in a2dp_sbc_get_num_frame_iteration()
[all …]
Da2dp_aac_encoder.cc550 uint8_t nof = 0; in a2dp_aac_get_num_frame_iteration() local
585 nof = result; in a2dp_aac_get_num_frame_iteration()
587 LOG_VERBOSE("%s: effective num of frames %u, iterations %u", __func__, nof, in a2dp_aac_get_num_frame_iteration()
590 *num_of_frames = nof; in a2dp_aac_get_num_frame_iteration()
Da2dp_vendor_ldac_encoder.cc573 uint8_t nof = 0; in a2dp_ldac_get_num_frame_iteration() local
597 nof = result; in a2dp_ldac_get_num_frame_iteration()
599 LOG_VERBOSE("%s: effective num of frames %u, iterations %u", __func__, nof, in a2dp_ldac_get_num_frame_iteration()
602 *num_of_frames = nof; in a2dp_ldac_get_num_frame_iteration()