Searched refs:is_left (Results 1 – 5 of 5) 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)),\
211 const bool is_left = (chan_allocation & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in bap_usb_add_frame_to_usb() local234 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() local513 if (is_left || is_mono) { in bap_usb_get_frame()
224 const bool is_left = index == 0 && has_left; in get_lc3_chan_alloc_from_index() local230 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()
237 const bool is_left = j == 0 && has_left; in lc3_decoder_thread() local243 if (is_left) { in lc3_decoder_thread()