Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/a2dp/
H A Da2dp_sbc_encoder.cc420 uint8_t nof = 0; in a2dp_sbc_get_num_frame_iteration() local
466 nof = a2dp_sbc_encoder_cb.tx_sbc_frames; in a2dp_sbc_get_num_frame_iteration()
467 if (!nof) { in a2dp_sbc_get_num_frame_iteration()
470 nof = projected_nof; in a2dp_sbc_get_num_frame_iteration()
473 if (nof < projected_nof) { in a2dp_sbc_get_num_frame_iteration()
474 noi = projected_nof / nof; // number of iterations would vary in a2dp_sbc_get_num_frame_iteration()
480 noi * nof * pcm_bytes_per_frame; in a2dp_sbc_get_num_frame_iteration()
482 projected_nof = nof; in a2dp_sbc_get_num_frame_iteration()
486 nof = projected_nof; in a2dp_sbc_get_num_frame_iteration()
504 nof = projected_nof; in a2dp_sbc_get_num_frame_iteration()
[all …]
H A Da2dp_aac_encoder.cc548 uint8_t nof = 0; in a2dp_aac_get_num_frame_iteration() local
570 nof = result; in a2dp_aac_get_num_frame_iteration()
572 LOG_VERBOSE("%s: effective num of frames %u, iterations %u", __func__, nof, in a2dp_aac_get_num_frame_iteration()
575 *num_of_frames = nof; in a2dp_aac_get_num_frame_iteration()
H A 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()