Searched refs:lc3_frame_blocks_per_sdu (Results 1 – 5 of 5) sorted by relevance
111 const size_t total_frames = stream->lc3_chan_cnt * stream->lc3_frame_blocks_per_sdu; in decode_frame()242 const uint8_t frame_blocks_per_sdu = stream->lc3_frame_blocks_per_sdu; in do_lc3_decode()350 stream->lc3_frame_blocks_per_sdu = (uint8_t)ret; in lc3_enable()353 stream->lc3_frame_blocks_per_sdu = 0U; in lc3_enable()356 if (stream->lc3_frame_blocks_per_sdu == 0U) { in lc3_enable()429 const uint8_t frame_blocks_per_sdu = stream->lc3_frame_blocks_per_sdu; in lc3_enqueue_for_decoding()
58 uint8_t lc3_frame_blocks_per_sdu; member
373 const size_t total_frames = sh_stream->lc3_chan_cnt * sh_stream->lc3_frame_blocks_per_sdu; in encode_frame()439 for (uint8_t i = 0U; i < sh_stream->lc3_frame_blocks_per_sdu; i++) { in do_lc3_encode()450 const uint16_t tx_sdu_len = sh_stream->lc3_frame_blocks_per_sdu * sh_stream->lc3_chan_cnt * in lc3_audio_send_data()474 tx_sdu_len, sh_stream->lc3_frame_blocks_per_sdu, in lc3_audio_send_data()2649 const size_t total_frames = sh_stream->lc3_chan_cnt * sh_stream->lc3_frame_blocks_per_sdu; in decode_frame()2741 const uint8_t frame_blocks_per_sdu = sh_stream->lc3_frame_blocks_per_sdu; in do_lc3_decode()2832 const uint8_t frame_blocks_per_sdu = sh_stream->lc3_frame_blocks_per_sdu; in audio_recv()2987 sh_stream->lc3_frame_blocks_per_sdu = (uint8_t)ret; in stream_started_cb()2990 sh_stream->lc3_frame_blocks_per_sdu = 0U; in stream_started_cb()
432 const uint32_t retrieve_cnt = read_cnt * sh_stream->lc3_frame_blocks_per_sdu; in bap_usb_can_get_full_sdu()
102 uint8_t lc3_frame_blocks_per_sdu; member