Searched refs:is_left (Results 1 – 6 of 6) sorted by relevance
174 uint8_t *is_left; member181 .is_left = &(tree)->iter_left[0], \188 .is_left = (uint8_t *)alloca((tree)->max_depth * sizeof(uint8_t)),\
212 const bool is_left = (chan_allocation & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in usb_add_frame_to_usb() local234 if (((is_left || is_right) && decoded_sdu.mono_frames_cnt != 0) || in usb_add_frame_to_usb()259 if (is_left && decoded_sdu.left_frames_cnt > decoded_sdu.right_frames_cnt) { in usb_add_frame_to_usb()275 if (is_left) { in usb_add_frame_to_usb()
159 const bool is_left = index == 0 && has_left; in get_lc3_chan_alloc_from_index() local165 if (is_left) { in get_lc3_chan_alloc_from_index()
213 const bool is_left = (chan_allocation & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in bap_usb_add_frame_to_usb() local236 if (((is_left || is_right) && decoded_sdu.mono_frames_cnt != 0) || in bap_usb_add_frame_to_usb()261 if (is_left && decoded_sdu.left_frames_cnt > decoded_sdu.right_frames_cnt) { in bap_usb_add_frame_to_usb()277 if (is_left) { in bap_usb_add_frame_to_usb()510 const bool is_left = (chan_alloc & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in bap_usb_get_frame() local515 if (is_left || is_mono) { in bap_usb_get_frame()
226 const bool is_left = index == 0 && has_left; in get_lc3_chan_alloc_from_index() local232 if (is_left) { in get_lc3_chan_alloc_from_index()
545 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()