Searched refs:nb_frame (Results 1 – 3 of 3) sorted by relevance
109 static void a2dp_aac_encode_frames(uint8_t nb_frame);529 uint8_t nb_frame = 0; in a2dp_aac_send_frames() local532 a2dp_aac_get_num_frame_iteration(&nb_iterations, &nb_frame, timestamp_us); in a2dp_aac_send_frames()534 nb_frame, nb_iterations); in a2dp_aac_send_frames()535 if (nb_frame == 0) return; in a2dp_aac_send_frames()539 a2dp_aac_encode_frames(nb_frame); in a2dp_aac_send_frames()594 static void a2dp_aac_encode_frames(uint8_t nb_frame) { in a2dp_aac_encode_frames() argument598 uint8_t remain_nb_frame = nb_frame; in a2dp_aac_encode_frames()644 while (nb_frame) { in a2dp_aac_encode_frames()679 nb_frame--; in a2dp_aac_encode_frames()[all …]
183 static void a2dp_ldac_encode_frames(uint8_t nb_frame);539 uint8_t nb_frame = 0; in a2dp_vendor_ldac_send_frames() local542 a2dp_ldac_get_num_frame_iteration(&nb_iterations, &nb_frame, timestamp_us); in a2dp_vendor_ldac_send_frames()544 nb_frame, nb_iterations); in a2dp_vendor_ldac_send_frames()545 if (nb_frame == 0) return; in a2dp_vendor_ldac_send_frames()562 a2dp_ldac_encode_frames(nb_frame); in a2dp_vendor_ldac_send_frames()606 static void a2dp_ldac_encode_frames(uint8_t nb_frame) { in a2dp_ldac_encode_frames() argument609 uint8_t remain_nb_frame = nb_frame; in a2dp_ldac_encode_frames()635 while (nb_frame) { in a2dp_ldac_encode_frames()675 nb_frame--; in a2dp_ldac_encode_frames()[all …]
119 static void a2dp_sbc_encode_frames(uint8_t nb_frame);402 uint8_t nb_frame = 0; in a2dp_sbc_send_frames() local405 a2dp_sbc_get_num_frame_iteration(&nb_iterations, &nb_frame, timestamp_us); in a2dp_sbc_send_frames()407 nb_frame, nb_iterations); in a2dp_sbc_send_frames()408 if (nb_frame == 0) return; in a2dp_sbc_send_frames()412 a2dp_sbc_encode_frames(nb_frame); in a2dp_sbc_send_frames()530 static void a2dp_sbc_encode_frames(uint8_t nb_frame) { in a2dp_sbc_encode_frames() argument532 uint8_t remain_nb_frame = nb_frame; in a2dp_sbc_encode_frames()538 while (nb_frame) { in a2dp_sbc_encode_frames()563 nb_frame--; in a2dp_sbc_encode_frames()[all …]