Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dlc3.c111 const size_t total_frames = stream->lc3_chan_cnt * stream->lc3_frame_blocks_per_sdu; in decode_frame() local
136 frame_cnt + 1, total_frames); in decode_frame()
144 LOG_ERR("Failed to decode LC3 data (%u/%u - %u/%u)", frame_cnt + 1, total_frames, in decode_frame()
/Zephyr-latest/drivers/spi/
Dspi_ll_stm32.c947 int total_frames; in transceive() local
950 total_frames = spi_stm32_count_total_frames( in transceive()
953 total_frames = spi_stm32_count_bufset_frames( in transceive()
956 total_frames = spi_stm32_count_bufset_frames( in transceive()
960 if (total_frames < 0) { in transceive()
961 ret = total_frames; in transceive()
964 LL_SPI_SetTransferSize(spi, (uint32_t)total_frames); in transceive()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c373 const size_t total_frames = sh_stream->lc3_chan_cnt * sh_stream->lc3_frame_blocks_per_sdu; in encode_frame() local
398 total_frames); in encode_frame()
2649 const size_t total_frames = sh_stream->lc3_chan_cnt * sh_stream->lc3_frame_blocks_per_sdu; in decode_frame() local
2669 total_frames); in decode_frame()
2677 total_frames, octets_per_frame * frame_cnt, buf->len); in decode_frame()