Home
last modified time | relevance | path

Searched refs:is_left (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
Drb.h174 uint8_t *is_left; member
181 .is_left = &(tree)->iter_left[0], \
188 .is_left = (uint8_t *)alloca((tree)->max_depth * sizeof(uint8_t)),\
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_usb.c211 const bool is_left = (chan_allocation & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in bap_usb_add_frame_to_usb() local
234 if (((is_left || is_right) && decoded_sdu.mono_frames_cnt != 0) || in bap_usb_add_frame_to_usb()
259 if (is_left && decoded_sdu.left_frames_cnt > decoded_sdu.right_frames_cnt) { in bap_usb_add_frame_to_usb()
275 if (is_left) { in bap_usb_add_frame_to_usb()
508 const bool is_left = (chan_alloc & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in bap_usb_get_frame() local
513 if (is_left || is_mono) { in bap_usb_get_frame()
Dbap.c224 const bool is_left = index == 0 && has_left; in get_lc3_chan_alloc_from_index() local
230 if (is_left) { in get_lc3_chan_alloc_from_index()
/Zephyr-latest/lib/utils/
Drb.c545 f->is_left[f->top] = 0U; in stack_left_limb()
550 f->is_left[f->top] = 1; in stack_left_limb()
592 if (f->is_left[f->top] != 0U) { in z_rb_foreach_next()
600 while ((f->top > 0) && (f->is_left[f->top] == 0U)) { in z_rb_foreach_next()
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dmain.c237 const bool is_left = j == 0 && has_left; in lc3_decoder_thread() local
243 if (is_left) { in lc3_decoder_thread()