Searched refs:is_idr (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/lib/ |
H A D | radix-tree.c | 143 static inline bool is_idr(const struct radix_tree_root *root) in is_idr() function 421 if (!entry && (!is_idr(root) || root_tag_get(root, IDR_FREE))) in radix_tree_extend() 430 if (is_idr(root)) { in radix_tree_extend() 495 if (!node->shift && is_idr(root)) in radix_tree_shrink() 509 if (is_idr(root) && !tag_get(node, IDR_FREE, 0)) in radix_tree_shrink() 567 if (!is_idr(root)) in delete_node() 854 if (is_idr(root)) { in calculate_count() 1372 if (is_idr(root)) in __radix_tree_delete() 1423 if (!entry && (!is_idr(root) || node_tag_get(root, node, IDR_FREE, in radix_tree_delete_item()
|
/openbmc/linux/drivers/media/platform/allegro-dvt/ |
H A D | allegro-mail.h | 268 u8 is_idr; member
|
H A D | allegro-mail.c | 447 msg->is_idr = FIELD_GET(GENMASK(7, 0), src[i++]); in allegro_dec_encode_frame()
|
H A D | allegro-core.c | 2042 if (channel->codec == V4L2_PIX_FMT_HEVC && msg->is_idr) { in allegro_channel_finish_frame() 2057 if (msg->is_idr) { in allegro_channel_finish_frame() 2093 if (msg->slice_type != AL_ENC_SLICE_TYPE_I && !msg->is_idr) { in allegro_channel_finish_frame() 2123 if (msg->is_idr) in allegro_channel_finish_frame() 2132 msg->is_idr ? "IDR, " : "", in allegro_channel_finish_frame()
|